diff options
author | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2019-08-23 16:27:56 -0600 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2019-08-29 17:31:24 +0000 |
commit | 66e356c662e9cbee1533681f5a0ffcc5525ec20b (patch) | |
tree | efc2e6cc7034aa0fd2c91ee23fc0da895ac2b557 /Documentation/index.md | |
parent | 5cbaba48e6e5c61b55fe01b2b14445e9bce21e45 (diff) | |
download | coreboot-66e356c662e9cbee1533681f5a0ffcc5525ec20b.tar.xz |
Documentation/acpi: Add new document on adding ACPI devices to devicetree
Change-Id: I9636e65f7d2499b06b1d71e5f8d09c528b850027
Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35080
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'Documentation/index.md')
-rw-r--r-- | Documentation/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.md b/Documentation/index.md index a2c2878ddb..50141b50bf 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -172,6 +172,7 @@ Contents: * [Intel IFD Binary Extraction](Binary_Extraction.md) * [Dealing with Untrusted Input in SMM](technotes/2017-02-dealing-with-untrusted-input-in-smm.md) * [GPIO toggling in ACPI AML](acpi/gpio.md) +* [Adding devices to a device tree](acpi/devicetree.md) * [Native Graphics Initialization with libgfxinit](gfx/libgfxinit.md) * [Display panel-specific documentation](gfx/display-panel.md) * [Architecture-specific documentation](arch/index.md) |