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 67D83AC1780 for ; Fri, 5 Apr 2024 17:06:00 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ojMNqgdZ4oSNF0/wyzw8GMg93NIhxbl2+PdvcxdwVBU=; c=relaxed/simple; d=groups.io; h=From:To:Subject:Date:Message-Id: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=1712336759; v=1; b=Gh9XUISvqq4J014ZXavu/7eHVz+93y6hYJZHzmxcLkmZPEHVYD7u0LDFnGacn96Gq2IGXowi Ax9nqrHadPdgXROPsK+qGUuV0Bl7Kb0w/F05dt25ZEYZWkIyaMdknCQ4EFnHFqPOgRA9Lmj8CJ1 TSZ/j5ko/HSLGylUQTDTe2u3rFIe1lwqNHOhAYCxmAO2GEtMOpf2VDuDdTgdWDAKKiTOxJlByG+ gtUot7ZXnE4XmVA9YNdfrY5xIZH4gwBIt25ykPKSrEt9dVcHKte3YVOf8M+pr9jytwbTcC2aDxV W5IuIimZq2L/OlFeAc5aLCYrEvSJT5wHlQhxiDyjZvPhw== X-Received: by 127.0.0.2 with SMTP id xGUIYY7687511xMlbdlBlyy3; Fri, 05 Apr 2024 10:05:59 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by mx.groups.io with SMTP id smtpd.web10.18117.1712336758086870227 for ; Fri, 05 Apr 2024 10:05:58 -0700 X-CSE-ConnectionGUID: rOHiLGCiRPO6TkFYVOik2w== X-CSE-MsgGUID: 5Tmtr3UeQvqjRQ3YATErDw== X-IronPort-AV: E=McAfee;i="6600,9927,11035"; a="10646801" X-IronPort-AV: E=Sophos;i="6.07,181,1708416000"; d="scan'208";a="10646801" 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:05:57 -0700 X-CSE-ConnectionGUID: /Ry9zWF9Szq6DbsZifs90g== X-CSE-MsgGUID: sv7Io9J+St2uamq9QlkcMw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,181,1708416000"; d="scan'208";a="19248981" 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:05:56 -0700 From: "cbduggap" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH v6 0/3] IntelFsp2Pkg: Fsp T new ARCH UPD Support Date: Fri, 5 Apr 2024 22:35:37 +0530 Message-Id: <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:05:58 -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: arP1uGcVHbQUXnoTTVbMi0bvx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=Gh9XUISv; 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 This Patch will add changes to support FSP T new ARCH UPD and Fix Bug in IntelFsp2WrapperPkg cbduggap (3): IntelFsp2Pkg: Fsp T new ARCH UPD Support IntelFsp2WrapperPkg: Fsp T new ARCH UPD Support IntelFsp2WrapperPkg: Fix UPD structure Reserved bytes IntelFsp2Pkg/FspSecCore/Fsp24SecCoreM.inf | 1 + IntelFsp2Pkg/FspSecCore/FspSecCoreM.inf | 1 + .../FspSecCore/Ia32/Fsp24ApiEntryM.nasm | 1 - .../FspSecCore/Ia32/FspApiEntryM.nasm | 1 - .../FspSecCore/Ia32/FspApiEntryT.nasm | 60 +++++++++++++--- .../FspSecCore/Ia32/SaveRestoreSseNasm.inc | 11 +++ IntelFsp2Pkg/FspSecCore/SecFsp.c | 9 +++ IntelFsp2Pkg/FspSecCore/SecFsp.h | 1 + IntelFsp2Pkg/FspSecCore/X64/FspApiEntryT.nasm | 68 +++++++++++++++---- IntelFsp2Pkg/Include/FspEas/FspApi.h | 12 +++- IntelFsp2Pkg/Include/Library/FspPlatformLib.h | 13 ++++ .../Include/SaveRestoreSseAvxNasm.inc | 21 ++++++ .../BaseFspPlatformLib/FspPlatformMemory.c | 38 +++++++++++ .../SecRamInitData.c | 12 ++-- 14 files changed, 219 insertions(+), 30 deletions(-) -- 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117461): https://edk2.groups.io/g/devel/message/117461 Mute This Topic: https://groups.io/mt/105352668/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-