Update Coreinfo to use TAG_FORWARD in tables.
Update the ramdump function cursor functions and make the address hex instead of decimal Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4563 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -203,6 +203,9 @@ static int parse_header(void *addr, int len)
|
||||
struct cb_record *rec = (struct cb_record *)ptr;
|
||||
|
||||
switch (rec->tag) {
|
||||
case CB_TAG_FORWARD:
|
||||
return parse_header((void *)(unsigned long)((struct cb_forward *)rec)->forward, 1);
|
||||
break;
|
||||
case CB_TAG_MEMORY:
|
||||
parse_memory(ptr);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user