summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-04-08 15:54:47 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-04-10 10:48:57 +0000
commit9f9f7a23d9f52a4278150390bd44c7d9496c160f (patch)
treeef201af4bf1c2bef5b4d7ee3c2620ab95d50e093 /Documentation
parentf059f96c3860885c30b1d6731b77fb538d859199 (diff)
downloadcoreboot-9f9f7a23d9f52a4278150390bd44c7d9496c160f.tar.gz
coreboot-9f9f7a23d9f52a4278150390bd44c7d9496c160f.tar.bz2
coreboot-9f9f7a23d9f52a4278150390bd44c7d9496c160f.zip
Documentation: Convert abi-data-consumption.txt to Markdown
This will help static site generators that can turn Markdown into HTML but can't easily turn plain text into HTML. Change-Id: Id186db140503f3c2759d579b18476fff021988c8 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/25559 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/abi-data-consumption.md (renamed from Documentation/abi-data-consumption.txt)4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/abi-data-consumption.txt b/Documentation/abi-data-consumption.md
index 81442e7170ea..962f33eac5b6 100644
--- a/Documentation/abi-data-consumption.txt
+++ b/Documentation/abi-data-consumption.md
@@ -1,9 +1,11 @@
+# ABI data consumption
+
This text describes the ABI coreboot presents to downstream users. Such
users are payloads and/or operating systems. Therefore, this text serves
at what can be relied on for downstream consumption. Anything not explicitly
listed as consumable is subject to change without notice.
-Background and Usage
+## Background and Usage
coreboot passes information to downstream users using coreboot tables. These
table definitions can be found in src/include/boot/coreboot_tables.h and