aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-11 16:08:26 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-11 16:08:26 +0300
commitc909d52e5fa89bffa83f7109856d82dc07c56b82 (patch)
tree15e9e38d3a4bdb4f7737f445c4dad73dcccb8249 /README.md
parent88759a9fda0704dcfcf873e9c3e2f1d793214af9 (diff)
downloadUEFI-Lessons-c909d52e5fa89bffa83f7109856d82dc07c56b82.tar.gz
UEFI-Lessons-c909d52e5fa89bffa83f7109856d82dc07c56b82.tar.bz2
UEFI-Lessons-c909d52e5fa89bffa83f7109856d82dc07c56b82.zip
Add lesson 58
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 e94ef1c..8110854 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 55](Lessons/Lesson_55): Try to modify `PlatformLangCodes` EFI variable and add another language dynamically. Variable protection with a help of `EDKII_VARIABLE_POLICY_PROTOCOL`
- [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
_____