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.
I'd just use phnxdeco, but it isn't working for my ROM.
Thanks, Myles
On 16.01.2009 21:03 Uhr, 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.
I've been using the following script I wrote.It uses acpidump and a recent version of iasl
On Fri, Jan 16, 2009 at 1:08 PM, Stefan Reinauer stepan@coresystems.de wrote:
On 16.01.2009 21:03 Uhr, 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.
I've been using the following script I wrote.It uses acpidump and a recent version of iasl
Thanks for the speedy response!
Myles
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