ACPI: Difference between revisions
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
==Specifications== | ==Specifications== | ||
As of September 2019, the current version of ACPI is Revision 6.3, published January 2019. It is now published as part of the [[UEFI]] standards, and administered by the UEFI Forum. | |||
* [ | * [https://uefi.org/sites/default/files/resources/ACPI_6_3_final_Jan30.pdf ACPI 6.3] specification | ||
==acpidump/acpixtract== | ==acpidump/acpixtract== | ||
| Line 92: | Line 91: | ||
==SRAT== | ==SRAT== | ||
[http://lwn.net/Articles/7177/ Linux in 2009] gained support for parsing of the BIOS-provided SRAT table ([http://mail-index.netbsd.org/port-amd64/2009/11/23/msg001026.html NetBSD also had support] by later that year). The SRAT describes memory and processor topology, and the hot-pluggable status of all. | [http://lwn.net/Articles/7177/ Linux in 2009] gained support for parsing of the BIOS-provided SRAT table ([http://mail-index.netbsd.org/port-amd64/2009/11/23/msg001026.html NetBSD also had support] by later that year). The SRAT describes memory and processor topology, and the hot-pluggable status of all. | ||
* Use the CONFIG_X86_64_ACPI_NUMA kernel option to enable SRAT-based enumeration of NUMA. | * Use the CONFIG_X86_64_ACPI_NUMA kernel option to enable SRAT-based enumeration of [[NUMA]]. | ||
==See also== | ==See also== | ||