diff options
author | Bob Feng <bob.c.feng@intel.com> | 2022-10-16 14:46:10 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-10-19 04:33:25 +0000 |
commit | c4663e7277d12835a886994919822e218a01b62e (patch) | |
tree | c023f7abc51039a2ab20881988af9f91178ac6dd /pip-requirements.txt | |
parent | 9d6915ca91519271a79bc6190a31f0af89e339b2 (diff) | |
download | edk2-c4663e7277d12835a886994919822e218a01b62e.tar.gz |
pip-requirement: Upgrade the edk2-basetools version from 0.1.29 to 0.1.39
features and bug fixes:
1. Revert "BaseTools: Fix DSC LibraryClass precedence rule"
2. BaseTools: Correct BPDG tool error prints
3. BaseTools: Remove duplicated words in Python tools
4. BaseTools/FMMT: Add Extract FV function
5. BaseTools/FMMT: Add Shrink Fv function
6. BaseTools: Add support for SUBTYPE_GUID section generation
7. BaseTools: Support COMPAT16 section generation
8. BaseTools/GenFds: Correct file type set for the PIC section
9. BaseTools: Correct initialization data size check for array PCDs
10. BaseTools: Add missing spaces for PCD expression values in AutoGenC
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Yuwei Chen <yuwei.chen@intel.com>
Diffstat (limited to 'pip-requirements.txt')
-rw-r--r-- | pip-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pip-requirements.txt b/pip-requirements.txt index 967da7cb37..40e9ad72ee 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -14,5 +14,5 @@ edk2-pytool-library==0.11.2
edk2-pytool-extensions~=0.16.0
-edk2-basetools==0.1.29
+edk2-basetools==0.1.39
antlr4-python3-runtime==4.7.1
|