the following patch was just integrated into master: commit 3d7344a7a1fcf09406460da59b61baff564bbbd3 Author: David Hendricks dhendrix@chromium.org Date: Tue Jan 8 21:05:06 2013 -0800
ARM bootblock approach
This lays out the groundwork for using a proper bootblock on ARM. Currently we bypass the bootblock entirely and go straight to romstage. However we want to utilize CBFS to maximize flexibility of placing code without relying on a lot of magic numbers which will break depending on the SoC in use.
Change-Id: I9cc2a8191d2db38b27b6363ba673e5a360de9684 Signed-off-by: Stefan Reinauer reinauer@google.com Signed-off-by: David Hendricks dhendrix@chromium.org Reviewed-on: http://review.coreboot.org/2118 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Wed Jan 16 23:32:06 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Thu Jan 17 01:06:15 2013, giving +2 See http://review.coreboot.org/2118 for details.
-gerrit