the following patch was just integrated into master: commit e50e3434709f1f37359eb3df25aded61fca76850 Author: David Hendricks dhendrix@chromium.org Date: Sat Feb 9 14:58:45 2013 -0800
armv7/exynos5250: place .id between .start and bootblock main
This places the .id section toward the lower region of the coreboot image, before the bootblock. It's easier for humans to find by dumping the image and it also eliminates ID_SECTION_OFFSET which is currently the upper bound on our image size.
Change-Id: I7d737b901dac659ddf9aa437cee5dc32f1080546 Signed-off-by: David Hendricks dhendrix@chromium.org Reviewed-on: http://review.coreboot.org/2345 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Sun Feb 10 01:04:33 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Sun Feb 10 01:28:53 2013, giving +2 See http://review.coreboot.org/2345 for details.
-gerrit