aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-09 18:25:39 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-09 18:25:39 +0300
commit905ebbbf91f2923612ae4d85b9f440e1955c8837 (patch)
tree8721e253ad4e428116a77a3b647dd0fa65719884 /README.md
parent316faf0520a407572138e31875a9276293613601 (diff)
downloadUEFI-Lessons-905ebbbf91f2923612ae4d85b9f440e1955c8837.tar.gz
UEFI-Lessons-905ebbbf91f2923612ae4d85b9f440e1955c8837.tar.bz2
UEFI-Lessons-905ebbbf91f2923612ae4d85b9f440e1955c8837.zip
Add lesson 55
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 81df75b..e39595d 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 52](Lessons/Lesson_52): Add Russian font - Part 1: investigate `EFI_NARROW_GLYPH`/`EFI_WIDE_GLYPH` format, construct glyph array from the *.woff font file
- [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`
_____