aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2024-02-08 18:08:31 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2024-02-08 18:08:31 +0300
commit6cb4310b730901280b157c0e2c072966c74be134 (patch)
treeb0b0bb4f2558ba0510a947bf149aa70f2df6a67c /README.md
parent2f2eb8efda6b2f47790d5c59efb5ee5d92fb0048 (diff)
downloadUEFI-Lessons-6cb4310b730901280b157c0e2c072966c74be134.tar.gz
UEFI-Lessons-6cb4310b730901280b157c0e2c072966c74be134.tar.bz2
UEFI-Lessons-6cb4310b730901280b157c0e2c072966c74be134.zip
Add popup lesson
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 ebde436..00e7da6 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,7 @@ _____
- [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_Varstore_5): Investigate when and how the Form Browser calls `EFI_HII_CONFIG_ROUTING_PROTOCOL.Callback()` function
+- [Lesson XX](Lessons_uncategorized/Lesson_Varstore_6): Popup windows in edk2. Creating popups with the `EFI_HII_POPUP_PROTOCOL.CreatePopup()` and `CreatePopUp` functions
_____
- [Lesson XX](Lessons_uncategorized/Lesson_Hidden_BIOS_settings): Changing hidden BIOS settings. Using `IFRExtractor` utility to extract UEFI IFR data into human-readable text
_____