aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-30 23:17:46 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-30 23:17:46 +0300
commitf182a71f35b0da0c7a9250e6da69232bff0b2f04 (patch)
tree3e25995a92c471e52c2c0818d1f732f5e651f92a /README.md
parent79dae444da030f28c44810252220772e0f39196e (diff)
downloadUEFI-Lessons-f182a71f35b0da0c7a9250e6da69232bff0b2f04.tar.gz
UEFI-Lessons-f182a71f35b0da0c7a9250e6da69232bff0b2f04.tar.bz2
UEFI-Lessons-f182a71f35b0da0c7a9250e6da69232bff0b2f04.zip
Add lesson 23
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 2160c4f..1bc33ba 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ Lessons description:
- Lesson 20: Intro to Platfrom Configuration Database (PCD). Declare and get simple fixed PCD
- 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
______