Advanced Configuration and Power Interface

From HandWiki
Short description: Standard interface for computer hardware
Example of ACPI tables of a Lenovo laptop.

In a computer, the Advanced Configuration and Power Interface (ACPI) provides an open standard that operating systems can use to discover and configure computer hardware components, to perform power management (e.g. putting unused hardware components to sleep), auto configuration (e.g. Plug and Play and hot swapping), and status monitoring. First released in December 1996, ACPI aims to replace Advanced Power Management (APM), the MultiProcessor Specification, and the Plug and Play BIOS (PnP) Specification.[1] ACPI brings power management under the control of the operating system, as opposed to the previous BIOS-centric system that relied on platform-specific firmware to determine power management and configuration policies.[2] The specification is central to the Operating System-directed configuration and Power Management (OSPM) system. ACPI defines hardware abstraction interfaces between the device's firmware (e.g. BIOS, UEFI), the computer hardware components, and the operating systems.[3][4]

Internally, ACPI advertises the available components and their functions to the operating system kernel using instruction lists ("methods") provided through the system firmware (UEFI or BIOS), which the kernel parses. ACPI then executes the desired operations written in ACPI Machine Language (such as the initialization of hardware components) using an embedded minimal virtual machine.

Intel, Microsoft and Toshiba originally developed the standard, while HP, Huawei and Phoenix also participated later. In October 2013, ACPI Special Interest Group (ACPI SIG), the original developers of the ACPI standard, agreed to transfer all assets to the UEFI Forum, in which all future development will take place.[5]

The UEFI Forum published (As of January 2021) of the standard, "Revision 6.4", at the end of January 2021.[6]

Architecture

The firmware-level ACPI has three main components: the ACPI tables, the ACPI BIOS, and the ACPI registers. The ACPI BIOS generates ACPI tables and loads ACPI tables into main memory. Much of the firmware ACPI functionality is provided in bytecode of ACPI Machine Language (AML), a Turing-complete, domain-specific low-level language, stored in the ACPI tables.[7] To make use of the ACPI tables, the operating system must have an interpreter for the AML bytecode. A reference AML interpreter implementation is provided by the ACPI Component Architecture (ACPICA). At the BIOS development time, AML bytecode is compiled from the ASL (ACPI Source Language) code.[8][9]

Overall design decision was not without criticism. In November 2003, Linus Torvalds—author of the Linux kernel—described ACPI as "a complete design disaster in every way".[10][11] In 2001, other senior Linux software developers like Alan Cox expressed concerns about the requirements that bytecode from an external source must be run by the kernel with full privileges, as well as the overall complexity of the ACPI specification.[12] In 2014, Mark Shuttleworth, founder of the Ubuntu Linux distribution, compared ACPI with Trojan horses.[13]

ACPI Component Architecture (ACPICA)

The ACPI Component Architecture (ACPICA), mainly written by Intel's engineers, provides an open-source platform-independent reference implementation of the operating system–related ACPI code.[14] The ACPICA code is used by Linux, Haiku, ArcaOS[15] and FreeBSD,[8] which supplement it with their operating-system specific code.

History

The first revision of the ACPI specification was released in December 1996, supporting 16, 24 and 32-bit addressing spaces. It was not until August 2000 that ACPI received 64-bit address support as well as support for multiprocessor workstations and servers with revision 2.0.

In September 2004, revision 3.0 was released, bringing to the ACPI specification support for SATA interfaces, PCI Express bus, multiprocessor support for more than 256 processors, ambient light sensors and user-presence devices, as well as extending the thermal model beyond the previous processor-centric support.

Released in June 2009, revision 4.0 of the ACPI specification added various new features to the design; most notable are the USB 3.0 support, logical processor idling support, and x2APIC support.

Revision 5.0 of the ACPI specification was released in December 2011,[16] which added the ARM architecture support. The revision 5.1 was released in July 2014.[17]

The latest specification revision is 6.4, which was released in January 2021.[6]

Operating systems

