From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web12.36825.1602494298919365667 for ; Mon, 12 Oct 2020 02:18:19 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Mon, 12 Oct 2020 17:18:11 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Bob Feng'" , , "'Zhiguang'" References: <20201012083203.14673-1-chinni.b.duggapu@intel.com> In-Reply-To: <20201012083203.14673-1-chinni.b.duggapu@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BhdGNoIFYzIDEvMV0gW0JVRyBGSVhdIFRvb2xzXEZpdEdlbjogQWRkIGV4dHJhIHBhcmFtZXRlciB0byBpbnB1dCB0aGUgVG9wIEZsYXNoIEFkZHJlc3M=?= Date: Mon, 12 Oct 2020 17:18:12 +0800 Message-ID: <002c01d6a078$9c27c4e0$d4774ea0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQFNIPeZK7blB9IbZC/25h9WgVkaZ6qmrysQ Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Please update the patch title and commit message to match this change. > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+66130+4905953+8761045@groups.io > =B4=FA=B1=ED cbduggap > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA10=D4=C212=C8=D5 16:32 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: cbduggap ; Bob Feng > ; Liming Gao ; Liu; > Zhiguang > =D6=F7=CC=E2: [edk2-devel] [Patch V3 1/1] [BUG FIX] Tools\FitGen: Add = extra > parameter to input the Top Flash Address >=20 > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2981 >=20 > 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). >=20 > Signed-off-by: cbduggap > Cc: Bob Feng > Cc: Liming Gao > Cc: Liu, Zhiguang >=20 > Signed-off-by: cbduggap > --- > Silicon/Intel/Tools/FitGen/FitGen.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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: > // >=20 > gFitTableContext.TopFlashAddressRemapValue =3D 0x100000000; >=20 > } >=20 > - printf ("Top Flash Address Value : 0x%llx\n", > gFitTableContext.TopFlashAddressRemapValue); >=20 > + printf ("Top Flash Address Value : 0x%llx\n", (unsigned long long) > gFitTableContext.TopFlashAddressRemapValue); >=20 > // >=20 > // 0.4 Clear FIT table related memory >=20 > // >=20 > -- > 2.26.2.windows.1 >=20 >=20 >=20 > -=3D-=3D-=3D-=3D-=3D-=3D > 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] > -=3D-=3D-=3D-=3D-=3D-=3D >=20