[U-Boot] [PATCH 0/6] davinci: omapl138_lcdk: add SPL NAND boot support

Fabien Parent fparent at baylibre.com
Tue Nov 29 14:31:28 CET 2016


The default AIS image generated contains the SPL, but the latter is not able to
load u-boot because the NAND configuration is missing. This series adds SPL NAND
boot support and results in the AIS image that is generated able to boot from
NAND.

Fabien Parent (6):
  NAND: davinci: add support for NAND chips with 16 bits bus
  davinci: omapl138_lcdk: use correct define for 16 bit NAND chips
  davinci: omapl138_lcdk: use correct name for CONFIG_SYS_NAND_MASK_CLE
  davinci: omapl138_lcdk: use correct name for CONFIG_SYS_NAND_MASK_ALE
  davinci: omapl138_lck: remove obsolete define
  davinci: omapl138_lcdk: add NAND SPL boot support

 board/davinci/da8xxevm/README.omapl138-lcdk | 28 ------------------------
 configs/omapl138_lcdk_defconfig             |  3 +++
 drivers/mtd/nand/davinci_nand.c             |  3 +++
 include/configs/omapl138_lcdk.h             | 34 +++++++++++++++++++++++++----
 scripts/config_whitelist.txt                |  3 ---
 5 files changed, 36 insertions(+), 35 deletions(-)
 delete mode 100644 board/davinci/da8xxevm/README.omapl138-lcdk

-- 
2.10.2



More information about the U-Boot mailing list