]> git.proxmox.com Git - mirror_edk2.git/commit
IntelFsp2Pkg: Add Config Editor tool support
authorLoo, Tung Lun <tung.lun.loo@intel.com>
Tue, 29 Jun 2021 04:32:35 +0000 (12:32 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 30 Jun 2021 03:56:59 +0000 (03:56 +0000)
commit580b11201ed001f9533c6782ec87d430b1736040
treedd8ccb45baf49b457dd48ca98d4cb3b5b92d61ff
parent55dee4947b20103fc48858b18307bd2b114dc145
IntelFsp2Pkg: Add Config Editor tool support

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

This is a GUI interface that can be used by users who
would like to change configuration settings directly
from the interface without having to modify the source.

This tool depends on Python GUI tool kit Tkinter.
It runs on both Windows and Linux.

The user needs to load the YAML file along with DLT file
for a specific board into the ConfigEditor, change the desired
configuration values. Finally, generate a new configuration delta
file or a config binary blob for the newly changed values to take
effect. These will be the inputs to the merge tool or the stitch
tool so that new config changes can be merged and stitched into
the final configuration blob.

This tool also supports binary update directly and display FSP
information. It is also backward compatible for BSF file format.

Running Configuration Editor:
python ConfigEditor.py

Co-authored-by: Maurice Ma <maurice.ma@intel.com>
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/CommonUtility.py [new file with mode: 0644]
IntelFsp2Pkg/Tools/ConfigEditor/ConfigEditor.py [new file with mode: 0644]
IntelFsp2Pkg/Tools/ConfigEditor/GenYamlCfg.py [new file with mode: 0644]
IntelFsp2Pkg/Tools/ConfigEditor/SingleSign.py [new file with mode: 0644]
IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py
IntelFsp2Pkg/Tools/FspGenCfgData.py [new file with mode: 0644]
IntelFsp2Pkg/Tools/UserManuals/ConfigEditorUserManual.md [new file with mode: 0644]