aboutsummaryrefslogtreecommitdiff
path: root/Documentation/getting_started/index.md
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2019-10-09 16:29:05 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-01-18 10:58:36 +0000
commitee6557c06ed740f7a9399e2f26c1ac8507199ce8 (patch)
tree9c416f4e0a1e2b2fe9614a08a3a6caf5a268a840 /Documentation/getting_started/index.md
parenta6d7c00f1df9b19e73e44c97b6eb49ae1dc754ea (diff)
documentation: Add documentation on setting up mainboard GPIOs
The new documentation describes typical ways that mainboards will set up their GPIOs, as well as the distinction between "early" and "normal" GPIOs. It also describes the typical properties that GPIO configuration will cover. Change-Id: I279eec4ed2bb0248a2bdb363fb73b40b8272267f Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37802 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'Documentation/getting_started/index.md')
-rw-r--r--Documentation/getting_started/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/getting_started/index.md b/Documentation/getting_started/index.md
index 52d873ece2..9b9ac7f9e3 100644
--- a/Documentation/getting_started/index.md
+++ b/Documentation/getting_started/index.md
@@ -7,3 +7,4 @@
* [Gerrit Guidelines](gerrit_guidelines.md)
* [Documentation License](license.md)
* [Writing Documentation](writing_documentation.md)
+* [Setting up GPIOs](gpio.md)