build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35377 )
Change subject: coreboot_table: Add copy of FMAP ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/35377/1/src/lib/coreboot_table.c File src/lib/coreboot_table.c:
https://review.coreboot.org/c/coreboot/+/35377/1/src/lib/coreboot_table.c@50... PS1, Line 502: printk(BIOS_ERR, "fmap_cbmem %x\n", *((uint32_t*)(fmap_cbmem))); "(foo*)" should be "(foo *)"
https://review.coreboot.org/c/coreboot/+/35377/1/src/lib/coreboot_table.c@50... PS1, Line 503: printk(BIOS_ERR, "fmap_cbmem %x\n", *((uint32_t*)(fmap_cbmem+4))); "(foo*)" should be "(foo *)"