26 Jun, 2015

1 commit


01 Jun, 2015

1 commit


13 May, 2015

1 commit

  • In order to reduce merge conflicts and to maintain the simplest possible
    defconfig files, we should be using the savedefconfig feature of Kconfig
    every time a new feature is added. This keeps the defconfig settings to
    a minimum (only those things not default) and keeps them in the same
    order as the Kconfig options.

    Signed-off-by: Joe Hershberger
    Cc: Masahiro Yamada
    Acked-by: Stephen Warren
    Cc: Tom Rini

    Joe Hershberger
     

16 Mar, 2015

1 commit


12 Dec, 2014

1 commit

  • This patch adds SD boot support for LS1021ATWR board. SPL
    framework is used. PBL initialize the internal RAM and copy
    SPL to it, then SPL initialize DDR using SPD and copy u-boot
    from SD card to DDR, finally SPL transfer control to u-boot.

    Signed-off-by: Chen Lu
    Signed-off-by: Alison Wang
    Signed-off-by: Jason Jin
    Reviewed-by: York Sun

    Alison Wang