[edk2-devel] [PATCH] IntelFsp2Pkg: Add FSP 2.3 header support

2022-05-11 Thread Tung Lun
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3921 This patch adds a couple of fields supported in FSP 2.3 header from both header generation and tool support perspective. Signed-off-by: Loo Tung Lun Cc: Nate DeSimone Cc: Star Zeng Cc: Chasel Chiu --- IntelFsp2Pkg/Tools/ConfigEditor

Re: [edk2-devel] [PATCH] IntelFsp2Pkg: Add support for config editor to handle multiple UPD

2021-10-17 Thread Tung Lun
Sure Chasel, thanks for the feedback. Will work on it. -Original Message- From: Chiu, Chasel Sent: Monday, October 18, 2021 1:10 PM To: Loo, Tung Lun ; devel@edk2.groups.io Cc: Ma, Maurice ; Desimone, Nathaniel L ; Zeng, Star Subject: RE: [PATCH] IntelFsp2Pkg: Add support for config

[edk2-devel] [PATCH] IntelFsp2Pkg: Add support for config editor to handle multiple UPD

2021-10-14 Thread Tung Lun
the flexibility to modify the instance specified. Cc: Maurice Ma Cc: Nate DeSimone Cc: Star Zeng Cc: Chasel Chiu Signed-off-by: Loo Tung Lun --- IntelFsp2Pkg/Tools/ConfigEditor/GenYamlCfg.py | 94

[edk2-devel] [PATCH] IntelFsp2Pkg: Support Config File and Binary delta comparison

2021-08-17 Thread Tung Lun
From: "Loo, Tung Lun" 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

[edk2-devel] [PATCH v2] IntelFsp2Pkg: Add search function for Config Editor

2021-07-12 Thread Tung Lun
for this function. Cc: Maurice Ma Cc: Nate DeSimone Cc: Star Zeng Cc: Chasel Chiu Signed-off-by: Loo Tung Lun --- IntelFsp2Pkg/Tools/ConfigEditor/ConfigEditor.py | 41 +++-- IntelFsp2Pkg/Tools/ConfigEditor/GenYamlCfg.py| 44

[edk2-devel] [PATCH] IntelFsp2Pkg: Add search function for Config Editor

2021-07-07 Thread Tung Lun
Cc: Star Zeng Cc: Chasel Chiu Signed-off-by: Loo Tung Lun --- IntelFsp2Pkg/Tools/ConfigEditor/ConfigEditor.py | 31 +++ IntelFsp2Pkg/Tools/ConfigEditor/GenYamlCfg.py | 25 +++-- 2 files changed, 50 insertions(+), 6 deletions(-) diff --git

[edk2-devel] [PATCH v3] IntelFsp2Pkg: YAML script bug fix

2021-05-16 Thread Tung Lun
exception "Array size is not proper" without this patch. Cc: Maurice Ma Cc: Nate DeSimone Cc: Star Zeng Cc: Chasel Chiu Signed-off-by: Loo Tung Lun --- IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py | 11 +-- IntelFsp2Pkg/Tools/GenCfgOpt.py | 3 ++- 2 files changed, 11 insert

[edk2-devel] [PATCH v2] IntelFsp2Pkg: YAML script bug fix

2021-05-16 Thread Tung Lun
patch. Cc: Maurice Ma Cc: Nate DeSimone Cc: Star Zeng Cc: Chasel Chiu Signed-off-by: Loo Tung Lun --- IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py | 11 +-- IntelFsp2Pkg/Tools/GenCfgOpt.py | 3 ++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/IntelFsp2Pkg/Tools/FspDscB

[edk2-devel] [PATCH] IntelFsp2Pkg: Fix multibyte array data issue

2021-04-01 Thread Tung Lun
Change-Id: Iad50d68a93ea1da13c2264fac7229f2d540531f0 Signed-off-by: Loo Tung Lun --- IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py b/IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py index cad9b60e73..5e94e86db5 100644

[edk2-devel] [PATCH v4] IntelFsp2Pkg: Add YAML file generation support

2021-02-07 Thread Tung Lun
is also added in Tests folder. This test compares the generated yaml file against the expected output to know if it is constructing the yaml data structure as expected. Cc: Maurice Ma Cc: Nate DeSimone Cc: Star Zeng Cc: Chasel Chiu Signed-off-by: Loo Tung Lun --- IntelFsp2Pkg/Tools

[edk2-devel] [PATCH v3] IntelFsp2Pkg: Add YAML file generation support

2021-02-07 Thread Tung Lun
is also added in Tests folder. This test compares the generated yaml file against the expected output to know if it is constructing the yaml data structure as expected. Cc: Maurice Ma Cc: Nate DeSimone Cc: Star Zeng Cc: Chasel Chiu Signed-off-by: Loo Tung Lun --- IntelFsp2Pkg/Tools

[edk2-devel] [PATCH v2] IntelFsp2Pkg: Add YAML file generation support

2021-02-03 Thread Tung Lun
is also added in Tests folder. This test compares the generated yaml file against the expected output to know if it is constructing the yaml data structure as expected. Cc: Maurice Ma Cc: Nate DeSimone Cc: Star Zeng Cc: Chasel Chiu Signed-off-by: Loo Tung Lun --- IntelFsp2Pkg/Tools

[edk2-devel] [PATCH] IntelFsp2Pkg: Add YAML file generation support

2021-02-03 Thread Tung Lun
is also added in Tests folder. This test compares the generated yaml file against the expected output to know if it is constructing the yaml data structure as expected. Cc: Maurice Ma Cc: Nate DeSimone Cc: Star Zeng Cc: Chasel Chiu Signed-off-by: Loo Tung Lun --- IntelFsp2Pkg/Tools

[edk2-devel] [PATCH] IntelFsp2Pkg: Add YAML file generation support

2021-02-03 Thread Tung Lun
is also added in Tests folder. This test compares the generated yaml file against the expected output to know if it is constructing the yaml data structure as expected. Cc: Maurice Ma Cc: Nate DeSimone Cc: Star Zeng Cc: Chasel Chiu Signed-off-by: Loo Tung Lun --- IntelFsp2Pkg/Tools

[edk2-devel] [PATCH] IntelFsp2Pkg: Add YAML file generation support

2021-02-02 Thread Loo Tung Lun
is also added in Tests folder. This test compares the generated yaml file against the expected output to know if it is constructing the yaml data structure as expected. Signed-off-by: Loo Tung Lun --- IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py | 875