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 05092AC16F3 for ; Fri, 5 Apr 2024 17:06:24 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=1zzVD6HeVwxI75+tx+Rsbf4v7ZuV+edRVb1Z4Budu/Q=; 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=1712336783; v=1; b=gug0I4ypw4DZtWlQG5jfUusG4KhMUxKnykX4tWdV8V9QokfH34XYvwZADea2YNJZZ6CtIoux 2v/sulxI6BR+R/nhtEep5zCpoK5OMczceeemjNPDc7HHXC0YzRUNaqr6+LnsV7blw6xMuvGZYkZ 9mtXl1i5EIZGx78xumivnhhoaCdCu7LLVZGa2ovvk4hTx/CosrAYzGo9OgRLkAdsbpDaciW1B8o d74UrysgEh4xRr6sS7OnpjzQcASFd1Kcc9xE5+eUee4MVxtBY+I9g/dO3sQ0f4Bj4bFQN2vejrc 9BU8wr8xISfK/SUlVPGqeEoREabxYPtV8H+wUM+zb99jA== X-Received: by 127.0.0.2 with SMTP id MrIKYY7687511xjnYVMz9nQ1; Fri, 05 Apr 2024 10:06:23 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by mx.groups.io with SMTP id smtpd.web10.18133.1712336783185263915 for ; Fri, 05 Apr 2024 10:06:23 -0700 X-CSE-ConnectionGUID: qzLTt2EFTIO83w/5VDDvgw== X-CSE-MsgGUID: LFClSIafQZWo2QXkav1enA== X-IronPort-AV: E=McAfee;i="6600,9927,11035"; a="10646881" X-IronPort-AV: E=Sophos;i="6.07,181,1708416000"; d="scan'208";a="10646881" 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:23 -0700 X-CSE-ConnectionGUID: BpggrdtCQaW1mp1VU5v5+Q== X-CSE-MsgGUID: e+NvLNMsQWu/bp5H/zSD2Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,181,1708416000"; d="scan'208";a="19249332" 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:20 -0700 From: "cbduggap" To: devel@edk2.groups.io Cc: Sai Chaganty , Nate DeSimone , Chiu Chasel , Duggapu Chinni B Subject: [edk2-devel] [PATCH v6 3/3] IntelFsp2WrapperPkg: Fix UPD structure Reserved bytes Date: Fri, 5 Apr 2024 22:35:40 +0530 Message-Id: <20240405170540.2035-4-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:23 -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: w2L556gY2JV441hGsiYEb8tux7686176AA= 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=gug0I4yp; 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 UPD structure reserved bytes as par the latest spec. Cc: Sai Chaganty Cc: Nate DeSimone Cc: Chiu Chasel Cc: Duggapu Chinni B Signed-off-by: Duggapu Chinni B --- .../SecFspWrapperPlatformSecLibSample/SecRamInitData.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/= SecRamInitData.c b/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibS= ample/SecRamInitData.c index f4ed658674..dabcd83eef 100644 --- a/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecRamI= nitData.c +++ b/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecRamI= nitData.c @@ -34,8 +34,11 @@ GLOBAL_REMOVE_IF_UNREFERENCED CONST FSPT_UPD_CORE_DATA = FsptUpdDataPtr =3D { // UPD header revision must be equal or greater than 2 when the struct= ure is compliant with FSP spec 2.2.=0D //=0D 0x02,=0D - { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,=0D - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }=0D + {=0D + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,=0D + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,=0D + 0x00, 0x00, 0x00=0D + }=0D },=0D //=0D // If FSP spec version < 2.2, remove FSPT_ARCH_UPD structure.=0D --=20 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117464): https://edk2.groups.io/g/devel/message/117464 Mute This Topic: https://groups.io/mt/105352679/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-