From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Weber Date: Sat, 17 Mar 2012 05:34:17 +0100 Subject: [U-Boot] SPL Linux Boot In-Reply-To: <1331820106-17103-1-git-send-email-sbabic@denx.de> References: <1328350963-30989-1-git-send-email-sbabic@denx.de> <1331820106-17103-1-git-send-email-sbabic@denx.de> Message-ID: <4F641449.6080902@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 Hello, On 03/15/2012 03:01 PM, Stefano Babic wrote: > Hi, > > this should be the final version for the patchset introducing > direct Linux booting from SPL. > > Only Patch 1/14: "Add cmd_spl command" was modified. > Patches 2/13 up to 12/13 are untouched from V13. > Patch 13/13 fix a small issue by compiling the cam_enc_4xx > board (Tom Rini) > > Changelog > -------------- > > [PATCH V14 01/13] Add cmd_spl command > [PATCH V14 02/13] devkit8000: add config for spl command > [PATCH V14 03/13] omap-common: Add NAND SPL linux booting > [PATCH V14 04/13] devkit8000/spl: init GPMC for dm9000 in SPL > [PATCH V14 05/13] omap-common/spl: Add linux boot to SPL > [PATCH V14 06/13] omap/spl: change output of spl_parse_image_header > [PATCH V14 07/13] devkit8000: Implement and activate direct OS boot > [PATCH V14 08/13] Add cache functions to SPL for armv7 > [PATCH V14 09/13] OMAP3: SPL: do not call I2C init if no I2C is set. > [PATCH V14 10/13] SPL: call cleanup_before_linux() before booting > [PATCH V14 11/13] OMAP3: twister: add support to boot Linux from SPL > [PATCH V14 12/13] arm: Add Prep subcommand support to bootm > [PATCH V14 13/13] cam_enc_4xx: Rename 'images' to 'imgs' > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot It applies on TI-u-boot, but TI-u-boot is still broken for Devkit8000 (SOFT_ECC). After merging mainline-u-boot into TI-u-boot it works fine: Tested-by: Thomas Weber on Devkit8000 Thanks, Thomas