summaryrefslogtreecommitdiffstats
path: root/IntelFsp2Pkg/Tools/UserManuals
diff options
context:
space:
mode:
authorArun Sura <arun.surax.soundara.pandian@intel.com>2024-01-10 10:59:23 +0530
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-01-10 11:43:35 +0000
commit7d055812cc7a7d2b062cf56291211e8cecca36ed (patch)
treeb66533a62fb6198bd0641a2a3057411fb71e011b /IntelFsp2Pkg/Tools/UserManuals
parentbc34a79cd2a005e1d12d4b05bec6efc3b102cad6 (diff)
downloadedk2-7d055812cc7a7d2b062cf56291211e8cecca36ed.tar.gz
edk2-7d055812cc7a7d2b062cf56291211e8cecca36ed.tar.bz2
edk2-7d055812cc7a7d2b062cf56291211e8cecca36ed.zip
IntelFsp2Pkg\Tools\ConfigEditor:Added new USF config workstream.
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4638 Config Editor utility addition/changes: Support to enable config editor tool to have a new feature that can load and view the configuration data of compiled VFR or HFR in form of YAML. This can help users to understand and track the configuration data when modifications are made. Requires compiled vfr file as input in YAML format. Running Configuration Editor: python ConfigEditor.py Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Duggapu Chinni B <chinni.b.duggapu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Ray Han Lim Ng <ray.han.lim.ng@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Ted Kuo <ted.kuo@intel.com> Cc: Ashraf Ali S <ashraf.ali.s@intel.com> Cc: Susovan Mohapatra <susovan.mohapatra@intel.com> Signed-off-by: Arun Sura <arun.surax.soundara.pandian@intel.com> Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Diffstat (limited to 'IntelFsp2Pkg/Tools/UserManuals')
-rw-r--r--IntelFsp2Pkg/Tools/UserManuals/ConfigEditorUserManual.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/IntelFsp2Pkg/Tools/UserManuals/ConfigEditorUserManual.md b/IntelFsp2Pkg/Tools/UserManuals/ConfigEditorUserManual.md
index da21df2432..721b2fdaf9 100644
--- a/IntelFsp2Pkg/Tools/UserManuals/ConfigEditorUserManual.md
+++ b/IntelFsp2Pkg/Tools/UserManuals/ConfigEditorUserManual.md
@@ -12,6 +12,8 @@ It supports the following options:
## 1. Open Config YAML file
This option loads the YAML file for a FSP UPD into the ConfigEditor to change the desired configuration values.
+This option loads the YAML file for a VFR config data into the ConfigEditor to view the desired form values.
+
#####Example:
```
![Example ConfigEditor 1](https://slimbootloader.github.io/_images/CfgEditOpen.png)