aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-07-22 11:26:51 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-07-22 11:26:51 +0300
commiteb5d2a18e25d50f1d4417a10372223acdfe2714a (patch)
tree535cf23420af1ed101c32b69ded8fe276b07a5fd
parent9731dceee917d98ca0792401b4286c1b513b2ce0 (diff)
downloadUEFI-Lessons-eb5d2a18e25d50f1d4417a10372223acdfe2714a.tar.gz
UEFI-Lessons-eb5d2a18e25d50f1d4417a10372223acdfe2714a.tar.bz2
UEFI-Lessons-eb5d2a18e25d50f1d4417a10372223acdfe2714a.zip
Add FV lessons to main README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f082693..86e60ab 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,10 @@ _____
- [Lesson XX](Lessons_uncategorized/Lesson_Build_tools): Build tools configuration via `Conf/tools_def.txt` file and `[BuildOptions]` section usage in INF and DSC files
- [Lesson XX](Lessons_uncategorized/Lesson_FDF): Intro to FDF file format. Flash Device Image `[FD]` sections: flash chip defines and regions definition. OVMF image FDF file analysis.
+- [Lesson XX](Lessons_uncategorized/Lesson_FDF_FV/README.md): Firmware Volume (`FV`), FFS, files. Create simple FV with `RAW` files
+- [Lesson XX](Lessons_uncategorized/Lesson_FDF_FV_2/README.md): File sections - Part 1: `FREEFORM` file and `RAW` section type. FV build process (`GenSec`/`GenFfs`/`GenFv` tools)
+- [Lesson XX](Lessons_uncategorized/Lesson_FDF_FV_3/README.md): File sections - Part 2: Other leaf sections: `USER_INTERFACE`/`VERSION`/`FREEFORM_SUBTYPE_GUID`/`PE32`/`PIC`/`COMPATIBILITY16`/`TE`/`DISPOSABLE`/`PEI_DEPEX`/`DXE_DEPEX`
+- [Lesson XX](Lessons_uncategorized/Lesson_FDF_FV_4/README.md): File sections - Part 3: Encapsulation sections: `COMPRESSION`/`GUID_DEFINED`/`FIRMWARE_VOLUME_IMAGE`
_____
# Learning links