public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] IntelFsp2Pkg: Fix multibyte array data issue
@ 2021-04-02  2:32 Tung Lun
  2021-04-06  9:09 ` [edk2-devel] " Chiu, Chasel
  2021-08-05 22:10 ` Nate DeSimone
  0 siblings, 2 replies; 3+ messages in thread
From: Tung Lun @ 2021-04-02  2:32 UTC (permalink / raw)
  To: devel; +Cc: Loo Tung Lun

Change-Id: Iad50d68a93ea1da13c2264fac7229f2d540531f0
Signed-off-by: Loo Tung Lun <tung.lun.loo@intel.com>
---
 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
--- a/IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py
+++ b/IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py
@@ -291,7 +291,6 @@ class CFspDsc2Yaml():
                 raise Exception('DSC variable creation error !')
         else:
             raise Exception('Unsupported file "%s" !' % file_name)
-        gen_cfg_data.UpdateDefaultValue()
         self.gen_cfg_data = gen_cfg_data
 
     def print_dsc_line(self):
-- 
2.28.0.windows.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [PATCH] IntelFsp2Pkg: Fix multibyte array data issue
  2021-04-02  2:32 [PATCH] IntelFsp2Pkg: Fix multibyte array data issue Tung Lun
@ 2021-04-06  9:09 ` Chiu, Chasel
  2021-08-05 22:10 ` Nate DeSimone
  1 sibling, 0 replies; 3+ messages in thread
From: Chiu, Chasel @ 2021-04-06  9:09 UTC (permalink / raw)
  To: devel@edk2.groups.io, Loo, Tung Lun


Hi Tung Lun,

The fix looks good, but please help to re-send with correct patch format.

Thanks,
Chasel

1. remove Change-id
2. cc all reviewers/maintainers
3. add bugzilla link to describe the issue you are fixing.
4. enrich commit message to describe the fix.





> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Tung Lun
> Sent: Friday, April 2, 2021 10:32 AM
> To: devel@edk2.groups.io
> Cc: Loo, Tung Lun <tung.lun.loo@intel.com>
> Subject: [edk2-devel] [PATCH] IntelFsp2Pkg: Fix multibyte array data issue
> 
> Change-Id: Iad50d68a93ea1da13c2264fac7229f2d540531f0
> Signed-off-by: Loo Tung Lun <tung.lun.loo@intel.com>
> ---
>  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
> --- a/IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py
> +++ b/IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py
> @@ -291,7 +291,6 @@ class CFspDsc2Yaml():
>                  raise Exception('DSC variable creation error !')         else:             raise
> Exception('Unsupported file "%s" !' % file_name)-
> gen_cfg_data.UpdateDefaultValue()         self.gen_cfg_data = gen_cfg_data
> def print_dsc_line(self):--
> 2.28.0.windows.1
> 
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#73635): https://edk2.groups.io/g/devel/message/73635
> Mute This Topic: https://groups.io/mt/81794616/1777047
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub [chasel.chiu@intel.com] -=-
> =-=-=-=-=
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [PATCH] IntelFsp2Pkg: Fix multibyte array data issue
  2021-04-02  2:32 [PATCH] IntelFsp2Pkg: Fix multibyte array data issue Tung Lun
  2021-04-06  9:09 ` [edk2-devel] " Chiu, Chasel
@ 2021-08-05 22:10 ` Nate DeSimone
  1 sibling, 0 replies; 3+ messages in thread
From: Nate DeSimone @ 2021-08-05 22:10 UTC (permalink / raw)
  To: devel@edk2.groups.io, Loo, Tung Lun

Hi Tung Lun,

Is this patch still needed or was it superseded by https://edk2.groups.io/g/devel/message/75168 ?

Thanks,
Nate

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Tung Lun
Sent: Thursday, April 1, 2021 7:32 PM
To: devel@edk2.groups.io
Cc: Loo, Tung Lun <tung.lun.loo@intel.com>
Subject: [edk2-devel] [PATCH] IntelFsp2Pkg: Fix multibyte array data issue

Change-Id: Iad50d68a93ea1da13c2264fac7229f2d540531f0
Signed-off-by: Loo Tung Lun <tung.lun.loo@intel.com>
---
 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
--- a/IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py
+++ b/IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py
@@ -291,7 +291,6 @@ class CFspDsc2Yaml():
                 raise Exception('DSC variable creation error !')         else:             raise Exception('Unsupported file "%s" !' % file_name)-        gen_cfg_data.UpdateDefaultValue()         self.gen_cfg_data = gen_cfg_data      def print_dsc_line(self):-- 
2.28.0.windows.1



-=-=-=-=-=-=
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#73635): https://edk2.groups.io/g/devel/message/73635
Mute This Topic: https://groups.io/mt/81794616/1767664
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [nathaniel.l.desimone@intel.com] -=-=-=-=-=-=



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-05 22:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-02  2:32 [PATCH] IntelFsp2Pkg: Fix multibyte array data issue Tung Lun
2021-04-06  9:09 ` [edk2-devel] " Chiu, Chasel
2021-08-05 22:10 ` Nate DeSimone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox