Support relocating coreboot generated acpi rsdp and pir tables.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 13 Jun 2008 02:22:43 +0000 (22:22 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 13 Jun 2008 02:22:43 +0000 (22:22 -0400)
commit93479e42900e05a6aafcefa6a6ed80f4e1ee97db
tree93e39b44b90c68712f131c3c2b14aa513dd9fff1
parentd25810a024ef7f790686c09ec3178be64b95e072
Support relocating coreboot generated acpi rsdp and pir tables.

The coreboot code will now scan the areas marked by CB_MEM_TABLE for
    PIR and RSDP tables.  If found, they'll be moved to the 0xf0000
    segment.
Also, the find_cb_memory() function has been made generic.
src/coreboot.c