public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/6] davinci: omapl138_lcdk: fix a few bugs for SPL boot
@ 2016-11-29 13:23 Fabien Parent
  2016-11-29 13:23 ` [U-Boot] [PATCH v3 1/6] ARM: davinci: Move CONFIG_SYS_DA850_PLL_INIT to Kconfig Fabien Parent
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Fabien Parent @ 2016-11-29 13:23 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-12-04  0:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-29 13:23 [U-Boot] [PATCH v3 0/6] davinci: omapl138_lcdk: fix a few bugs for SPL boot Fabien Parent
2016-11-29 13:23 ` [U-Boot] [PATCH v3 1/6] ARM: davinci: Move CONFIG_SYS_DA850_PLL_INIT to Kconfig Fabien Parent
2016-11-29 18:05   ` Tom Rini
2016-12-04  0:50   ` [U-Boot] [U-Boot, v3, " Tom Rini
2016-11-29 13:23 ` [U-Boot] [PATCH v3 2/6] ARM: davinci: Move CONFIG_SYS_DA850_DDR_INIT " Fabien Parent
2016-11-29 18:06   ` Tom Rini
2016-12-04  0:52   ` [U-Boot] [U-Boot, v3, " Tom Rini
2016-11-29 13:23 ` [U-Boot] [PATCH v3 3/6] davinci: omapl138_lcdk: configure pll0 Fabien Parent
2016-11-29 18:06   ` Tom Rini
2016-12-04  0:54   ` [U-Boot] [U-Boot, v3, " Tom Rini
2016-11-29 13:23 ` [U-Boot] [PATCH v3 4/6] davinci: omapl138_lcdk: configure ddr2 Fabien Parent
2016-11-29 18:07   ` Tom Rini
2016-12-04  0:54   ` [U-Boot] [U-Boot, v3, " Tom Rini
2016-11-29 13:23 ` [U-Boot] [PATCH v3 5/6] davinci: da850evm: fix empty boot method list in the SPL Fabien Parent
2016-12-04  0:55   ` [U-Boot] [U-Boot, v3, " Tom Rini
2016-11-29 13:23 ` [U-Boot] [PATCH v3 6/6] davinci: omapl138_lcdk: add u-boot sector for mmc/sd boot Fabien Parent
2016-12-04  0:56   ` [U-Boot] [U-Boot, v3, " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox