diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-15 11:17:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 11:17:39 +0300 |
commit | 6f9726165ecfad689e0703f30a14997196da5397 (patch) | |
tree | 12636b9f0c6a38df230c3e3f557dd0362eb7cb6d /Lessons | |
parent | bcb62dd60cc4de7dd729bd649a49511a3f4786fb (diff) | |
download | UEFI-Lessons-6f9726165ecfad689e0703f30a14997196da5397.tar.gz UEFI-Lessons-6f9726165ecfad689e0703f30a14997196da5397.tar.bz2 UEFI-Lessons-6f9726165ecfad689e0703f30a14997196da5397.zip |
Add link to GenPcdDb.py module
Diffstat (limited to 'Lessons')
-rw-r--r-- | Lessons/Lesson_24/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lessons/Lesson_24/README.md b/Lessons/Lesson_24/README.md index 1263a6f..b87a5b7 100644 --- a/Lessons/Lesson_24/README.md +++ b/Lessons/Lesson_24/README.md @@ -606,3 +606,4 @@ The output should be the same as before. - PCD PEI DB documentation [https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Universal/PCD/Pei/Pcd.inf](https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Universal/PCD/Pei/Pcd.inf) - PCD DXE DB documentation [https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf](https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf) +- AutoGen module responsible for PCD Database generation: [GenPcdDb.py](https://github.com/tianocore/edk2/blob/master/BaseTools/Source/Python/AutoGen/GenPcdDb.py) |