diff options
-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) |