The "It's now safe to turn off your computer" screen in Windows 9x. Most of the computer peripherals are offline, and the only ways to exit this screen is to power off or reset the computer.
The "It's now safe to turn off your computer" screen in Windows NT 4.0. Unlike Windows 9x and later NT releases, most of the essential computer peripherals are working normally, so the user can opt to restart instead of powering off their computer.

Microsoft's Windows 98 was the first operating system to implement ACPI,[18][19] but its implementation was somewhat buggy or incomplete,[20][21] although some of the problems associated with it were caused by the first-generation ACPI hardware.[22] Other operating systems, including later versions of Windows, eComStation, ArcaOS,[23] FreeBSD (since FreeBSD 5.0[24]), NetBSD (since NetBSD 1.6[25]), OpenBSD (since OpenBSD 3.8[26]), HP-UX, OpenVMS, Linux, GNU Hurd and PC versions of Solaris, have at least some support for ACPI.[27] Some newer operating systems, like Windows Vista, require the computer to have an ACPI-compliant BIOS, and since Windows 8, the S0ix/Modern Standby state was implemented.[28]

Windows operating systems use acpi.sys[29] to access ACPI events.

ACPI could be disabled on Windows XP and earlier by pressing the F7 key to disable ACPI when Windows setup is starting. With the release of Windows Vista and later, it is no longer possible to do this. In addition, if you have a laptop where Windows cannot interpret its ACPI when trying to install, it will result in a "This BIOS is not ACPI-Compliant" 0x0A5 Blue Screen of Death. This problem could be circumvented by pressing F7 on XP and earlier, however, newer Windows such as Vista will require a patch to Windows ACPI.sys driver slipstreamed into the installation media to bypass the issue due to the lack of F7 option during setup.

The 2.4 series of the Linux kernel had only minimal support for ACPI, with better support implemented (and enabled by default) from kernel version 2.6.0 onwards.[30] Old ACPI BIOS implementations tend to be quite buggy, and consequently are not supported by later operating systems. For example, Windows 2000, Windows XP, and Windows Server 2003 only use ACPI if the BIOS date is after January 1, 1999.[31] Similarly, Linux kernel 2.6 blacklisted any ACPI BIOS from before January 1, 2001.[30]

Linux-based operating systems can provide handling of ACPI events via acpid.[32]

OSPM responsibilities

Once an OSPM-compatible operating system activates ACPI, it takes exclusive control of all aspects of power management and device configuration. The OSPM implementation must expose an ACPI-compatible environment to device drivers, which exposes certain system, device and processor states.

Power states

Global states

The ACPI Specification defines the following four global "Gx" states and six sleep "Sx" states for an ACPI-compliant computer system:[33][34]

Gx Name Sx Description
G0 Working S0 The computer is running and the CPU executes instructions. "Awaymode" is a subset of S0, where monitor is off but background tasks are running
G1 Sleeping S0ix Modern Standby,[35] or "Low Power S0 Idle". Partial processor SoC sleep.[36][37] Known to ARM and x86 devices.
S1 Power on Suspend (POS): Processor caches are flushed, and the CPU(s) stops executing instructions. The power to the CPU(s) and RAM is maintained. Devices that do not indicate they must remain on may be powered off.
S2 CPU powered off. Dirty cache is flushed to RAM.
S3 commonly referred to as Standby, Sleep, or Suspend to RAM (STR): RAM remains powered.
S4 Hibernation or Suspend to Disk: All content of the main memory is saved to non-volatile memory such as a hard drive, and the system is powered down.
G2 Soft Off S5 G2/S5 is almost the same as G3 Mechanical Off, except that the power supply unit (PSU) still supplies power, at a minimum, to the power button to allow return to S0. A full reboot is required. No previous content is retained. Other components may remain powered so the computer can "wake" on input from the keyboard, clock, modem, LAN, or USB device.
G3 Mechanical Off The computer's power has been totally removed via a mechanical switch (as on the rear of a PSU). The power cord can be removed and the system is safe for disassembly (typically, only the real-time clock continues to run using its own small battery).

The specification also defines a Legacy state: the state of an operating system which does not support ACPI. In this state, the hardware and power are not managed via ACPI, effectively disabling ACPI.

Device states

The device states D0D3 are device dependent:

  • D0 or Fully On is the operating state.
    • As with S0ix, Intel has D0ix states for intermediate levels on the SoC.[38]
  • D1 and D2 are intermediate power-states whose definition varies by device.
  • D3: The D3 state is further divided into D3 Hot (has auxiliary power), and D3 Cold (no power provided):
    • Hot: A device can assert power management requests to transition to higher power states.
    • Cold or Off has the device powered off and unresponsive to its bus.

Processor states

The CPU power states C0C3 are defined as follows:

  • C0 is the operating state.
  • C1 (often known as Halt) is a state where the processor is not executing instructions, but can return to an executing state essentially instantaneously. All ACPI-conformant processors must support this power state. Some processors, such as the Pentium 4 and AMD Athlon, also support an Enhanced C1 state (C1E or Enhanced Halt State) for lower power consumption, however this proved to be buggy on some systems.[39][40]
  • C2 (often known as Stop-Clock) is a state where the processor maintains all software-visible state, but may take longer to wake up. This processor state is optional.
  • C3 (often known as Sleep) is a state where the processor does not need to keep its cache coherent, but maintains other state. Some processors have variations on the C3 state (Deep Sleep, Deeper Sleep, etc.) that differ in how long it takes to wake the processor. This processor state is optional.
  • Additional states are defined by manufacturers for some processors. For example, Intel's Haswell platform has states up to C10, where it distinguishes core states and package states.[41]

Performance state

While a device or processor operates (D0 and C0, respectively), it can be in one of several power-performance states. These states are implementation-dependent. P0 is always the highest-performance state, with P1 to Pn being successively lower-performance states, up to an implementation-specific limit of n no greater than 16.[42]

P-states have become known as SpeedStep in Intel processors, as PowerNow! or Cool'n'Quiet in AMD processors, and as PowerSaver in VIA processors.

  • P0 maximum power and frequency
  • P1 less than P0, voltage and frequency scaled
  • P2 less than P1, voltage and frequency scaled
  • Pn less than P(n–1), voltage and frequency scaled

Hardware interface

ACPI-compliant systems interact with hardware through either a "Function Fixed Hardware (FFH) Interface", or a platform-independent hardware programming model which relies on platform-specific ACPI Machine Language (AML) provided by the original equipment manufacturer (OEM).

Function Fixed Hardware interfaces are platform-specific features, provided by platform manufacturers for the purposes of performance and failure recovery. Standard Intel-based PCs have a fixed function interface defined by Intel,[43] which provides a set of core functionality that reduces an ACPI-compliant system's need for full driver stacks for providing basic functionality during boot time or in the case of major system failure.

ACPI Platform Error Interface (APEI) is a specification for reporting of hardware errors, e.g. chipset, RAM to the operating system.

Firmware interface

ACPI defines many tables that provide the interface between an ACPI-compliant operating system and system firmware (BIOS or UEFI). This includes RSDP, RSDT, XSDT, FADT, FACS, DSDT, SSDT, MADT, and MCFG, for example.[44][45]

The tables allow description of system hardware in a platform-independent manner, and are presented as either fixed-formatted data structures or in AML. The main AML table is the DSDT (differentiated system description table). The AML can be decompiled by tools like Intel's iASL (open-source, part of ACPICA) for purposes like patching the tables for expanding OS compatibility.[46][47]

The Root System Description Pointer (RSDP) is located in a platform-dependent manner, and describes the rest of the tables.

Security risks

Ubuntu founder Mark Shuttleworth has likened ACPI to Trojan horses.[48] He has described proprietary firmware (ACPI-related or any other firmware) as a security risk, saying that "firmware on your device is the NSA's best friend" and calling firmware (ACPI or non-ACPI) "a Trojan horse of monumental proportions". He has pointed out that low quality, closed source firmware is a major threat to system security:[10] "Your biggest mistake is to assume that the NSA is the only institution abusing this position of trust – in fact, it's reasonable to assume that all firmware is a cesspool of insecurity, courtesy of incompetence of the highest degree from manufacturers, and competence of the highest degree from a very wide range of such agencies." As a solution to this problem, he has called for open-source, declarative firmware (ACPI or non-ACPI),[10] which instead of containing executable code, only describes "hardware linkage and dependencies".

A custom ACPI table called the Windows Platform Binary Table (WPBT) is used by Microsoft to allow vendors to add software into the Windows OS automatically. Some vendors, such as Lenovo and Samsung, have been caught using this feature to install harmful software such as Superfish.[49] Windows versions older than Windows 7 do not support this feature, but alternative techniques can be used. This behavior has been compared to rootkits.[50]

See also


References

  1. "ACPI Overview" (slide show in PDF). http://www.acpi.info/presentations/ACPI_Overview.pdf. 
  2. "APM BIOS Specification" (RTF). Intel Corporation, Microsoft Corporation. February 1996. http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/APMV12.rtf. 
  3. "What is ACPI (Advanced Configuration and Power Interface)? - Definition from WhatIs.com" (in en). https://searchwindowsserver.techtarget.com/definition/ACPI-Advanced-Configuration-and-Power-Interface. 
  4. "ACPI Device Tree - Representation of ACPI Namespace — The Linux Kernel documentation". https://www.kernel.org/doc/html/latest/firmware-guide/acpi/namespace.html. 
  5. "The Advanced Configuration & Power Interface web page has a prominent note that links to the Preexisting ACPI Specifications page on the UEFI web site". July 23, 2014. http://www.acpi.info/. 
  6. 6.0 6.1 "Advanced Configuration and Power Interface Specification, Version 6.4". January 2021. https://uefi.org/sites/default/files/resources/ACPI_Spec_6_4_Jan22.pdf. 
  7. Bernhard Kauer (August 2009). "ATARE: ACPI Tables and Regular Expressions". https://os.inf.tu-dresden.de/papers_ps/tr-atare-2009.pdf. 
  8. 8.0 8.1 ACPI implementation on FreeBSD - Usenix
  9. ACPI in Linux, 2005
  10. 10.0 10.1 10.2 Linux Magazine issue 162, May 2014, page 9
  11. Searls, Doc (2003-11-25). "Linus & the Lunatics, Part II". Linux Journal. http://www.linuxjournal.com/article/7279. 
  12. Corbet, Jonathan (2001-07-04). "Kernel Development". LWN.net weekly edition. LWN.net. https://lwn.net/2001/0704/kernel.php3. 
  13. Linux Format n°184, June 2014, page 7.
  14. ACPICA: ACPI Component Architecture
  15. "Readme for the ACPI Driver Package". https://www.arcanoae.com/wp-content/uploads/wiki/ReadMe-ACPI.txt. 
  16. "Advanced Configuration and Power Interface Specification (Revision 5.0)". 2011-12-06. http://acpi.info/DOWNLOADS/ACPIspec50.pdf. 
  17. "Advanced Configuration and Power Interface Specification (Revision 5.1)". 2014-07-23. http://www.uefi.org/sites/default/files/resources/ACPI_5_1release.pdf. 
  18. "Limitations When Using Microsoft Windows 98 on Compaq Armada Portables". physik.hu-berlin.de. October 1998. p. 3. ftp://ftp.physik.hu-berlin.de/pub/driver/grafik/armada1120/RMF98/DISK1/WINDOW~1.PDF. [yes|permanent dead link|dead link}}]
  19. "Windows 98 on ThinkPad systems - ThinkPad General". Support.lenovo.com. http://support.lenovo.com/en_US/guides-and-manuals/detail.page?&LegacyDocID=LWIK-3VJLL8. 
  20. Robert Cowart; Brian Knittel (2000). Using Microsoft Windows 2000 Professional. Que Publishing. p. 30. ISBN 978-0-7897-2125-9. https://archive.org/details/usingmicrosoftwi00cowa. 
  21. Windows 98 Does Not Support ACPI Passive Cooling Mode
  22. "Cover Story: Win98 Bugs & Fixes - December 1998". http://winmag.com/library/1998/1201/cov0066.htm. 
  23. "ArcaOS Changelog". https://www.arcanoae.com/wp-content/uploads/wiki/ArcaOS-changes.txt. 
  24. "FreeBSD 5.0-RELEASE Announcement". https://www.freebsd.org/releases/5.0R/announce.html. 
  25. "acpi(4) - NetBSD Manual Pages". https://man.netbsd.org/acpi.4. 
  26. "acpi(4) - OpenBSD manual pages". https://man.openbsd.org/acpi.4. 
  27. Therien, Guy (2000-01-06). "ACPI 2.0 Specification Technical Review, Intel Developer Forum" (PPT). Intel Corporation. http://www.acpi.info/presentations/acpi2M0800IDF.ppt. 
  28. Marshall, Allen. "ACPI in Windows Vista" (PPT). Microsoft Corporation. http://download.microsoft.com/download/5/b/9/5b97017b-e28a-4bae-ba48-174cf47d23cd/CPA002_WH06.ppt. 
  29. "Acpi.sys: The Windows ACPI Driver". Microsoft Corporation. 2017-06-15. https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/acpi-driver. 
  30. 30.0 30.1 The State of ACPI in the Linux Kernel
  31. ACPI BIOS. msdn.microsoft.com.
  32. "acpid In Debian". Debian. 2011-07-02. https://wiki.debian.org/acpid. 
  33. ACPI Spec Rev 5.0 - dated December 6, 2011
  34. Anand Lal Shimpi (2012-10-05). "Intel's Haswell Architecture Analyzed". AnandTech. http://www.anandtech.com/show/6355/intels-haswell-architecture/3. 
  35. windows-driver-content. "Modern Standby" (in en-gb). https://docs.microsoft.com/en-gb/windows-hardware/design/device-experiences/modern-standby. 
  36. "S0ix States" (in en). 9 March 2020. https://software.intel.com/en-us/energy-analysis-user-guide-s0ix-states. 
  37. Wang, Wendy (17 October 2018). "How to achieve S0ix states in Linux*". https://01.org/blogs/qwang59/2018/how-achieve-s0ix-states-linux. 
  38. "D0ix States" (in en). 9 March 2020. https://software.intel.com/en-us/energy-analysis-user-guide-d0ix-states. 
  39. "Athlon II X2: Hardware C1E and Return of the CnQ Bug". AnandTech. https://www.anandtech.com/show/2775/2. 
  40. Wasson, Scott (2005-02-21). "Intel's Pentium 4 600 series processors". The Tech Report. p. 2. http://techreport.com/articles.x/7998/2. 
  41. "Processor Package and Core C-States". AnandTech. 2013-06-09. http://images.anandtech.com/reviews/cpu/intel/Haswell/ULT/c10.png. 
  42. "Advanced Configuration and Power Interface Specification, Revision 3.0, Section 2.6 Device and Processor Performance State Definitions". 2004-09-02. p. 23. http://www.acpi.info/DOWNLOADS/ACPIspec30.pdf. 
  43. Intel Corporation (September 2006). "Intel Processor Vendor-Specific ACPI". ftp://download.intel.com/technology/iapc/acpi/downloads/30222305.pdf. 
  44. Brown, Len (2005-07-20). "ACPI in Linux". Ottawa Linux Symposium: 3. 
  45. "ACPI Tables — The Linux Kernel documentation". https://www.kernel.org/doc/html/latest/arm64/acpi_object_usage.html. 
  46. "DSDT". https://wiki.archlinux.org/index.php/DSDT. 
  47. "Getting Started With ACPI". https://khronokernel.github.io/Getting-Started-With-ACPI/. 
  48. Mark Shuttleworth blog (March 17, 2014), "ACPI, firmware and your security"
  49. Hoffman, Chris (August 19, 2015). "Zombie Crapware: How the Windows Platform Binary Table Works". https://www.howtogeek.com/226308/the-windows-platform-binary-table-why-crapware-can-come-back-after-a-clean-install/. 
  50. "Vendors 'rootkit': 'Windows Platform Binary Table' (WPBT)". December 6, 2017. https://borncity.com/win/2017/12/06/vendors-rootkit-windows-platform-binary-table-wpbt/. 

External links