summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorTom Hiller <thrilleratplay@gmail.com>2018-07-22 17:43:58 -0400
committerPatrick Georgi <pgeorgi@google.com>2018-07-24 09:12:18 +0000
commitae3aaeb045a00aeba061e37ac29d6af959b41d5b (patch)
tree20d2d9821d109ab09e496128374b6843e1ed181e /Documentation
parent987d42da1de420cb28cb7f4f979cbb01511877d6 (diff)
downloadcoreboot-ae3aaeb045a00aeba061e37ac29d6af959b41d5b.tar.gz
coreboot-ae3aaeb045a00aeba061e37ac29d6af959b41d5b.tar.bz2
coreboot-ae3aaeb045a00aeba061e37ac29d6af959b41d5b.zip
Documentation: Add Binary_Extraction.md to index.md
Fixes Sphinx WARNING document isn't included in any toctree Change-Id: I4464da8abe7631ec97343059fd36dc96cc17ac12 Signed-off-by: Tom Hiller <thrilleratplay@gmail.com> Reviewed-on: https://review.coreboot.org/27592 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.md b/Documentation/index.md
index cf22dca28f42..1f335b46f44e 100644
--- a/Documentation/index.md
+++ b/Documentation/index.md
@@ -10,6 +10,7 @@ Contents:
* [Getting Started](getting_started/index.md)
* [Rookie Guide](lessons/index.md)
* [Timestamps](timestamp.md)
+* [Intel IFD Binary Extraction](Binary_Extraction.md)
* [Dealing with Untrusted Input in SMM](technotes/2017-02-dealing-with-untrusted-input-in-smm.md)
* [ABI data consumption](abi-data-consumption.md)
* [GPIO toggling in ACPI AML](acpi/gpio.md)