diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-06 20:52:18 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-06 20:52:18 +0300 |
commit | dc240ae75677fa56cd7d70ab01b3ff609a19a98f (patch) | |
tree | cc56776ca3a93c12434c5c267e85fa682a4b6b13 | |
parent | 11512bfc531f9dfcf8a5b7f89e4585f6c94cacb7 (diff) | |
download | UEFI-Lessons-dc240ae75677fa56cd7d70ab01b3ff609a19a98f.tar.gz UEFI-Lessons-dc240ae75677fa56cd7d70ab01b3ff609a19a98f.tar.bz2 UEFI-Lessons-dc240ae75677fa56cd7d70ab01b3ff609a19a98f.zip |
Add PCD_TABLE_parser to the Tools section
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -144,3 +144,4 @@ EDK2 specifications (https://github.com/tianocore/tianocore.github.io/wiki/EDK-I - [UEFITool](https://github.com/LongSoft/UEFITool) - UEFITool is a cross-platform C++/Qt program for parsing, extracting and modifying UEFI firmware images - [CrScreenshotDxe](https://github.com/LongSoft/CrScreenshotDxe) - UEFI DXE driver to take screenshots from GOP-compatible graphic consoles - [RU.EFI](http://ruexe.blogspot.com/) - "Read Universal" - UEFI application to debug UEFI interfaces +- [PCD_TABLE_parser](https://github.com/Kostr/PCD_TABLE_parser) - Parser for Platform Configuration Database (PCD) tables created in the EDKII build process |