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 42A627803CF for ; Thu, 4 Jan 2024 13:16:34 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Nwk8XLGM+M4jnKlKknRs7x/uIfVmdbcPPouBBQCKYoo=; 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:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1704374193; v=1; b=hFjLxFgx/ZAN6i9eUTWhR8kSZ0SLo6oZNvzyq7GTl56ML0OdKbbZnAjDPTDMeUYCCmwjJJnI Rk09VQ9zGhehvYDmJOikT3HygD8dBUZI/GDdfGC9h00X7VV/G9rNvtIYM+aJwoRUT6pe737aSPY s0O32Sb7rjKHufhmTmQuDuss= X-Received: by 127.0.0.2 with SMTP id OvtaYY7687511xSScXoI18ku; Thu, 04 Jan 2024 05:16:33 -0800 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.53385.1704374192293313119 for ; Thu, 04 Jan 2024 05:16:32 -0800 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BB99AC15; Thu, 4 Jan 2024 05:17:17 -0800 (PST) X-Received: from usa.arm.com (a077434.blr.arm.com [10.162.17.62]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 3B6BC3F64C; Thu, 4 Jan 2024 05:16:30 -0800 (PST) From: "sahil" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Sahil Kaushal Subject: [edk2-devel] [edk2-platforms][PATCH V4 3/4] Platform/ARM/N1Sdp: Enable N1SdpNtFwConfigPei PEI module for N1Sdp Date: Thu, 4 Jan 2024 18:46:15 +0530 Message-Id: <20240104131616.474492-4-sahil@arm.com> In-Reply-To: <20240104131616.474492-1-sahil@arm.com> References: <20240104131616.474492-1-sahil@arm.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 Reply-To: devel@edk2.groups.io,sahil@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: uuooinSgxWCJgAxpSt1R3L7nx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=hFjLxFgx; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.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 Incorporate N1SdpNtFwConfigPei PEI module which parses NT_FW_CONFIG and passes it to other PEI modules(as PPI) and DXE modules(as HOB). Signed-off-by: sahil --- Silicon/ARM/NeoverseN1Soc/NeoverseN1Soc.dec | 3 +++ Platform/ARM/N1Sdp/N1SdpPlatform.dsc | 5 ++++- Platform/ARM/N1Sdp/N1SdpPlatform.fdf | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Silicon/ARM/NeoverseN1Soc/NeoverseN1Soc.dec b/Silicon/ARM/Neov= erseN1Soc/NeoverseN1Soc.dec index c04162e7e7cd..cca5bf45db67 100644 --- a/Silicon/ARM/NeoverseN1Soc/NeoverseN1Soc.dec +++ b/Silicon/ARM/NeoverseN1Soc/NeoverseN1Soc.dec @@ -22,6 +22,8 @@ Include # Root include for the package=0D =0D [Guids.common]=0D + # ARM NeoverseN1Soc Platform Info descriptor=0D + gArmNeoverseN1SocPlatformInfoDescriptorGuid =3D { 0x9fa16eb5, 0xce13, 0x= 4d37, { 0x96, 0xf0, 0x0a, 0xb5, 0xf1, 0xab, 0xff, 0x01 } }=0D gArmNeoverseN1SocTokenSpaceGuid =3D { 0xab93eb78, 0x60d7, 0x4099, { 0xac= , 0xeb, 0x6d, 0xb5, 0x02, 0x58, 0x7c, 0x24 } }=0D =0D [PcdsFixedAtBuild]=0D @@ -85,4 +87,5 @@ gArmNeoverseN1SocTokenSpaceGuid.PcdRemotePcieSegmentNumber|2|UINT32|0x00= 000051=0D =0D [Ppis]=0D + gArmNeoverseN1SocPlatformInfoDescriptorPpiGuid =3D { 0x21D04AD4, 0x4D23,= 0x426D, { 0x8D, 0x3E, 0x92, 0x23, 0x3E, 0xF4, 0xB9, 0x5E } }=0D gArmNeoverseN1SocParameterPpiGuid =3D { 0x4DDD5A72, 0x31AD, 0x4B20, { 0x= 8F, 0x5F, 0xB3, 0xE8, 0x24, 0x6F, 0x80, 0x2B } }=0D diff --git a/Platform/ARM/N1Sdp/N1SdpPlatform.dsc b/Platform/ARM/N1Sdp/N1Sd= pPlatform.dsc index d04b22d3ef51..013a2e706e1a 100644 --- a/Platform/ARM/N1Sdp/N1SdpPlatform.dsc +++ b/Platform/ARM/N1Sdp/N1SdpPlatform.dsc @@ -4,7 +4,7 @@ # This provides platform specific component descriptions and libraries tha= t=0D # conform to EFI/Framework standards.=0D #=0D -# Copyright (c) 2018 - 2021, ARM Limited. All rights reserved.
=0D +# Copyright (c) 2018 - 2024, ARM Limited. All rights reserved.
=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D @@ -228,6 +228,9 @@ # Platform driver=0D Platform/ARM/N1Sdp/Drivers/PlatformDxe/PlatformDxe.inf=0D =0D + # PEI Phase modules=0D + Platform/ARM/N1Sdp/Drivers/N1SdpNtFwConfigPei/NtFwConfigPei.inf=0D +=0D # Human Interface Support=0D MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf=0D =0D diff --git a/Platform/ARM/N1Sdp/N1SdpPlatform.fdf b/Platform/ARM/N1Sdp/N1Sd= pPlatform.fdf index e5e24ea50294..4c4a6b193658 100644 --- a/Platform/ARM/N1Sdp/N1SdpPlatform.fdf +++ b/Platform/ARM/N1Sdp/N1SdpPlatform.fdf @@ -1,7 +1,7 @@ ## @file=0D # FDF file of N1Sdp=0D #=0D -# Copyright (c) 2018 - 2021, ARM Limited. All rights reserved.
=0D +# Copyright (c) 2018 - 2024, ARM Limited. All rights reserved.
=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D ##=0D @@ -195,6 +195,7 @@ READ_LOCK_STATUS =3D TRUE INF MdeModulePkg/Core/Pei/PeiMain.inf=0D INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf=0D INF MdeModulePkg/Universal/Variable/Pei/VariablePei.inf=0D + INF Platform/ARM/N1Sdp/Drivers/N1SdpNtFwConfigPei/NtFwConfigPei.inf=0D =0D FILE FV_IMAGE =3D 9E21FD93-9C72-4c15-8C4B-E77F1DB2D792 {=0D SECTION GUIDED EE4E5898-3914-4259-9D6E-DC7BD79403CF PROCESSING_REQUIRE= D =3D TRUE {=0D --=20 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113166): https://edk2.groups.io/g/devel/message/113166 Mute This Topic: https://groups.io/mt/103521646/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-