diff options
author | Tom Hiller <thrilleratplay@gmail.com> | 2018-07-22 17:43:58 -0400 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-24 09:12:18 +0000 |
commit | ae3aaeb045a00aeba061e37ac29d6af959b41d5b (patch) | |
tree | 20d2d9821d109ab09e496128374b6843e1ed181e /Documentation/index.md | |
parent | 987d42da1de420cb28cb7f4f979cbb01511877d6 (diff) |
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/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 cf22dca28f..1f335b46f4 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) |