public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch V3 1/1] [BUG FIX] Tools\FitGen: Add extra parameter to input the Top Flash Address
@ 2020-10-12  8:32 cbduggap
  2020-10-12  9:18 ` 回复: [edk2-devel] " gaoliming
  0 siblings, 1 reply; 2+ messages in thread
From: cbduggap @ 2020-10-12  8:32 UTC (permalink / raw)
  To: devel; +Cc: cbduggap, Bob Feng, Liming Gao, Liu, Zhiguang

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2981

Add extra parameter to the Fit Gen Tool to input the Top Flash Address.
Default Address should be 4GB and if some one inputs new address,
tool must consume that address instead of Default address (4GB).

Signed-off-by: cbduggap <chinni.b.duggapu@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Liu, Zhiguang <zhiguang.liu@intel.com>

Signed-off-by: cbduggap <chinni.b.duggapu@intel.com>
---
 Silicon/Intel/Tools/FitGen/FitGen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Silicon/Intel/Tools/FitGen/FitGen.c b/Silicon/Intel/Tools/FitGen/FitGen.c
index febeb008fe..e9541c1e95 100644
--- a/Silicon/Intel/Tools/FitGen/FitGen.c
+++ b/Silicon/Intel/Tools/FitGen/FitGen.c
@@ -1004,7 +1004,7 @@ Returns:
     //
     gFitTableContext.TopFlashAddressRemapValue = 0x100000000;
   }
-  printf ("Top Flash Address Value : 0x%llx\n", gFitTableContext.TopFlashAddressRemapValue);
+  printf ("Top Flash Address Value : 0x%llx\n", (unsigned long long) gFitTableContext.TopFlashAddressRemapValue);
   //
   // 0.4 Clear FIT table related memory
   //
-- 
2.26.2.windows.1


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

* 回复: [edk2-devel] [Patch V3 1/1] [BUG FIX] Tools\FitGen: Add extra parameter to input the Top Flash Address
  2020-10-12  8:32 [Patch V3 1/1] [BUG FIX] Tools\FitGen: Add extra parameter to input the Top Flash Address cbduggap
@ 2020-10-12  9:18 ` gaoliming
  0 siblings, 0 replies; 2+ messages in thread
From: gaoliming @ 2020-10-12  9:18 UTC (permalink / raw)
  To: devel, chinni.b.duggapu
  Cc: 'Bob Feng', <Liu>, 'Zhiguang'

Please update the patch title and commit message to match this change.

> -----邮件原件-----
> 发件人: bounce+27952+66130+4905953+8761045@groups.io
> <bounce+27952+66130+4905953+8761045@groups.io> 代表 cbduggap
> 发送时间: 2020年10月12日 16:32
> 收件人: devel@edk2.groups.io
> 抄送: cbduggap <chinni.b.duggapu@intel.com>; Bob Feng
> <bob.c.feng@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>; Liu;
> Zhiguang <zhiguang.liu@intel.com>
> 主题: [edk2-devel] [Patch V3 1/1] [BUG FIX] Tools\FitGen: Add extra
> parameter to input the Top Flash Address
> 
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2981
> 
> Add extra parameter to the Fit Gen Tool to input the Top Flash Address.
> Default Address should be 4GB and if some one inputs new address,
> tool must consume that address instead of Default address (4GB).
> 
> Signed-off-by: cbduggap <chinni.b.duggapu@intel.com>
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Liu, Zhiguang <zhiguang.liu@intel.com>
> 
> Signed-off-by: cbduggap <chinni.b.duggapu@intel.com>
> ---
>  Silicon/Intel/Tools/FitGen/FitGen.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Silicon/Intel/Tools/FitGen/FitGen.c
> b/Silicon/Intel/Tools/FitGen/FitGen.c
> index febeb008fe..e9541c1e95 100644
> --- a/Silicon/Intel/Tools/FitGen/FitGen.c
> +++ b/Silicon/Intel/Tools/FitGen/FitGen.c
> @@ -1004,7 +1004,7 @@ Returns:
>      //
> 
>      gFitTableContext.TopFlashAddressRemapValue = 0x100000000;
> 
>    }
> 
> -  printf ("Top Flash Address Value : 0x%llx\n",
> gFitTableContext.TopFlashAddressRemapValue);
> 
> +  printf ("Top Flash Address Value : 0x%llx\n", (unsigned long long)
> gFitTableContext.TopFlashAddressRemapValue);
> 
>    //
> 
>    // 0.4 Clear FIT table related memory
> 
>    //
> 
> --
> 2.26.2.windows.1
> 
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#66130): https://edk2.groups.io/g/devel/message/66130
> Mute This Topic: https://groups.io/mt/77456435/4905953
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [gaoliming@byosoft.com.cn]
> -=-=-=-=-=-=
> 




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

end of thread, other threads:[~2020-10-12  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-12  8:32 [Patch V3 1/1] [BUG FIX] Tools\FitGen: Add extra parameter to input the Top Flash Address cbduggap
2020-10-12  9:18 ` 回复: [edk2-devel] " gaoliming

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