public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] *** iMX6SL-evk SPL Support ***
@ 2014-11-09 17:51 John Tobias
  2014-11-09 17:51 ` [U-Boot] [PATCH 1/7] imx6: add macro define inclusion John Tobias
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: John Tobias @ 2014-11-09 17:51 UTC (permalink / raw)
  To: u-boot

This patch is for SPL support for iMX6SL-evk. The said
patches has been tested to work on SD1, SD2 and SD3 ports of the
said board.

After applying the following patches, it will produces
SPL and u-boot.img binary images. You should run the
two commands below to store it in your SD or eMMC.

sudo dd if=SPL of=/dev/xxx bs=1K seek=1; sync
sudo dd if=u-boot.img of=/dev/xxx bs=1K seek=69

John Tobias (7):
  imx6: add macro define inclusion
  imx6sl: update DCD configuration file
  imx6sl: add spl on board configuration
  imx6: add additional flexibility for defining macros
  imx6sl: add spl in include header file
  imx6sl: add SPL support for iMX6SL-evk
  kconfig: imx6sl: add add SUPPORT_SPL

 arch/arm/Kconfig                      |   1 +
 arch/arm/cpu/armv7/mx6/ddr.c          |   2 +
 board/freescale/mx6slevk/imximage.cfg |  78 +---------------
 board/freescale/mx6slevk/mx6slevk.c   | 168 +++++++++++++++++++++++++++++++++-
 configs/mx6slevk_defconfig            |   5 +-
 include/configs/imx6_spl.h            |   6 ++
 include/configs/mx6slevk.h            |   8 ++
 7 files changed, 191 insertions(+), 77 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2014-11-10  0:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-09 17:51 [U-Boot] [PATCH 0/7] *** iMX6SL-evk SPL Support *** John Tobias
2014-11-09 17:51 ` [U-Boot] [PATCH 1/7] imx6: add macro define inclusion John Tobias
2014-11-09 23:26   ` Fabio Estevam
2014-11-09 23:42     ` John Tobias
2014-11-09 17:51 ` [U-Boot] [PATCH 2/7] imx6sl: update DCD configuration file John Tobias
2014-11-09 21:31   ` Stefano Babic
2014-11-10  0:33     ` John Tobias
2014-11-09 17:51 ` [U-Boot] [PATCH 3/7] imx6sl: add spl on board configuration John Tobias
2014-11-09 17:51 ` [U-Boot] [PATCH 4/7] imx6: add additional flexibility for defining macros John Tobias
2014-11-09 17:51 ` [U-Boot] [PATCH 5/7] imx6sl: add spl in include header file John Tobias
2014-11-09 17:51 ` [U-Boot] [PATCH 6/7] imx6sl: add SPL support for iMX6SL-evk John Tobias
2014-11-09 17:51 ` [U-Boot] [PATCH 7/7] kconfig: imx6sl: add add SUPPORT_SPL John Tobias
2014-11-09 22:59 ` [U-Boot] [PATCH 0/7] *** iMX6SL-evk SPL Support *** Andreas Färber
2014-11-09 23:22   ` John Tobias

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