Krystian Hebel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55041 )
Change subject: Documentation/lib/flashmap.md: add information about FMAP endianness ......................................................................
Documentation/lib/flashmap.md: add information about FMAP endianness
Change-Id: Idf6d46ed262b18c176d69352e333c56f4fdff66a Signed-off-by: Krystian Hebel krystian.hebel@3mdeb.com --- M Documentation/lib/flashmap.md 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/55041/1
diff --git a/Documentation/lib/flashmap.md b/Documentation/lib/flashmap.md index d3d8bbf..68d0ab5 100644 --- a/Documentation/lib/flashmap.md +++ b/Documentation/lib/flashmap.md @@ -17,7 +17,8 @@ normally go into CBFS.
The Flashmap itself starts with a header `struct fmap` and followed by a list of -section descriptions in `struct fmap_area`. +section descriptions in `struct fmap_area`. All fields in those structures are +in little endian format.
### Header The header `struct fmap` has following fields: