On 12/27/10 7:45 PM, Marc Bertens wrote:
Signed-off: Marc Bertens <mbertens@xs4all.nl>

There was a problem when using the getpir utility with the coreboot_ram file, basically removed the loop around the search function, in the coreboot_ram image the start $PIR is not on a 16 byte boundary. due to the search already was matching 6 bytes of the start of the table (including the version of the table), this was not necessary any more.  
There was no patch attached

The copy in the coreboot_ram image is not the one the tool should find, usually it should even be compressed and thus not found at all. Instead coreboot_ram will copy a PIR table to ram and that copy is the one the tool is/should be looking for.

Stefan