Difference between revisions of "ACPI"
Jump to navigation
Jump to search
m (→Fill FADT) |
m (→Fill FADT) |
||
Line 11: | Line 11: | ||
== Fill FADT == | == Fill FADT == | ||
You may | You may skip this section if your SB has it already. Just call it from your MB ACPI setup code (check M2V-MX SE for details). | ||
Now you will need to create an ACPI table which describes the I/O port location for kernel ACPI implementation. This is the '''FACP''' table. You will need to create the '''fadt.c''' file and fill in the I/O port values plus IRQ: | Now you will need to create an ACPI table which describes the I/O port location for kernel ACPI implementation. This is the '''FACP''' table. You will need to create the '''fadt.c''' file and fill in the I/O port values plus IRQ: |