]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Common/GlobalData.py
BaseTools: Add Guid name support in GenFfs.
authorYuwei Chen <yuwei.chen@intel.com>
Tue, 14 Jul 2020 05:30:40 +0000 (13:30 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 17 Jul 2020 05:25:41 +0000 (05:25 +0000)
commitd35773d5c05b078f53d9475bc50ac9dee91b32c5
treea0373caf848384630f869c7743608ef5a46b1594
parent21a23e6966c2eb597a8db98d6837a4c01b3cad4a
BaseTools: Add Guid name support in GenFfs.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2762

The Fv Section in the FDF files use hard coding Guid values
which is inconvenient to manage. This patch adds Guid name
support in GenFfs to solve this problem.

Signed-off-by: Yuwei Chen <yuwei.chen@intel.com>
Reviewed-by: Bob Feng<bob.c.feng@intel.com>
BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py
BaseTools/Source/Python/Common/GlobalData.py
BaseTools/Source/Python/GenFds/FdfParser.py