From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id F18A5AC16F3 for ; Fri, 5 Apr 2024 17:06:16 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ail/GUfjJc2Wpobx8dLPYMxVEKQdOQiACPg33/soAhU=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1712336775; v=1; b=lbnX8eQOATPDvclCtTYiXE4uwOquYbIcxYf2kuXl0BRY3wyEQnXbUlq73k+wKHZSrDxV1nfK oMdkAujIsoObHrBBCPeUoPVQIdt6SETQzkUrbPTbjgHgQFZIUHs1sggoqmw+IAeS3ETI4QGpZ+1 RE1JeE6msKQbxRN8BN0a3k26P9M+YrMq//JL9eSkyH9tPOVs++Nh24aTbROXz/ywBm//kDA4q+8 3FJEHiLF8p5Ngl3voaGaRl2bdgYRW5YJ01s7/oyJnNTnZL8DUxfNTnmy86qH4NekUvKoNHimxdk mYjaQ3wPnganmD3EH0Pga8xZulpM0xN4Fiv1QA6wXmG+A== X-Received: by 127.0.0.2 with SMTP id AofsYY7687511x826QyI63rx; Fri, 05 Apr 2024 10:06:15 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by mx.groups.io with SMTP id smtpd.web11.18039.1712336775100918068 for ; Fri, 05 Apr 2024 10:06:15 -0700 X-CSE-ConnectionGUID: O0HRFwqCRX6B6Qh5fON7Zw== X-CSE-MsgGUID: ORXDhNZ+QSCOfA12TE/KCg== X-IronPort-AV: E=McAfee;i="6600,9927,11035"; a="10646858" X-IronPort-AV: E=Sophos;i="6.07,181,1708416000"; d="scan'208";a="10646858" X-Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Apr 2024 10:06:15 -0700 X-CSE-ConnectionGUID: jNhr8vY6Q42ZXMbskKt+Kg== X-CSE-MsgGUID: 1BfqC1WeRvCiIwmT/RZSNQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,181,1708416000"; d="scan'208";a="19249236" X-Received: from cbduggap-mobl.gar.corp.intel.com ([10.247.68.156]) by fmviesa006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Apr 2024 10:06:12 -0700 From: "cbduggap" To: devel@edk2.groups.io Cc: Sai Chaganty , Nate DeSimone , Chiu Chasel , Duggapu Chinni B Subject: [edk2-devel] [PATCH v6 2/3] IntelFsp2WrapperPkg: Fsp T new ARCH UPD Support Date: Fri, 5 Apr 2024 22:35:39 +0530 Message-Id: <20240405170540.2035-3-chinni.b.duggapu@intel.com> In-Reply-To: <20240405170540.2035-1-chinni.b.duggapu@intel.com> References: <20240405170540.2035-1-chinni.b.duggapu@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Fri, 05 Apr 2024 10:06:15 -0700 Resent-From: chinni.b.duggapu@intel.com Reply-To: devel@edk2.groups.io,chinni.b.duggapu@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 482bAb1RMKD5dDk91XC45imSx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=lbnX8eQO; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Changes to update SecRamInitData as per New Spec Cc: Sai Chaganty Cc: Nate DeSimone Cc: Chiu Chasel Cc: Duggapu Chinni B Signed-off-by: Duggapu Chinni B --- .../SecFspWrapperPlatformSecLibSample/SecRamInitData.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/= SecRamInitData.c b/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibS= ample/SecRamInitData.c index fb0d9a8683..f4ed658674 100644 --- a/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecRamI= nitData.c +++ b/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecRamI= nitData.c @@ -43,14 +43,15 @@ GLOBAL_REMOVE_IF_UNREFERENCED CONST FSPT_UPD_CORE_DATA = FsptUpdDataPtr =3D { // Else, use FSPT_ARCH2_UPD structure.=0D //=0D {=0D - 0x02,=0D + 0x03,=0D {=0D 0x00, 0x00, 0x00=0D },=0D 0x00000020,=0D 0x00000000,=0D + 0x00000000,=0D {=0D - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,=0D + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,=0D 0x00, 0x00, 0x00, 0x00, 0x00, 0x00=0D }=0D },=0D --=20 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117463): https://edk2.groups.io/g/devel/message/117463 Mute This Topic: https://groups.io/mt/105352676/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-