From nobody Fri May 17 10:44:25 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+86750+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+86750+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1645152702503498.8842162757975; Thu, 17 Feb 2022 18:51:42 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id jNgjYY1788612x5R1yp4Ut3G; Thu, 17 Feb 2022 18:51:43 -0800 X-Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web12.6361.1645152702933468198 for ; Thu, 17 Feb 2022 18:51:43 -0800 X-IronPort-AV: E=McAfee;i="6200,9189,10261"; a="249870222" X-IronPort-AV: E=Sophos;i="5.88,377,1635231600"; d="scan'208";a="249870222" X-Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Feb 2022 18:51:42 -0800 X-IronPort-AV: E=Sophos;i="5.88,377,1635231600"; d="scan'208";a="546058358" X-Received: from cchiu4-mobl.gar.corp.intel.com ([10.252.189.203]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Feb 2022 18:51:40 -0800 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel] [edk2-platforms: PATCH] MinPlatformPkg/SaveMemoryConfig: Fix GCC build failure. Date: Fri, 18 Feb 2022 10:51:31 +0800 Message-Id: <20220218025131.2307-1-chasel.chiu@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,chasel.chiu@intel.com X-Gm-Message-State: 7DXAHr0CZf1RUZFNZwtaayG2x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1645152703; bh=MiDr2LYMccQYvdiPZMvMwrcEoYVBJvhuJfLATR+tjjw=; h=Cc:Date:From:Reply-To:Subject:To; b=gnChuINoK2N6mhnjAJLDsJiofdRGRmEeGMXDj83D52WGj8K87QO7zS/B+PyHm0035WD QV8+452sMLLzkdP9bhjDVLxGCq8E2ZaRzaqacb7SDWMUc0w80xtoL6raUqZW4+Kzb9kon RRWqtHpcLNX7Frqc9MPULn5JQwPsB9FdbO4= X-ZohoMail-DKIM: fail (Signature date is -1 seconds in the future.) X-ZM-MESSAGEID: 1645152720112100001 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3829 Commit cbc8e420ac4505e9c51aa0d4f049026691024ca5 caused GCC build failure which should be fixed. Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Chasel Chiu Reviewed-by: Eric Dong --- Platform/Intel/MinPlatformPkg/Library/BaseLargeVariableLib/LargeVariableWr= iteLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Intel/MinPlatformPkg/Library/BaseLargeVariableLib/Lar= geVariableWriteLib.c b/Platform/Intel/MinPlatformPkg/Library/BaseLargeVaria= bleLib/LargeVariableWriteLib.c index 3a9869ff9c..de23ae6160 100644 --- a/Platform/Intel/MinPlatformPkg/Library/BaseLargeVariableLib/LargeVaria= bleWriteLib.c +++ b/Platform/Intel/MinPlatformPkg/Library/BaseLargeVariableLib/LargeVaria= bleWriteLib.c @@ -485,7 +485,7 @@ LockLargeVariable ( ) { CHAR16 TempVariableName[MAX_VARIABLE_NAME_SIZE]; - UINT64 VariableSize; + UINTN VariableSize; EFI_STATUS Status; UINTN Index; =20 --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86750): https://edk2.groups.io/g/devel/message/86750 Mute This Topic: https://groups.io/mt/89225574/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-