the following patch was just integrated into master: commit d6c514c05327e5399e90a95e95d5dbdccd7841d5 Author: Chris Douglass cdouglass.orion@gmail.com Date: Wed Feb 26 13:30:13 2014 -0500
util/ifdtool: add option to dump flashrom layout
Dump the Intel Flash Descriptor map in the format expected by flashrom's "layout" option.
Example usage:
Given a 4MB flash image vpx7654.bin that was generated by Intel's FITC tool for a 6-Series chipset...
./ifdtool --layout l.txt vpx7654.bin cat l.txt 00000000:00000fff fd 00180000:003fffff bios 00001000:0017ffff me 00fff000:00000fff gbe 00fff000:00000fff pd
Change-Id: Ib740178ed6935b5f6e1dba1be674303f9f980429 Signed-off-by: Christopher Douglass cdouglass.orion@gmail.com
See http://review.coreboot.org/5306 for details.
-gerrit