Stefan Reinauer wrote: > This patch adds "high coreboot table support" to coreboot version 2.
I like it. > This patch also adds "table forward" support to flashrom and > nvramtool. The additions to flashrom aren't super clean. Please change the variable name low_1MB now that it doesn't always map to the low 1MB. Also please make the find_lb_table() call use the new #define instead of hardcoded 1024*1024 since it was substituted everywhere else. > if (!lb_table) > lb_table = find_lb_table(low_1MB, 0xf0000, 1024*1024); (This call.) Please fix that, then it's: Acked-by: Peter Stuge <[email protected]> -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

