aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-07 18:58:44 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-07 18:58:44 +0300
commit4a9bde8e4180e50bca4fcc7f21bc57bc72792298 (patch)
treef2a569149ab5af0e945d72866ece4e2445f1e3a4 /README.md
parent6af636b7660852867a47a218b42453dc999ec8b2 (diff)
downloadUEFI-Lessons-4a9bde8e4180e50bca4fcc7f21bc57bc72792298.tar.gz
UEFI-Lessons-4a9bde8e4180e50bca4fcc7f21bc57bc72792298.tar.bz2
UEFI-Lessons-4a9bde8e4180e50bca4fcc7f21bc57bc72792298.zip
Add a lesson about NV Variable storage
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f38b7a4..e64427b 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,7 @@ _____
- [Lesson XX](Lessons_uncategorized/Lesson_FDF_FV_10/README.md): Using `EFI_FIRMWARE_VOLUME2_PROTOCOL` to read files from FFS
- [Lesson XX](Lessons_uncategorized/Lesson_PCD_HII): PCD storage methods: `Hii` PCDs (`[PcdsDynamicHii]`/`[PcdsDynamicExHii]`)
- [Lesson XX](Lessons_uncategorized/Lesson_PCD_VPD): PCD storage methods: `VPD` PCDs (`[PcdsDynamicVpd]`/`[PcdsDynamicExVpd]`)
+- [Lesson XX](Lessons_uncategorized/Lesson_NV_storage): How UEFI variables are stored in flash
_____
# Learning links