YuweiChen1110
YuweiChen1110
Cc: Rebecca Cran Cc: Liming Gao Cc: Bob Feng
Currently, Python FMMT tool does not support automatically select FMMTConf.ini file which saves GuidTool settings. This patch support this features.
BaseTools: Python VfrCompiler implementation This python VfrCompiler tool is the python implementation of the edk2 VfrCompiler tool which C implementation locates at https://github.com/tianocore/edk2/tree/master/BaseTools/Source/C/VfrCompile. This python implementation not only covers the...
### Contact Details [email protected] ### Describe the Bug In edk2-BaseTools repo, the FMMT tool have the wrong import path (python path). This need be fixed for pip module correct calling....
Cc: Rebecca Cran Cc: Liming Gao Cc: Bob Feng
Cc: Rebecca Cran Cc: Liming Gao Cc: Bob Feng Signed-off-by: Wenzhao Li Signed-off-by: Yuwei Chen
### What does the feature solve? Currently GenCrc32 tool is a C tool which is not covered by this repo. Propose to develop python version GenCrc32 tool for full coverage....
### What does the feature solve? Currently VfrCompiler tool is a C tool which is not covered by this repo. Propose to develop python version VfrCompiler tool for full coverage....
### What does the feature solve? Currently, FDF parser is integrated in build system which can not be used separately. Propose to develop the standalone FDF parser for more functional...
### What does the feature solve? Currently, DEC parser is integrated in build system which can not be used separately. Propose to develop the standalone DEC parser for more functional...