diff options
author | Hung-Te Lin <hungte@chromium.org> | 2019-03-06 00:06:13 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-04-11 11:24:32 +0000 |
commit | 0043a3db20f0f38955845e2179b6c74b36ed23a7 (patch) | |
tree | 38c2e0d5c8669f4fb099a680eca1a56de7ab3ed4 /Documentation/index.md | |
parent | a751445de4df403182666e8bf1a81c1886f16c48 (diff) |
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/index.md')
-rw-r--r-- | Documentation/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.md b/Documentation/index.md index dd8714cfe2..6eb2e695c6 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -181,6 +181,7 @@ Contents: * [System on Chip-specific documentation](soc/index.md) * [Mainboard-specific documentation](mainboard/index.md) * [Payload-specific documentation](lib/payloads/index.md) +* [Library-specific documentation](lib/index.md) * [SuperIO-specific documentation](superio/index.md) * [Vendorcode-specific documentation](vendorcode/index.md) * [Utilities](util.md) |