aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2024-02-12 16:21:34 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2024-02-12 16:21:34 +0300
commit505dad17d2216fab0342afb5794f300a949dd4c8 (patch)
treea0f1cd8e247f30e0bd8a988739f894e78353d4c2 /README.md
parentf06fa2232b871dde41da965eace6fb3702a8ddca (diff)
downloadUEFI-Lessons-505dad17d2216fab0342afb5794f300a949dd4c8.tar.gz
UEFI-Lessons-505dad17d2216fab0342afb5794f300a949dd4c8.tar.bz2
UEFI-Lessons-505dad17d2216fab0342afb5794f300a949dd4c8.zip
Add protocol installation callbacks 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 00e7da6..69e9d1e 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 72](Lessons/Lesson_72): Dynamically add elements to HII forms with a help of a `label` keyword
- [Lesson 73](Lessons/Lesson_73): Setting defaults for the VFR questions: `default`/`defaultstore`/`resetbutton` keywords
_____
+- [Lesson XX](Lessons_uncategorized/Lesson_RegisterProtocolNotify): Register protocol installation callbacks with the `EFI_BOOT_SERVICES.RegisterProtocolNotify()` and `EfiCreateProtocolNotifyEvent` functions
- [Lesson XX](Lessons_uncategorized/Lesson_Configuration_Language_1): UEFI Configuration language. Dump current HII Database settings with the `EFI_HII_CONFIG_ROUTING_PROTOCOL.ExportConfig()` function
- [Lesson XX](Lessons_uncategorized/Lesson_Configuration_Language_2): UEFI Configuration language. Create a function to prettify configuration string data
- [Lesson XX](Lessons_uncategorized/Lesson_Configuration_Language_3): UEFI Configuration language. Extract individual form element configurations with the `EFI_HII_CONFIG_ROUTING_PROTOCOL.ExtractConfig()` function