diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-14 07:44:52 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 15:36:21 +0000 |
commit | 8487be9c1a7f776f1bd64315ad257940a510e173 (patch) | |
tree | 25a2230055be8c920cf90559f4749262c82b64df | |
parent | 36847977cb95e319ec67ab2edf85e6ea96783628 (diff) |
Documentation/acpi: Add links to ACPI specification
Change-Id: I31250a914753136bc5d303e7ebccb3525cce0d86
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73034
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | Documentation/acpi/index.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/acpi/index.md b/Documentation/acpi/index.md index 20e831993f..0009837fcb 100644 --- a/Documentation/acpi/index.md +++ b/Documentation/acpi/index.md @@ -10,3 +10,10 @@ upwards. ## GPIO - [GPIO toggling in ACPI AML](gpio.md) + + +## ACPI specification - Useful links + +- [ACPI Specification 6.5](https://uefi.org/specs/ACPI/6.5/index.html) +- [ASL 2.0 Syntax](https://uefi.org/specs/ACPI/6.5/19_ASL_Reference.html#asl-2-0-symbolic-operators-and-expressions) +- [Predefined ACPI Names](https://uefi.org/specs/ACPI/6.5/05_ACPI_Software_Programming_Model.html#predefined-acpi-names) |