public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] imx:mx6 spl support for mx6sxsabresd
@ 2014-12-30  9:23 Peng Fan
  2014-12-30  9:23 ` [U-Boot] [PATCH 1/6] imx:mx6sxsabresd add spl config file Peng Fan
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Peng Fan @ 2014-12-30  9:23 UTC (permalink / raw)
  To: u-boot

This patch set is to make mx6sxsabresd spl boot capable from USDHC.
SPL image is burned to sector 2 of SD card. u-boot.img is burned to
sector 138.

Since i.MX 6SoloX chip only supports one mmdc channel, in order to reuse
mx6_dram_cfg, define a new macro MMDC1. To i.MX 6SoloX, MMDC1 does nothing;
to others, MMDC1 effects as the original "mmdc1->entry = value".

Peng Fan (6):
  imx:mx6sxsabresd add spl config file
  imx:mx6sxsabresd select SUPPORT_SPL
  imx:mx6sxsabresd spl support in header file
  imx:mx6sx add dram io configure for mx6sx
  imx:mx6 add mx6sx in imx spl header file
  imx:mx6sxsabresd board spl support

 arch/arm/Kconfig                            |   1 +
 arch/arm/cpu/armv7/mx6/ddr.c                |  96 +++++++++++++---
 arch/arm/include/asm/arch-mx6/mx6-ddr.h     |  46 ++++++++
 board/freescale/mx6sxsabresd/MAINTAINERS    |   1 +
 board/freescale/mx6sxsabresd/mx6sxsabresd.c | 168 ++++++++++++++++++++++++++++
 configs/mx6sxsabresd_spl_defconfig          |   4 +
 include/configs/imx6_spl.h                  |   8 ++
 include/configs/mx6sxsabresd.h              |   6 +
 8 files changed, 316 insertions(+), 14 deletions(-)
 create mode 100644 configs/mx6sxsabresd_spl_defconfig

-- 
1.8.4

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

end of thread, other threads:[~2015-02-06  6:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-30  9:23 [U-Boot] [PATCH 0/6] imx:mx6 spl support for mx6sxsabresd Peng Fan
2014-12-30  9:23 ` [U-Boot] [PATCH 1/6] imx:mx6sxsabresd add spl config file Peng Fan
2014-12-30  9:23 ` [U-Boot] [PATCH 2/6] imx:mx6sxsabresd select SUPPORT_SPL Peng Fan
2014-12-30  9:24 ` [U-Boot] [PATCH 3/6] imx:mx6sxsabresd spl support in header file Peng Fan
2014-12-30  9:24 ` [U-Boot] [PATCH 4/6] imx:mx6sx add dram io configure for mx6sx Peng Fan
2014-12-30  9:24 ` [U-Boot] [PATCH 5/6] imx:mx6 add mx6sx in imx spl header file Peng Fan
2014-12-30  9:24 ` [U-Boot] [PATCH 6/6] imx:mx6sxsabresd board spl support Peng Fan
2015-01-19  8:18   ` Stefano Babic
2015-01-19  8:29     ` Peng Fan
2015-02-02 10:24       ` Nikolay Dimitrov
2015-02-06  6:25         ` Peng Fan

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