the following patch was just integrated into master: commit 8e4b3c56abf8083f1816b607760f3ad8fdcc7873 Author: Chris Douglass cdouglass.orion@gmail.com Date: Fri Feb 28 08:54:41 2014 -0500
util/ifdtool: cleanup some magic numbers
There are five firmware regions that are (currently) defined. This was assumed throughout the ifdtool code with many literal 4s and 5s. This patch changes them to refer to a new #define NUM_REGIONS.
Change-Id: I523d3763942f875025ebc4b9ba8b2ccf1db5b2f5 Signed-off-by: Christopher Douglass cdouglass.orion@gmail.com
See http://review.coreboot.org/5313 for details.
-gerrit