]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/FfsInfStatement.py
BaseTools: Add support for INF statement in FD region
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 7 Dec 2015 08:27:53 +0000 (08:27 +0000)
committeryzhu52 <yzhu52@Edk2>
Mon, 7 Dec 2015 08:27:53 +0000 (08:27 +0000)
commitb21a13fbb61e0232ea98b0d7b305e24e67e50b0a
treeaf2a6065eea8e379673ddcfb53591d4d0c42b424
parent84c7452165816ed26cd5bdeb5666d4dc0026f116
BaseTools: Add support for INF statement in FD region

FD region today can be file or data, but not a patched image.Add support
for an INF statement in an FD region, so the binary from the INF can be
patched prior to being added to the FD region.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19136 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/GenFds/FdfParser.py
BaseTools/Source/Python/GenFds/FfsInfStatement.py
BaseTools/Source/Python/GenFds/Region.py