From nobody Fri May 3 08:18:56 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+47227+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+47227+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1568409393; cv=none; d=zoho.com; s=zohoarc; b=Q74dJ2StzR63c64+XMg3v1bQqzkwTNZL9P9FKh9jvx9pTPyuNL5dDdp0ea1dnYEkZ4UmZ7kV1+ZesChLVs2RYNVe/txiut8ByWwjQS0QY4kGkayuKYQkQS6ZddRYFfgSfIb0xykoHOOwuyZezXgUF/MiUVCb1/U3xx0UjXYgz9Q= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568409393; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=m3c5CeZR3Sfxn/U8c0y60By6wYWJ+FYenIb6oiMwhIo=; b=cM93UI4lVQRX4WGtHTNLei6a0zwYjLAiiiPLnjuK8HIe3UJwywxucUjXFyCKMBntrwWQz2Ix9A1Eocwc/Lf597Kz6pjuhdI1uUtUfmylcVWLXbX4XLcNK/USA9pXtbpNeFe3KU+0gJjqhfrPVwi2fGZ3TJa73aE+GOcirZi+r7U= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+47227+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1568409393477736.4377816326636; Fri, 13 Sep 2019 14:16:33 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Fri, 13 Sep 2019 14:16:32 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Sep 2019 14:16:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,492,1559545200"; d="scan'208";a="187957239" X-Received: from ydwei-desk.amr.corp.intel.com ([10.24.15.168]) by orsmga003.jf.intel.com with ESMTP; 13 Sep 2019 14:16:31 -0700 From: "David Wei" To: devel@edk2.groups.io Cc: Hao Wu , Liming Gao , Ankit Sinha , Agyeman Prince , Kubacki Michael A , Nate DeSimone , Michael D Kinney Subject: [edk2-devel] [PATCH] SimicsOpenBoardPkg: Change to gEfiSmmSmramMemoryGuid to fix build error Date: Fri, 13 Sep 2019 14:16:30 -0700 Message-Id: <5162c16bb4b694a8243a02b7041e74a7def0ffd3.1568402462.git.david.y.wei@intel.com> Precedence: Bulk List-Unsubscribe: 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,david.y.wei@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1568409393; bh=uXpY+BFYUbCbPObCOUn1bVL1cxL+0BDZCQveoFoEuHQ=; h=Cc:Date:From:Reply-To:Subject:To; b=lKlgdlY23yJ20ZubJWwFLFajk4Urp03RQnb2GkBQxY34Kg3/Bi6sFR58dQiJ8jg/LHe p1x2t7R5YjwPiNpT3w5XeNjsbwEHLcO8Roe8DaiNkCmU/0Ws3Ucqeym5sgBvFzcA+Fq8K oJwDVTeC+prdbRKvb6YjOcVewsIw8FxnUs8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" MinPlatform PKG now use gEfiSmmSmramMemoryGuid instead of gEfiSmmPeiSmramMe= moryReserveGuid to build memory HOB. SimicsOpenBoardPkg need to update for it accordingly. Cc: Hao Wu Cc: Liming Gao Cc: Ankit Sinha Cc: Agyeman Prince Cc: Kubacki Michael A Cc: Nate DeSimone Cc: Michael D Kinney Signed-off-by: David Wei --- Platform/Intel/SimicsOpenBoardPkg/SimicsPei/MemDetect.c | 2 +- Platform/Intel/SimicsOpenBoardPkg/SimicsPei/SimicsPei.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/MemDetect.c b/Plat= form/Intel/SimicsOpenBoardPkg/SimicsPei/MemDetect.c index 90e6d1d3cf..ee0eead5a8 100644 --- a/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/MemDetect.c +++ b/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/MemDetect.c @@ -449,7 +449,7 @@ QemuInitializeRam ( SmramRanges =3D 1; =20 Hob.Raw =3D BuildGuidHob( - &gEfiSmmPeiSmramMemoryReserveGuid, + &gEfiSmmSmramMemoryGuid, BufferSize ); ASSERT(Hob.Raw); diff --git a/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/SimicsPei.inf b/Pl= atform/Intel/SimicsOpenBoardPkg/SimicsPei/SimicsPei.inf index ccc7037d75..e466d57e4e 100644 --- a/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/SimicsPei.inf +++ b/Platform/Intel/SimicsOpenBoardPkg/SimicsPei/SimicsPei.inf @@ -39,7 +39,7 @@ =20 [Guids] gEfiMemoryTypeInformationGuid - gEfiSmmPeiSmramMemoryReserveGuid ## CONSUMES + gEfiSmmSmramMemoryGuid ## CONSUMES =20 [LibraryClasses] BaseLib --=20 2.16.2.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 (#47227): https://edk2.groups.io/g/devel/message/47227 Mute This Topic: https://groups.io/mt/34131830/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-