diff options
author | Daniel Maslowski <daniel.maslowski@img.ly> | 2019-06-06 12:46:49 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-06-09 11:13:26 +0000 |
commit | 66bcc3101eed6a006fa70946ec7a0f520fe3697c (patch) | |
tree | 2d1cb62b46e9cb692aac4ec733715aae43385906 /Documentation/index.md | |
parent | 45b137eab025bcd2efe3f8acaac2a1c856c1a76d (diff) |
Documentation: Add display panel specifics
Change-Id: If1a393578556d51499c700b68187034830d19215
Signed-off-by: Daniel Maslowski <daniel.maslowski@img.ly>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33265
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Nico Huber <nico.h@gmx.de>
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 6dbbf4d91f..76faffa497 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -173,6 +173,7 @@ Contents: * [Dealing with Untrusted Input in SMM](technotes/2017-02-dealing-with-untrusted-input-in-smm.md) * [GPIO toggling in ACPI AML](acpi/gpio.md) * [Native Graphics Initialization with libgfxinit](gfx/libgfxinit.md) +* [Display panel-specific documentation](gfx/display-panel.md) * [Architecture-specific documentation](arch/index.md) * [Northbridge-specific documentation](northbridge/index.md) * [System on Chip-specific documentation](soc/index.md) |