diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2024-02-15 17:19:18 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2024-02-15 17:27:54 +0300 |
commit | f19ebca21845c686f5e0fc88dc16628895fe2069 (patch) | |
tree | defab223f5d99bd8939103c407c6bad0bfdee3f9 /README.md | |
parent | 505dad17d2216fab0342afb5794f300a949dd4c8 (diff) | |
download | UEFI-Lessons-f19ebca21845c686f5e0fc88dc16628895fe2069.tar.gz UEFI-Lessons-f19ebca21845c686f5e0fc88dc16628895fe2069.tar.bz2 UEFI-Lessons-f19ebca21845c686f5e0fc88dc16628895fe2069.zip |
Add password VFR element lesson
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ _____ - [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_Password): The `password` VFR input element _____ - [Lesson XX](Lessons_uncategorized/Lesson_Hidden_BIOS_settings): Changing hidden BIOS settings. Using `IFRExtractor` utility to extract UEFI IFR data into human-readable text _____ |