aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-29 15:32:02 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-29 15:32:02 +0300
commitf81dc0a4e2e8ecd07766951cd3e4ee19d11fbfd1 (patch)
treeb67a9b1f3e193b311f10a68e69621ba9105f3afe /README.md
parent4e531e2d82a93124d121f540c93556f443e6aba9 (diff)
downloadUEFI-Lessons-f81dc0a4e2e8ecd07766951cd3e4ee19d11fbfd1.tar.gz
UEFI-Lessons-f81dc0a4e2e8ecd07766951cd3e4ee19d11fbfd1.tar.bz2
UEFI-Lessons-f81dc0a4e2e8ecd07766951cd3e4ee19d11fbfd1.zip
Create a driver with 'Buffer Storage' - Part 4
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 bc1423d..7787637 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,7 @@ _____
- [Lesson XX](Lessons_uncategorized/Lesson_Varstore_1): Create a driver with `Buffer Storage` - Part 1: `varstore` element and `EFI_HII_CONFIG_ACCESS_PROTOCOL`
- [Lesson XX](Lessons_uncategorized/Lesson_Varstore_2): Create a driver with `Buffer Storage` - Part 2: Investigate when and how `ExtractConfig`/`RouteConfig`/`Callback` functions are called
- [Lesson XX](Lessons_uncategorized/Lesson_Varstore_3): Create a driver with `Buffer Storage` - Part 3: Use `BlockToConfig()`/`ConfigToBlock()` functions to handle configuration requests
+- [Lesson XX](Lessons_uncategorized/Lesson_Varstore_4): Create a driver with `Buffer Storage` - Part 4: Make `ExtractConfig()` function compatible with UEFI specification
_____
- [Lesson XX](Lessons_uncategorized/Lesson_ARCH): Architecture specifier in section names
- [Lesson XX](Lessons_uncategorized/Lesson_SKU): SKU specifier in section names