On 16.01.2009 21:03, Myles Watson wrote: > What's the best way to extract all the ACPI tables from a system to > use with Coreboot? /proc/acpi only seems to have a couple of them. >
Run acpidump. That should dump all tables in a non-readable format. The resulting file can be worked on (list/extract tables) with acpixtract. Regards, Carl-Daniel -- http://www.hailfinger.org/ -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

