aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-10 11:52:55 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-10 11:52:55 +0300
commitd7a8fa081fdd103bce648d0da228dbb550480a19 (patch)
tree67bde415286d4eaa6bf5363ff595e3899d93a3a2 /README.md
parent7cd25c1c2329f67643b2cab097ae53edc60e068f (diff)
downloadUEFI-Lessons-d7a8fa081fdd103bce648d0da228dbb550480a19.tar.gz
UEFI-Lessons-d7a8fa081fdd103bce648d0da228dbb550480a19.tar.bz2
UEFI-Lessons-d7a8fa081fdd103bce648d0da228dbb550480a19.zip
Update README.md
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 e39595d..8ba2fc6 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 53](Lessons/Lesson_53): Add Russian font - Part 2: construct `EFI_HII_SIMPLE_FONT_PACKAGE` and populate it to the HII database
- [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`
_____