aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-02-24 18:51:27 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-02-24 18:51:27 +0300
commit7b0dda6fca0eaef19bf47eed9daa5dd4b1473975 (patch)
tree620c049bb00f65a3e93f2ec19de77aa0fd80cafc /README.md
parentfa475827c119bad8a4bda093c102721fcf548cf9 (diff)
downloadUEFI-Lessons-7b0dda6fca0eaef19bf47eed9daa5dd4b1473975.tar.gz
UEFI-Lessons-7b0dda6fca0eaef19bf47eed9daa5dd4b1473975.tar.bz2
UEFI-Lessons-7b0dda6fca0eaef19bf47eed9daa5dd4b1473975.zip
Add lesson 59
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 8110854..c2ab161 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 56](Lessons/Lesson_56): How to get module `FILE_GUID` and `BASE_NAME` in code. Autoconf variables `gEfiCallerIdGuid`/`gEdkiiDscPlatformGuid`/`gEfiCallerBaseName`
- [Lesson 57](Lessons/Lesson_57): Use VFR to create a simple form and display it with a help of `EFI_FORM_BROWSER2_PROTOCOL.SendForm()`. IFR data investigation
- [Lesson 58](Lessons/Lesson_58): `subtitle` and `text` VFR elements
+- [Lesson 59](Lessons/Lesson_59): Create an application to display HII Forms by package list GUIDs. Convert our simple form application to UEFI driver form
_____