From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 8003D941350 for ; Fri, 2 Aug 2024 08:13:52 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Y2iDC8P/XqD/3xQHK5T/ixSkK0kyL206IkPMCHys5is=; 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=1722586432; v=1; b=awdQh7RF/cJ0u4+O/GFhScAFosp4oUH7XSvz/Tjs2XAerHGDhmU/YDFeecWn83JL52bIbuUB YzXJ8jGjOzXSFFPqHcYIGCQeGy2/814/rkY+mrf36OG1KwCnM3bWslQM6uuXwdXAjXRo8PAYLL4 H4YnMlLxpLI6W0OcmvO3a3qBeA+ArIbF65VNmwig2RUcfKyjnLuwvgPE+cr2AeO4WS+kmEjJak+ 1MjLV+ACkDZcg4n+9mUhoLMAK86jcxovEWdUAuMSGSkTaw0aE9cS9EUHu4Z5dpDFd0sAdIR5W7o W20yKgCfnOIpjphAUjNBWo1x1H89LoY0tA/B6NvGsS6oA== X-Received: by 127.0.0.2 with SMTP id ffh5YY7687511x4pppkEXfsa; Fri, 02 Aug 2024 01:13:51 -0700 X-Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.88218.1722586430608540098 for ; Fri, 02 Aug 2024 01:13:50 -0700 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0A8FC62950; Fri, 2 Aug 2024 08:13:50 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id A7491C4AF0E; Fri, 2 Aug 2024 08:13:41 +0000 (UTC) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Abdul Lateef Attar , Abner Chang , Chuong Tran , Graeme Gregory , Marcin Juszkiewicz , Marcin Wojtas , Meenakshi Aggarwal , Narinder Dhillon , Nhi Pham , Paul Grimes , Rebecca Cran , Sami Mujawar , Thomas Abraham , Wenyi Xie , Jeremy Linton , Ling Jia , Peng Xie , Yiqi Shu Subject: [edk2-devel] [PATCH edk2-platforms v2 2/2] Platform AARCH64: Move PrePi users to PeilessSec.inf Date: Fri, 2 Aug 2024 10:13:17 +0200 Message-Id: <20240802081317.14313-3-ardb@kernel.org> In-Reply-To: <20240802081317.14313-1-ardb@kernel.org> References: <20240802081317.14313-1-ardb@kernel.org> 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, 02 Aug 2024 01:13:50 -0700 Resent-From: ardb@kernel.org Reply-To: devel@edk2.groups.io,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: j36iz5EMiWvvjrG57TAv4xdZx7686176AA= 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=awdQh7RF; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io PrePi has been superseded by PeilessSec.inf, which is a more common naming for the SEC module, aligned with other architectures. No functional changes intended. Switch all users to PeilessSec.inf so the old implementation can be retired from EDK2. No ArmPlatformStackLib resolution is needed in this case, so drop those as well. Signed-off-by: Ard Biesheuvel --- Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 2 -- Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc | 1 - Silicon/Hisilicon/Hisilicon.dsc.inc | 1 - Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 1 - Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc | 2 -- Platform/ARM/JunoPkg/ArmJuno.dsc | 6 ++++-- Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc | 2 +- Platform/Hisilicon/HiKey/HiKey.dsc | 6 +++++- Platform/Hisilicon/HiKey960/HiKey960.dsc | 5 ++++- Platform/Phytium/DurianPkg/DurianPkg.dsc | 3 ++- Platform/RaspberryPi/RPi3/RPi3.dsc | 5 ++--- Platform/RaspberryPi/RPi4/RPi4.dsc | 5 ++--- Platform/ARM/JunoPkg/ArmJuno.fdf | 2 +- Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.fdf | 2 +- Platform/Hisilicon/HiKey/HiKey.fdf | 2 +- Platform/Hisilicon/HiKey960/HiKey960.fdf | 2 +- Platform/Phytium/DurianPkg/DurianPkg.fdf | 2 +- Platform/RaspberryPi/RPi3/RPi3.fdf | 2 +- Platform/RaspberryPi/RPi4/RPi4.fdf | 2 +- 19 files changed, 27 insertions(+), 26 deletions(-) diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VE= xpressPkg/ArmVExpress.dsc.inc index 8b9be9e0d372..816fb9dbdee5 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc @@ -86,7 +86,6 @@ [LibraryClasses.common] ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.= inf=0D ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf=0D ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf=0D - ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatfo= rmStackLib.inf=0D ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf=0D ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/Ar= mGenericTimerPhyCounterLib.inf=0D =0D @@ -176,7 +175,6 @@ [LibraryClasses.common.SEC] !ifdef $(EDK2_SKIP_PEICORE)=0D PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf=0D ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf=0D - LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCusto= mDecompressLib.inf=0D MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMe= moryAllocationLib.inf=0D HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf=0D PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/Pre= PiHobListPointerLib.inf=0D diff --git a/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc b/Silicon= /Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc index 71a33f9ff36a..021f90c4ba94 100644 --- a/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc +++ b/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc @@ -177,7 +177,6 @@ [LibraryClasses.common.SEC] DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsB= aseLib.inf=0D PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf=0D ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf=0D - LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCusto= mDecompressLib.inf=0D MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMe= moryAllocationLib.inf=0D HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf=0D PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/Pre= PiHobListPointerLib.inf=0D diff --git a/Silicon/Hisilicon/Hisilicon.dsc.inc b/Silicon/Hisilicon/Hisili= con.dsc.inc index 652bc4d375e1..5db85841c5dc 100644 --- a/Silicon/Hisilicon/Hisilicon.dsc.inc +++ b/Silicon/Hisilicon/Hisilicon.dsc.inc @@ -55,7 +55,6 @@ [LibraryClasses.common] ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.= inf=0D ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf=0D ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf=0D - ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatfo= rmStackLib.inf=0D ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf=0D ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf=0D =0D diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc b/Silicon/Marvel= l/Armada7k8k/Armada7k8k.dsc.inc index b8eefc329071..5ad8d242b633 100644 --- a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc +++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc @@ -136,7 +136,6 @@ [LibraryClasses.common.SEC] =0D PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf=0D ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf=0D - LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCusto= mDecompressLib.inf=0D MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMe= moryAllocationLib.inf=0D HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf=0D PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/Pre= PiHobListPointerLib.inf=0D diff --git a/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc b/Si= licon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc index 78612d933ba7..7e91d7eed588 100644 --- a/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc +++ b/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc @@ -15,7 +15,6 @@ [LibraryClasses.common] ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.= inf=0D ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf=0D ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf=0D - ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatfo= rmStackLib.inf=0D ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf=0D ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/Ar= mGenericTimerPhyCounterLib.inf=0D ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf=0D @@ -126,7 +125,6 @@ [LibraryClasses.common.SEC] ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf=0D DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsB= aseLib.inf=0D ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf=0D - LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCusto= mDecompressLib.inf=0D MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMe= moryAllocationLib.inf=0D HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf=0D PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf=0D diff --git a/Platform/ARM/JunoPkg/ArmJuno.dsc b/Platform/ARM/JunoPkg/ArmJun= o.dsc index 93ec9f129972..54514635268e 100644 --- a/Platform/ARM/JunoPkg/ArmJuno.dsc +++ b/Platform/ARM/JunoPkg/ArmJuno.dsc @@ -62,7 +62,6 @@ [LibraryClasses.common] [LibraryClasses.common.SEC]=0D PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf=0D ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf=0D - LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCusto= mDecompressLib.inf=0D MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMe= moryAllocationLib.inf=0D HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf=0D PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/Pre= PiHobListPointerLib.inf=0D @@ -238,7 +237,10 @@ [Components.common] #=0D # PEI Phase modules=0D #=0D - ArmPlatformPkg/PrePi/PeiUniCore.inf=0D + ArmPlatformPkg/PeilessSec/PeilessSec.inf {=0D + =0D + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompre= ssLib.inf=0D + }=0D =0D #=0D # DXE=0D diff --git a/Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc b/Platfor= m/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc index 2a812f4ac7aa..d57304699e83 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc +++ b/Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc @@ -228,7 +228,7 @@ [Components.common] #=0D !ifdef EDK2_SKIP_PEICORE=0D # UEFI is placed in RAM by bootloader=0D - ArmPlatformPkg/PrePi/PeiUniCore.inf {=0D + ArmPlatformPkg/PeilessSec/PeilessSec.inf {=0D =0D ArmPlatformLib|Platform/ARM/VExpressPkg/Library/ArmVExpressLibRTSM/A= rmVExpressLib.inf=0D }=0D diff --git a/Platform/Hisilicon/HiKey/HiKey.dsc b/Platform/Hisilicon/HiKey/= HiKey.dsc index c26df673afe9..85d678140439 100644 --- a/Platform/Hisilicon/HiKey/HiKey.dsc +++ b/Platform/Hisilicon/HiKey/HiKey.dsc @@ -163,7 +163,11 @@ [Components.common] #=0D # PEI Phase modules=0D #=0D - ArmPlatformPkg/PrePi/PeiUniCore.inf=0D + ArmPlatformPkg/PeilessSec/PeilessSec.inf {=0D + =0D + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompre= ssLib.inf=0D + }=0D +=0D MdeModulePkg/Core/Pei/PeiMain.inf=0D MdeModulePkg/Universal/PCD/Pei/Pcd.inf=0D =0D diff --git a/Platform/Hisilicon/HiKey960/HiKey960.dsc b/Platform/Hisilicon/= HiKey960/HiKey960.dsc index 9e7c209716bc..83cf9d79940b 100644 --- a/Platform/Hisilicon/HiKey960/HiKey960.dsc +++ b/Platform/Hisilicon/HiKey960/HiKey960.dsc @@ -154,7 +154,10 @@ [Components.common] #=0D # PEI Phase modules=0D #=0D - ArmPlatformPkg/PrePi/PeiUniCore.inf=0D + ArmPlatformPkg/PeilessSec/PeilessSec.inf {=0D + =0D + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompre= ssLib.inf=0D + }=0D =0D #=0D # DXE=0D diff --git a/Platform/Phytium/DurianPkg/DurianPkg.dsc b/Platform/Phytium/Du= rianPkg/DurianPkg.dsc index 1232b5856d6c..66260942e58e 100644 --- a/Platform/Phytium/DurianPkg/DurianPkg.dsc +++ b/Platform/Phytium/DurianPkg/DurianPkg.dsc @@ -148,8 +148,9 @@ [Components.common] OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTre= eLib/BaseOrderedCollectionRedBlackTreeLib.inf=0D }=0D =0D - ArmPlatformPkg/PrePi/PeiUniCore.inf {=0D + ArmPlatformPkg/PeilessSec/PeilessSec.inf {=0D =0D + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompre= ssLib.inf=0D ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf=0D }=0D =0D diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3= /RPi3.dsc index f8cb82f9e2e6..43d6d028e126 100644 --- a/Platform/RaspberryPi/RPi3/RPi3.dsc +++ b/Platform/RaspberryPi/RPi3/RPi3.dsc @@ -123,7 +123,6 @@ [LibraryClasses.common] ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.= inf=0D DmaLib|EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf=0D TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf=0D - ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatfo= rmStackLib.inf=0D ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf=0D ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/Ar= mGenericTimerPhyCounterLib.inf=0D =0D @@ -186,7 +185,6 @@ [LibraryClasses.common.SEC] MemoryInitPeiLib|Platform/RaspberryPi/Library/MemoryInitPeiLib/MemoryIni= tPeiLib.inf=0D PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf=0D ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf=0D - LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCusto= mDecompressLib.inf=0D PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf=0D HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf=0D PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/Pre= PiHobListPointerLib.inf=0D @@ -583,8 +581,9 @@ [Components.common] #=0D # PEI Phase modules=0D #=0D - ArmPlatformPkg/PrePi/PeiUniCore.inf {=0D + ArmPlatformPkg/PeilessSec/PeilessSec.inf {=0D =0D + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompre= ssLib.inf=0D SerialPortLib|Platform/RaspberryPi/Library/DualSerialPortLib/DualSer= ialPortLib.inf=0D }=0D =0D diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4= /RPi4.dsc index 113d08bc8448..c79f322d9e75 100644 --- a/Platform/RaspberryPi/RPi4/RPi4.dsc +++ b/Platform/RaspberryPi/RPi4/RPi4.dsc @@ -123,7 +123,6 @@ [LibraryClasses.common] ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf=0D DmaLib|EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf=0D TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf=0D - ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatfo= rmStackLib.inf=0D ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf=0D ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/Ar= mGenericTimerPhyCounterLib.inf=0D =0D @@ -194,7 +193,6 @@ [LibraryClasses.common.SEC] MemoryInitPeiLib|Platform/RaspberryPi/Library/MemoryInitPeiLib/MemoryIni= tPeiLib.inf=0D PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf=0D ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib= /PrePiExtractGuidedSectionLib.inf=0D - LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCusto= mDecompressLib.inf=0D PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf=0D HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf=0D PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/Pre= PiHobListPointerLib.inf=0D @@ -603,8 +601,9 @@ [Components.common] #=0D # PEI Phase modules=0D #=0D - ArmPlatformPkg/PrePi/PeiUniCore.inf {=0D + ArmPlatformPkg/PeilessSec/PeilessSec.inf {=0D =0D + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompre= ssLib.inf=0D SerialPortLib|Platform/RaspberryPi/Library/DualSerialPortLib/DualSer= ialPortLib.inf=0D }=0D =0D diff --git a/Platform/ARM/JunoPkg/ArmJuno.fdf b/Platform/ARM/JunoPkg/ArmJun= o.fdf index 0c5a50e968e1..dd743e04ef2f 100644 --- a/Platform/ARM/JunoPkg/ArmJuno.fdf +++ b/Platform/ARM/JunoPkg/ArmJuno.fdf @@ -270,7 +270,7 @@ [FV.FVMAIN_COMPACT] READ_LOCK_CAP =3D TRUE=0D READ_LOCK_STATUS =3D TRUE=0D =0D - INF ArmPlatformPkg/PrePi/PeiUniCore.inf=0D + INF ArmPlatformPkg/PeilessSec/PeilessSec.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 diff --git a/Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.fdf b/Platfor= m/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.fdf index df58b04778ff..c642761dc617 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.fdf +++ b/Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.fdf @@ -234,7 +234,7 @@ [FV.FVMAIN_COMPACT] READ_LOCK_STATUS =3D TRUE=0D =0D !if $(EDK2_SKIP_PEICORE) =3D=3D 1=0D - INF ArmPlatformPkg/PrePi/PeiUniCore.inf=0D + INF ArmPlatformPkg/PeilessSec/PeilessSec.inf=0D !else=0D INF ArmPlatformPkg/Sec/Sec.inf=0D INF MdeModulePkg/Core/Pei/PeiMain.inf=0D diff --git a/Platform/Hisilicon/HiKey/HiKey.fdf b/Platform/Hisilicon/HiKey/= HiKey.fdf index d9fe481527fb..ad27f0cc29a9 100644 --- a/Platform/Hisilicon/HiKey/HiKey.fdf +++ b/Platform/Hisilicon/HiKey/HiKey.fdf @@ -207,7 +207,7 @@ [FV.FVMAIN_COMPACT] READ_LOCK_CAP =3D TRUE=0D READ_LOCK_STATUS =3D TRUE=0D =0D - INF ArmPlatformPkg/PrePi/PeiUniCore.inf=0D + INF ArmPlatformPkg/PeilessSec/PeilessSec.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 diff --git a/Platform/Hisilicon/HiKey960/HiKey960.fdf b/Platform/Hisilicon/= HiKey960/HiKey960.fdf index dcb3105d6e77..ab4473045e24 100644 --- a/Platform/Hisilicon/HiKey960/HiKey960.fdf +++ b/Platform/Hisilicon/HiKey960/HiKey960.fdf @@ -195,7 +195,7 @@ [FV.FVMAIN_COMPACT] READ_LOCK_CAP =3D TRUE=0D READ_LOCK_STATUS =3D TRUE=0D =0D - INF ArmPlatformPkg/PrePi/PeiUniCore.inf=0D + INF ArmPlatformPkg/PeilessSec/PeilessSec.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 diff --git a/Platform/Phytium/DurianPkg/DurianPkg.fdf b/Platform/Phytium/Du= rianPkg/DurianPkg.fdf index 95db4ac6f183..476e35610899 100644 --- a/Platform/Phytium/DurianPkg/DurianPkg.fdf +++ b/Platform/Phytium/DurianPkg/DurianPkg.fdf @@ -222,7 +222,7 @@ [FV.FVMAIN_COMPACT] READ_LOCK_CAP =3D TRUE=0D READ_LOCK_STATUS =3D TRUE=0D =0D - INF ArmPlatformPkg/PrePi/PeiUniCore.inf=0D + INF ArmPlatformPkg/PeilessSec/PeilessSec.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 diff --git a/Platform/RaspberryPi/RPi3/RPi3.fdf b/Platform/RaspberryPi/RPi3= /RPi3.fdf index 090c4a621e90..bd719573918e 100644 --- a/Platform/RaspberryPi/RPi3/RPi3.fdf +++ b/Platform/RaspberryPi/RPi3/RPi3.fdf @@ -321,7 +321,7 @@ [FV.FVMAIN_COMPACT] READ_LOCK_CAP =3D TRUE=0D READ_LOCK_STATUS =3D TRUE=0D =0D - INF ArmPlatformPkg/PrePi/PeiUniCore.inf=0D + INF ArmPlatformPkg/PeilessSec/PeilessSec.inf=0D FILE FV_IMAGE =3D 9E21FD93-9C72-4c15-8C4B-E77F1DB2D792 {=0D SECTION GUIDED EE4E5898-3914-4259-9D6E-DC7BD79403CF PROCESSING_REQUIRE= D =3D TRUE {=0D SECTION FV_IMAGE =3D FVMAIN=0D diff --git a/Platform/RaspberryPi/RPi4/RPi4.fdf b/Platform/RaspberryPi/RPi4= /RPi4.fdf index 080e1638c1c5..6da2d4e3d74d 100644 --- a/Platform/RaspberryPi/RPi4/RPi4.fdf +++ b/Platform/RaspberryPi/RPi4/RPi4.fdf @@ -333,7 +333,7 @@ [FV.FVMAIN_COMPACT] READ_LOCK_CAP =3D TRUE=0D READ_LOCK_STATUS =3D TRUE=0D =0D - INF ArmPlatformPkg/PrePi/PeiUniCore.inf=0D + INF ArmPlatformPkg/PeilessSec/PeilessSec.inf=0D FILE FV_IMAGE =3D 9E21FD93-9C72-4c15-8C4B-E77F1DB2D792 {=0D SECTION GUIDED EE4E5898-3914-4259-9D6E-DC7BD79403CF PROCESSING_REQUIRE= D =3D TRUE {=0D SECTION FV_IMAGE =3D FVMAIN=0D --=20 2.46.0.rc2.264.g509ed76dc8-goog -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120208): https://edk2.groups.io/g/devel/message/120208 Mute This Topic: https://groups.io/mt/107681641/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-