23 Jan, 2020

1 commit


05 Dec, 2019

2 commits


04 Dec, 2019

1 commit


21 Nov, 2019

2 commits


13 Nov, 2019

1 commit


30 Sep, 2019

1 commit


23 Sep, 2019

1 commit


26 Aug, 2019

2 commits

  • Convert CONFIG_SYS_NAND_USE_FLASH_BBT to Kconfig, update defconfigs,
    headers and whitelist.

    Please note that this symbol already was used in Kconfig
    (imply in CONFIG_NAND_ATMEL) which did not work, since this symbol was
    not available in Kconfig. This changes now with this patch and all
    boards with CONFIG_NAND_ATMEL will have BBT enabled. Which is what
    I also need on my GARDENA AT91SAM based board.

    Signed-off-by: Stefan Roese
    Cc: Eugen Hristev
    Cc: Miquel Raynal
    Cc: Gregory CLEMENT
    [trini: Rework such that the configs are unchanged to start with]
    Signed-off-by: Tom Rini

    Stefan Roese
     
  • Rsync all defconfig files using moveconfig.py

    Signed-off-by: Tom Rini

    Tom Rini
     

14 Aug, 2019

1 commit


09 Jul, 2019

1 commit

  • Enable the extended ENV options for AT91 and OMAP2PLUS in order to be
    able to use CONFIG_ENV_UBI_* on these architectures.

    As this change also makes the configs ENV_SIZE, ENV_SECT_SIZE,
    ENV_OFFSET visible to AT91 and OMAP2PLUS, migrate users of these to
    KConfig.

    This migration was run using an extended moveconfig.py which evaluates
    expressions such as "(512 << 10)". See patch ("moveconfig: expand
    simple expressions").

    All modified boards were built with SOURCE_DATE_EPOCH=0 before and
    after the change and successfully confirmed that the identical binary
    is generated (the only exception was igep00x0, which does not define
    CONFIG_ENV_IS_IN_UBI in the original board header. Once that is
    defined, the test passes too).

    hs: rebased patch to:
    68b90e57bc: "configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT"

    Signed-off-by: Markus Klotzbuecher
    Cc: Heiko Schocher
    Cc: Eugen Hristev
    Cc: Tom Rini

    Markus Klotzbuecher
     

15 May, 2019

1 commit


30 Apr, 2019

2 commits


26 Apr, 2019

1 commit

  • With the new generic function, the scattered other functions are now
    removed to be replaced by the generic one. The new version also enables
    the configuration of the watchdog timeout via the DT "timeout-sec"
    property (if enabled via CONFIG_OF_CONTROL).

    The watchdog servicing is enabled via CONFIG_WATCHDOG.

    Signed-off-by: Stefan Roese
    Cc: Heiko Schocher
    Cc: Eugen Hristev

    Stefan Roese
     

09 Apr, 2019

1 commit

  • The GARDENA smart Gateway boards are equipped with an Atmel / Microchip
    AT91SAM9G25 SoC and with 128 MiB of RAM and 256 MiB of NAND storage.
    This patch adds support for this board including SPL support. Therefore
    the AT91Boostrap is not needed on this platform any more.

    Signed-off-by: Stefan Roese
    Cc: Heiko Schocher
    Cc: Andreas Bießmann
    Cc: Eugen Hristev
    Reviewed-by: Heiko Schocher

    Stefan Roese