]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix StructurePcd offset error.
authorYuwei Chen <yuwei.chen@intel.com>
Wed, 27 Oct 2021 10:00:03 +0000 (18:00 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 8 Nov 2021 03:18:54 +0000 (03:18 +0000)
commitd79df34bebdd87aa01ccf78f541b4ae4c9f68f74
tree75315099894de8431fd56a02bd6fdc14061d3267
parent4050c873b51f59cb6fcd7665029f931e727e0e4f
BaseTools: Fix StructurePcd offset error.

Currently when parse VFR files to get the struct info,
BOOLEAN type struct is ignored, which caused offset errors.
This patch fixed these bugs.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Yuwei Chen <yuwei.chen@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Scripts/ConvertFceToStructurePcd.py