diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-01 00:08:51 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-01 00:08:51 +0300 |
commit | f60670afdec40c2c3bf203c5fb952bea847300d9 (patch) | |
tree | 611b88691015b64f014982b3c188d06a7bf8de32 | |
parent | bd67f1ac3a691494f15a8e3d6670ede5cc2e9aa5 (diff) | |
download | UEFI-Lessons-f60670afdec40c2c3bf203c5fb952bea847300d9.tar.gz UEFI-Lessons-f60670afdec40c2c3bf203c5fb952bea847300d9.tar.bz2 UEFI-Lessons-f60670afdec40c2c3bf203c5fb952bea847300d9.zip |
Update README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ______ |