From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Tobias Date: Sun, 9 Nov 2014 09:51:21 -0800 Subject: [U-Boot] [PATCH 0/7] *** iMX6SL-evk SPL Support *** Message-ID: <1415555488-37665-1-git-send-email-john.tobias.ph@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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