aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-02 18:29:33 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-02 18:29:33 +0300
commit44a5419ce217b924c30915d7a13e23686ebf48a8 (patch)
treec3fed876486f79c8b6d2f2efa68c5e7fca0ef386 /README.md
parent4a40f4cc0e45de28898cdad1b605cc4ca4be2710 (diff)
downloadUEFI-Lessons-44a5419ce217b924c30915d7a13e23686ebf48a8.tar.gz
UEFI-Lessons-44a5419ce217b924c30915d7a13e23686ebf48a8.tar.bz2
UEFI-Lessons-44a5419ce217b924c30915d7a13e23686ebf48a8.zip
Add a lesson about Hii PCDs
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d4ca891..ead313d 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 72](Lessons/Lesson_72): Dynamically add elements to HII forms with a help of a `label` keyword
- [Lesson 73](Lessons/Lesson_73): Setting defaults for the VFR questions: `default`/`defaultstore`/`resetbutton` keywords
_____
-
+- [Lesson XX](Lessons_uncategorized/Lesson_PCD_HII): PCD storage methods: `Hii` PCDs (`[PcdsDynamicHii]`/`[PcdsDynamicExHii]`)
- [Lesson XX](Lessons_uncategorized/Lesson_ARCH): Architecture specifier in section names
- [Lesson XX](Lessons_uncategorized/Lesson_SKU): SKU specifier in section names
- [Lesson XX](Lessons_uncategorized/Lesson_Build_tools): Build tools configuration via `Conf/tools_def.txt` file and `[BuildOptions]` section usage in INF and DSC files