SSDT table
Posted: Mon Aug 03, 2015 7:12 am
Hello,
I am reading the acpi (5a) specification.
If I get the DSDT table and the purpose of a SSDT table, which is to complement a DSDT table, I am not sure if the SSDT should be placed right after its DSDT.
If the first, I should check the ID of the device/maker. If second, no need, we can deduce it from the last DSDT.
Maybe I got something wrong, and overlooked something.
Thanks for your help,
I am reading the acpi (5a) specification.
If I get the DSDT table and the purpose of a SSDT table, which is to complement a DSDT table, I am not sure if the SSDT should be placed right after its DSDT.
Is prior just timely based (SSDT coming after but at a random memory position the DSDT) or time and space based (SSDT coming right after the DSDT in memory)?A SSDT can only rely on the DSDT being loaded prior to it.
If the first, I should check the ID of the device/maker. If second, no need, we can deduce it from the last DSDT.
Maybe I got something wrong, and overlooked something.
Thanks for your help,