audk/IntelFsp2Pkg/Tools
Loo, Tung Lun 580b11201e 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>
2021-06-30 03:56:59 +00:00
..
ConfigEditor IntelFsp2Pkg: Add Config Editor tool support 2021-06-30 03:56:59 +00:00
Tests IntelFsp2Pkg: Consume MdeLibs.dsc.inc for RegisterFilterLib 2021-03-31 05:47:10 +00:00
UserManuals IntelFsp2Pkg: Add Config Editor tool support 2021-06-30 03:56:59 +00:00
FspDscBsf2Yaml.py IntelFsp2Pkg: Add Config Editor tool support 2021-06-30 03:56:59 +00:00
FspGenCfgData.py IntelFsp2Pkg: Add Config Editor tool support 2021-06-30 03:56:59 +00:00
GenCfgOpt.py IntelFsp2Pkg: YAML script bug fix 2021-05-18 00:46:45 +00:00
PatchFv.py IntelFsp2Pkg/Tools: Fixed PatchFv.py to parse new Fv map file format 2020-11-19 07:35:23 +00:00
SplitFspBin.py IntelFsp2Pkg: Fix FSP binary rebasing issue for PE32+ image 2020-11-15 00:17:18 +00:00