the following patch was just integrated into master: commit 8d336571c89034327cac5bae2c2b9242165e0f48 Author: Gabe Black gabeblack@google.com Date: Sat Jan 7 01:03:42 2012 -0800
Revamp cbmem.py to use the coreboot tables.
This change makes significant changes to cbmem.py to make it use the coreboot tables to find the memory console and timestamp areas instead of looking for the in memory table TOC structure. That appears to be more robust and gets cbmem.py working again after some unrelated changes that affected memory layout.
It also introduces some small infrastructure to make accessing C style structures in physical memory easier and more transparent.
Change-Id: I51833055a50c2d76423520ba6e059bf8fc50adea Signed-off-by: Gabe Black gabeblack@google.com
Build-Tested: build bot (Jenkins) at Fri Mar 30 10:44:44 2012, giving +1 See http://review.coreboot.org/762 for details.
-gerrit