aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-10 17:30:32 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-10 17:30:32 +0300
commitd03724c8fc726c9add02ed19984d66077edd56ef (patch)
tree2875bbd19a9e91bc86daa4a48af687b6032c8795 /README.md
parent5da37dd73d8b6c175eedbf4d92307a86ef6b269e (diff)
downloadUEFI-Lessons-d03724c8fc726c9add02ed19984d66077edd56ef.tar.gz
UEFI-Lessons-d03724c8fc726c9add02ed19984d66077edd56ef.tar.bz2
UEFI-Lessons-d03724c8fc726c9add02ed19984d66077edd56ef.zip
Add lesson 57
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 8ba2fc6..e94ef1c 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 54](Lessons/Lesson_54): Use `NewString` and `SetString` functions from the `EFI_HII_STRING_PROTOCOL` to add String Package for another language dynamically
- [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
_____