diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-30 20:24:43 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-30 20:24:43 +0300 |
commit | ba566e7a315cbb229f457c5afb76b56af53136a3 (patch) | |
tree | 047463c3b9e05d832794c4657d377d44862427f0 /README.md | |
parent | b8e5a8e97918ca30e53d518f76de298bccfe9306 (diff) | |
download | UEFI-Lessons-ba566e7a315cbb229f457c5afb76b56af53136a3.tar.gz UEFI-Lessons-ba566e7a315cbb229f457c5afb76b56af53136a3.tar.bz2 UEFI-Lessons-ba566e7a315cbb229f457c5afb76b56af53136a3.zip |
Add lesson 22
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ Lessons description: - Lesson 19: Boot option modification with the help of `bcfg` command - 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 ______ |