From 9f9f7a23d9f52a4278150390bd44c7d9496c160f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Sun, 8 Apr 2018 15:54:47 +0200 Subject: [PATCH] Documentation: Convert abi-data-consumption.txt to Markdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/25559 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Paul Menzel --- .../{abi-data-consumption.txt => abi-data-consumption.md} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename Documentation/{abi-data-consumption.txt => abi-data-consumption.md} (96%) diff --git a/Documentation/abi-data-consumption.txt b/Documentation/abi-data-consumption.md similarity index 96% rename from Documentation/abi-data-consumption.txt rename to Documentation/abi-data-consumption.md index 81442e7170..962f33eac5 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