[U-Boot] [PATCH v3 0/6] davinci: omapl138_lcdk: fix a few bugs for SPL boot

Fabien Parent fparent at baylibre.com
Tue Nov 29 14:23:35 CET 2016


This patchset tries to fix the SPL on omapl138_lcdk. With this patchset, the SPL
will be able to boot from EMMC/SPI.

The NAND support is still broken so the default u-boot.ais image still has a SPL
that is unable to load u-boot.

Changes v2 .. v3
 * Make CONFIG_SYS_DA850_PLL_INIT & CONFIG_SYS_DA850_DDR_INIT to be new Kconfig
   options.

Changes v1 .. v2:
 * Don't add an AIS config file but instead configure the PLL and DDR in
   the SPL. This follow what other boards are doing.
 * Use new kconfig option to support EMMC boot.


Fabien Parent (6):
  ARM: davinci: Move CONFIG_SYS_DA850_PLL_INIT to Kconfig
  ARM: davinci: Move CONFIG_SYS_DA850_DDR_INIT to Kconfig
  davinci: omapl138_lcdk: configure pll0
  davinci: omapl138_lcdk: configure ddr2
  davinci: da850evm: fix empty boot method list in the SPL
  davinci: omapl138_lcdk: add u-boot sector for mmc/sd boot

 arch/arm/mach-davinci/Kconfig                  | 16 ++++++++++
 board/davinci/da8xxevm/u-boot-spl-da850evm.lds |  3 ++
 configs/omapl138_lcdk_defconfig                |  1 +
 include/configs/calimain.h                     |  2 --
 include/configs/da850evm.h                     |  2 --
 include/configs/ipam390.h                      |  2 --
 include/configs/legoev3.h                      |  2 --
 include/configs/omapl138_lcdk.h                | 41 ++++++++++++++++++++++++++
 scripts/config_whitelist.txt                   |  2 --
 9 files changed, 61 insertions(+), 10 deletions(-)

-- 
2.10.2



More information about the U-Boot mailing list