]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/FdfParser.py
BaseTools: Fix the Keyword error for <ExtendedFvEntry> in FDF File
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 9 Oct 2017 13:21:56 +0000 (21:21 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 11 Oct 2017 05:53:34 +0000 (13:53 +0800)
commit92d07e48907f54a0da01663f3e876782a76b1e18
tree5e7fd6badccaea2fbac268f298518e2d512866c0
parentcc71d8b7f8e7013783bb3ce77ac375ecb94e107d
BaseTools: Fix the Keyword error for <ExtendedFvEntry> in FDF File

current in FDF spec 3.6 [FV] section it use "FV_EXT_ENTRY_TYPE" as
Keyword for <ExtendedFvEntry>, while in the code it use "FV_EXT_ENTRY".
To keep compatibility, this patch support both keyword in the code
first.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/GenFds/FdfParser.py