Difference between revisions of "ACPI"
Jump to navigation
Jump to search
m (→Fill FADT) |
|||
Line 10: | Line 10: | ||
== Fill FADT == | == Fill FADT == | ||
You may skop 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: |