11 Feb, 2018

1 commit

  • On the NIOS2 and Xtensa architectures, we do not have
    CONFIG_SYS_TEXT_BASE set. This is a strict migration of the current
    values into the defconfig and removing them from the headers.

    I did not attempt to add more default values in and for now will leave
    that to maintainers.

    Signed-off-by: Tom Rini

    Tom Rini
     

19 Dec, 2017

1 commit


14 Dec, 2017

1 commit

  • Include common config_distro_defaults.h and config_distro_bootcmd.h
    for u-boot enviroments to support automatical distro boot which
    scan boot.scr from external storage devices(e.g. SD and USB)
    and execute autoboot script.

    Signed-off-by: Bhaskar Upadhaya
    Signed-off-by: Rajesh Bhagat
    Reviewed-by: York Sun

    Rajesh Bhagat
     

11 Oct, 2017

2 commits

  • The option is specified in Kconfig, but still a few config header files
    are overriding the choice by #undef'ing it. Re-sync the option with
    moveconfig to rid of the #undefs.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     
  • Having this as a 'default y' is rather annoying because it doesn't
    actually compile unless other options are defined in the board header:

    ../cmd/bootm.c: In function 'do_imls_nor':
    ../cmd/bootm.c:330:7: error: 'CONFIG_SYS_MAX_FLASH_BANKS' undeclared (first use in this function); did you mean 'CONFIG_SYS_MAX_FLASH_SECT'?
    i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) {

    Make it 'default n' so people who develop new boards that start from a
    blank defconfig have one less compilation failure to debug.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     

28 Aug, 2017

1 commit


15 Aug, 2017

2 commits


26 Jul, 2017

1 commit


14 Mar, 2017

1 commit


04 Feb, 2017

2 commits

  • Signed-off-by: Tom Rini

    Conflicts:
    configs/ls1046aqds_defconfig
    configs/ls1046aqds_nand_defconfig
    configs/ls1046aqds_qspi_defconfig
    configs/ls1046aqds_sdcard_ifc_defconfig
    configs/ls1046aqds_sdcard_qspi_defconfig
    configs/ls1046ardb_emmc_defconfig
    configs/ls1046ardb_qspi_defconfig
    configs/ls1046ardb_sdcard_defconfig

    Tom Rini
     
  • The PPA implements PSCI which requires for power managment.

    Added support of PPA for LS1012AQDS, LS1012ARDB and LS1012AFRDM.

    Signed-off-by: Hou Zhiqiang
    Signed-off-by: Abhimanyu Saini
    Signed-off-by: Prabhakar Kushwaha
    Reviewed-by: York Sun

    Prabhakar Kushwaha
     

28 Jan, 2017

2 commits


19 Jan, 2017

2 commits


30 Dec, 2016

2 commits

  • Commit 7a777f6d6f35 ("mmc: Add generic Kconfig option") created
    a Kconfig entry for this option without any actual moves, then
    commit 44c798799f66 ("sunxi: Use Kconfig CONFIG_MMC") moved
    instances only for SUNXI.

    We generally do not like such partial moves. This kind of work
    is automated by tools/moveconfig.py, so it is pretty easy to
    complete this move.

    I am adding "default ARM || PPC || SANDBOX" (suggested by Tom).
    This shortens the configs and will ease new board porting.

    This commit was created as follows:

    [1] Edit Kconfig (remove the "depends on", add the "default",
    copy the prompt and help message from Linux)

    [2] Run 'tools/moveconfig.py -y -s -r HEAD MMC'

    Signed-off-by: Masahiro Yamada
    Reviewed-by: Jaehoon Chung

    Masahiro Yamada
     
  • Generated by "tools/moveconfig -s".

    This will make config moves easier.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

06 Dec, 2016

1 commit


12 Oct, 2016

1 commit


10 Sep, 2016

1 commit


09 Sep, 2016

1 commit


29 Jun, 2016

1 commit


10 Jun, 2016

1 commit


07 Jun, 2016

1 commit


04 Jun, 2016

1 commit

  • QorIQ LS1012A FREEDOM (LS1012AFRDM) is a high-performance
    development platform, with a complete debugging environment.
    The LS1012AFRDM board supports the QorIQ LS1012A processor and is
    optimized to support the high-bandwidth DDR3L memory and
    a full complement of high-speed SerDes ports.

    Signed-off-by: Shengzhou Liu
    Signed-off-by: Calvin Johnson
    Signed-off-by: Pratiyush Mohan Srivastava
    Signed-off-by: Prabhakar Kushwaha
    Reviewed-by: York Sun

    Prabhakar Kushwaha