]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/EOT: Change to call a program instead of calling Python API.
authorHess Chen <hesheng.chen@intel.com>
Mon, 15 Oct 2018 08:29:09 +0000 (16:29 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 16 Oct 2018 06:52:02 +0000 (14:52 +0800)
commit47f15da16053f031bcf7c50f6960bd0f6c83d2db
treee2b4eecc108526f121bf110bd00dd12e314e09ce
parentff4d0f851d43a0ad70a87e8b74b7303fc215361f
BaseTools/EOT: Change to call a program instead of calling Python API.

Update the EOT tool to call the program itself instead of calling the Python API when parsing FV images.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Acked-by: Jaben Carsey <jaben.carsey@intel.com>
BaseTools/Source/Python/Eot/Eot.py [deleted file]
BaseTools/Source/Python/Eot/EotMain.py [new file with mode: 0644]
BaseTools/Source/Python/Eot/InfParserLite.py
BaseTools/Source/Python/Eot/Parser.py
BaseTools/Source/Python/Eot/Report.py
BaseTools/Source/Python/build/BuildReport.py