summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/index.md2
-rw-r--r--Documentation/technotes/index.md4
2 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/index.md b/Documentation/index.md
index 1c04ad391b..8a996b917d 100644
--- a/Documentation/index.md
+++ b/Documentation/index.md
@@ -170,7 +170,7 @@ Contents:
* [coreboot at conferences](community/conferences.md)
* [Payloads](payloads.md)
* [Distributions](distributions.md)
-* [Dealing with Untrusted Input in SMM](technotes/2017-02-dealing-with-untrusted-input-in-smm.md)
+* [Technotes](technotes/index.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)
diff --git a/Documentation/technotes/index.md b/Documentation/technotes/index.md
new file mode 100644
index 0000000000..7c231fc672
--- /dev/null
+++ b/Documentation/technotes/index.md
@@ -0,0 +1,4 @@
+# Technotes
+
+* [Dealing with Untrusted Input in SMM](2017-02-dealing-with-untrusted-input-in-smm.md)
+* [Rebuilding coreboot image generation](2015-11-rebuilding-coreboot-image-generation.md)