aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2024-02-21 18:58:35 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2024-02-21 18:58:35 +0300
commitdcd9aa0c3d8f764c0ba3d3348451b8d7773971eb (patch)
tree10b3562a79f6e04af9f167b8bc99ccf3b01e1fe4 /README.md
parent8540c30aa69a939327b8a1c2cca7a85ed83cace4 (diff)
downloadUEFI-Lessons-dcd9aa0c3d8f764c0ba3d3348451b8d7773971eb.tar.gz
UEFI-Lessons-dcd9aa0c3d8f764c0ba3d3348451b8d7773971eb.tar.bz2
UEFI-Lessons-dcd9aa0c3d8f764c0ba3d3348451b8d7773971eb.zip
Add lesson about the form browser action requests
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 5ce17dc..b3d6de9 100644
--- a/README.md
+++ b/README.md
@@ -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_Varstore_7): Action requests for the Form Browser from the `EFI_HII_CONFIG_ROUTING_PROTOCOL.Callback()` function
- [Lesson XX](Lessons_uncategorized/Lesson_Password): The `password` VFR input element - Part 1: Basic `Callback()` implementation to handle password element
- [Lesson XX](Lessons_uncategorized/Lesson_Password_2): The `password` VFR input element - Part 2: Use `EFI_HASH2_PROTOCOL` to calculate password string hash
_____