diff options
-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 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 |