aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-01 00:08:51 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-01 00:08:51 +0300
commitf60670afdec40c2c3bf203c5fb952bea847300d9 (patch)
tree611b88691015b64f014982b3c188d06a7bf8de32 /README.md
parentbd67f1ac3a691494f15a8e3d6670ede5cc2e9aa5 (diff)
downloadUEFI-Lessons-f60670afdec40c2c3bf203c5fb952bea847300d9.tar.gz
UEFI-Lessons-f60670afdec40c2c3bf203c5fb952bea847300d9.tar.bz2
UEFI-Lessons-f60670afdec40c2c3bf203c5fb952bea847300d9.zip
Update README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1bc33ba..3083e40 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,8 @@ Lessons description:
- Lesson 21: Override order for PCD variables
- Lesson 22: Feature flag PCD and its comparision to BOOLEAN fixed at build PCD
- Lesson 23: PatchableInModule PCDs and how they can be changed via `GenPatchPcdTable`/`PatchPcdValue` utilities
+- Lesson 24: Dynamic/DynamicEx PCDs
+- Lesson 25: More on PCDs
______