]> git.proxmox.com Git - mirror_edk2.git/commit
IntelFsp2Pkg: Support Config File and Binary delta comparison
authorLoo, Tung Lun <tung.lun.loo@intel.com>
Tue, 17 Aug 2021 07:43:12 +0000 (15:43 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 1 Sep 2021 12:40:26 +0000 (12:40 +0000)
commit12e33dca4c0612a0975265e5ba641c6261a26455
tree3b36254728f67cfea0729b93da04940bfa41274a
parentb170806518c1e414939c8b085866544814e1ce8e
IntelFsp2Pkg: Support Config File and Binary delta comparison

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3567

This patch is to enable config editor to have a new feature that
can spell out the delta between the default configuration files'
data, such as YAML and BSF, against the data stored in the binary.
This can help users understand and track the difference when
modifications are made.

Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: Loo Tung Lun <tung.lun.loo@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
IntelFsp2Pkg/Tools/ConfigEditor/ConfigEditor.py
IntelFsp2Pkg/Tools/ConfigEditor/GenYamlCfg.py