mirror of
https://github.com/acpica/acpica/
synced 2025-01-19 16:09:19 +03:00
250b94d599
Now, only allow "SSDT" "OEM", and a null signature. History: 1) Originally, we checked the table signature for "SSDT" or "PSDT". 2) We added support for OEMx tables, signature "OEM". 3) Valid tables were encountered with a null signature, so we just gave up on validating the signature, (05/2008). 4) We encountered non-AML tables such as the MADT, which caused interpreter errors and kernel faults. So now, we once again allow only "SSDT", "OEMx", and now, also a null signature. (05/2011). |
||
---|---|---|
documents | ||
generate | ||
libraries | ||
source | ||
tests | ||
.gitignore |