the following patch was just integrated into master: commit 4c2245eb67b0eabf18fc9b6788bc05d962ef5e0e Author: David Hendricks dhendrix@chromium.org Date: Wed Jan 2 17:41:51 2013 -0800
snow: Stuff to support building image with BL1
This patch does two things which will take effect in follow-up patches: 1. Add an intermediate Makefile rule for dd'ing BL1 into the coreboot.rom pre-image. This is modeled after a similar hack for the bd82x6x southbridge. 2. Add a Kconfig variable, BOOTBLOCK_OFFSET, which will be used to pass the bootblock offset into cbfstool.
Change-Id: I89da255dc903c387b754b06a11bb3439035ead87 Signed-off-by: David Hendricks dhendrix@chromium.org Reviewed-on: http://review.coreboot.org/2093 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Thu Jan 3 03:30:35 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Thu Jan 3 06:46:08 2013, giving +2 See http://review.coreboot.org/2093 for details.
-gerrit