the following patch was just integrated into master: commit 585291e3659b86478f3054e240600a4a5d3fd443 Author: Patrick Georgi patrick.georgi@secunet.com Date: Wed Jan 18 09:43:52 2012 +0100
Unify ID_SECTION_OFFSET and mark it deprecated
We used to put the id section at -0x10, with some boards overriding this to avoid collisions with romstraps. Hardcode the location at -0x80, at the possible expense of some space (0x70 bytes). This also makes the section easier to find in a binary image.
At some point, CONFIG_ID_SECTION_OFFSET can be removed, so this option is moved to src/Kconfig.deprecated_options.
Change-Id: I6ce2d6e94e57717939bda070bfe0c9df80ca2a89 Signed-off-by: Patrick Georgi patrick.georgi@secunet.com
Build-Tested: build bot (Jenkins) at Wed Jan 18 10:32:51 2012, giving +1 Reviewed-By: Peter Stuge peter@stuge.se at Wed Jan 18 11:21:39 2012, giving +2 See http://review.coreboot.org/549 for details.
-gerrit