summaryrefslogtreecommitdiffstats
path: root/Documentation/lib/index.md
diff options
context:
space:
mode:
authorHung-Te Lin <hungte@chromium.org>2019-03-06 00:06:13 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-04-11 11:24:32 +0000
commit0043a3db20f0f38955845e2179b6c74b36ed23a7 (patch)
tree38c2e0d5c8669f4fb099a680eca1a56de7ab3ed4 /Documentation/lib/index.md
parenta751445de4df403182666e8bf1a81c1886f16c48 (diff)
downloadcoreboot-0043a3db20f0f38955845e2179b6c74b36ed23a7.tar.gz
coreboot-0043a3db20f0f38955845e2179b6c74b36ed23a7.tar.bz2
coreboot-0043a3db20f0f38955845e2179b6c74b36ed23a7.zip
Documentation: Explain FMAP and FMD
The Flashmap (FMAP) was not clearly documented. The new flashmap.md explains where to find more details about that and how / why it was used in coreboot. Also explained what is FMD and how to use it (based on original README.fmaptool). BUG=None TEST=None (only documentation) Change-Id: Ia389e56c632096d7c905ed221fd4f140dec382e6 Signed-off-by: Hung-Te Lin <hungte@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31766 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'Documentation/lib/index.md')
-rw-r--r--Documentation/lib/index.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/lib/index.md b/Documentation/lib/index.md
new file mode 100644
index 000000000000..85e046079d5e
--- /dev/null
+++ b/Documentation/lib/index.md
@@ -0,0 +1,7 @@
+# Library-specific documentation
+
+This section contains documentation about coreboot internal technical
+information and libraries.
+
+# Structure and layout
+- [Flashmap and Flashmap Descriptor](flashmap.md)