Difference between revisions of "ACPI"
Jump to navigation
Jump to search
m (→DSDT debugging: Fix quote) |
|||
Line 187: | Line 187: | ||
* Make sure that you reserve _RAMBASE - LB_MEM_TOPK | * Make sure that you reserve _RAMBASE - LB_MEM_TOPK | ||
* SMP might need some fixes | * SMP might need some fixes | ||
= Interfacing mainboard and EC ASL = | |||
Coreboot has strict requirements for interfacing EC and mainboard ACPI files. This is done in order to minimize the dependency on the preprocessor, and to provide efficient bytecode execution. This specification is documented in detail on [[ACPI/Board-EC_interaction | this page]]. | |||
= ACPI bytecode generator = | = ACPI bytecode generator = |