Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308233 | Differences between
and this patch

Collapse All | Expand All

(-)pmtools-20100123.orig/acpixtract/acpixtract.c (-1 / +1 lines)
Lines 199-205 Link Here
199
    void)
199
    void)
200
{
200
{
201
201
202
    printf ("Usage: acpixtract [option] <InputFile>\n");
202
    printf ("Usage: acpixtract-pmtools [option] <InputFile>\n");
203
    printf ("\nExtract binary ACPI tables from text acpidump output\n");
203
    printf ("\nExtract binary ACPI tables from text acpidump output\n");
204
    printf ("Default invocation extracts all DSDTs and SSDTs\n");
204
    printf ("Default invocation extracts all DSDTs and SSDTs\n");
205
    printf ("Version %8.8X\n\n", VERSION);
205
    printf ("Version %8.8X\n\n", VERSION);
(-)pmtools-20100123.orig/madt/README (-1 / +1 lines)
Lines 1-7 Link Here
1
User utility to parse the ACPI MADT
1
User utility to parse the ACPI MADT
2
Hacked out of Linux kernel code to do the same.
2
Hacked out of Linux kernel code to do the same.
3
3
4
# ./acpidmp | ./acpixtract APIC | ./madt
4
# ./acpidmp | ./acpixtract-pmtools APIC | ./madt
5
5
6
ACPI: APIC (v001 INTEL  D845EBT2 0x20021021 MSFT 0x00000097) @ 0x(nil)
6
ACPI: APIC (v001 INTEL  D845EBT2 0x20021021 MSFT 0x00000097) @ 0x(nil)
7
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
7
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(-)pmtools-20100123.orig/README (-3 / +3 lines)
Lines 17-27 Link Here
17
17
18
    # ./acpidump > acpidump.out
18
    # ./acpidump > acpidump.out
19
19
20
./acpidump/acpixtract
20
./acpidump/acpixtract-pmtools
21
--------------------
21
-----------------------------
22
Convert ASCII acpidump output to raw binary tables:
22
Convert ASCII acpidump output to raw binary tables:
23
23
24
	$ acpixtract/acpixtract -a acpidump.out
24
	$ acpixtract/acpixtract-pmtools -a acpidump.out
25
	Acpi table [DSDT] -  15974 bytes written to DSDT.dat
25
	Acpi table [DSDT] -  15974 bytes written to DSDT.dat
26
	Acpi table [FACS] -     64 bytes written to FACS.dat
26
	Acpi table [FACS] -     64 bytes written to FACS.dat
27
	Acpi table [FACP] -    116 bytes written to FACP.dat
27
	Acpi table [FACP] -    116 bytes written to FACP.dat

Return to bug 308233