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 4C7FFAC0E4E for ; Fri, 2 Aug 2024 08:13:39 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=idNBJK3XnxFwxVR4wG6z/kzCHrioajMEvVvoOenYBV4=; c=relaxed/simple; d=groups.io; h=From:To:Cc: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=1722586418; v=1; b=RJ8nbUtscJP7DP4Sc/1HkXbuEO5q1QWlHRipt4qYHjD8sOxGcmXT1rYwTLjnzQT2btkx/46j aaebdAfVhjN1aCRLSb+ecLgMU3S6Aijv8KrdQQ3HP5xjKEkbsqHKDs84BDc5hIoTeP+hfC3lTHW F0TSKaBVQr+vnnEEZd+J4pNvxqHGeVD0qsunIOx7aFij+Qj1czyVTFns9wE03VRKFq6VlKn1Xi7 kK5YfEtWJ4kiFHBrgmjgTI9nMqD3mJxXXWkIBUE+pyIGUIHYwHUjuVouU4iRlLiSDloslH0NW+b 2aDg7aodox/tir/nQFlpJ8qsL+FwD9nhfqFRLaR34GZNQ== X-Received: by 127.0.0.2 with SMTP id tjqPYY7687511xdq2xGNveNT; Fri, 02 Aug 2024 01:13:37 -0700 X-Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by mx.groups.io with SMTP id smtpd.web11.88212.1722586416651262898 for ; Fri, 02 Aug 2024 01:13:37 -0700 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 12800CE1952; Fri, 2 Aug 2024 08:13:33 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70921C32782; Fri, 2 Aug 2024 08:13:24 +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 0/2] Switch all platforms to [Peiless]Sec Date: Fri, 2 Aug 2024 10:13:15 +0200 Message-Id: <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:37 -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: 7oEKal4KKfxxshgANNlqDm3nx7686176AA= 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=RJ8nbUts; 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 Switch all ARM platforms that use the SEC drivers in edk2/ArmPlatformPkg to the new versions called Sec or PeilessSec - these have been cleaned up and stripped of obsolete functionality related to multicore boot, which is not something UEFI should concern itself with. After merging this, ArmPlatformStackLib and the old PrePi / PrePeiCore drivers can be retired. v2: - add NULL library class resolution for LzmaDecompressLib to all PeilessSec users - this dependency is not a property of the code but of the integration (i.e., the FV compression specified by the FDF) so the false dependency on LzmaDecompressLib was omitted from PeilessSec.inf - add Nhi Pham's ack to patch #1 Cc: Leif Lindholm Cc: Abdul Lateef Attar Cc: Abner Chang Cc: Chuong Tran Cc: Graeme Gregory Cc: Marcin Juszkiewicz Cc: Marcin Wojtas Cc: Meenakshi Aggarwal Cc: Narinder Dhillon Cc: Nhi Pham Cc: Paul Grimes Cc: Rebecca Cran Cc: Sami Mujawar Cc: Thomas Abraham Cc: Wenyi Xie Cc: Jeremy Linton Cc: Ling Jia Cc: Peng Xie Cc: Sami Mujawar Cc: Thomas Abraham Cc: Wenyi Xie Cc: Yiqi Shu Ard Biesheuvel (2): Platform AARCH64: Move PrePeiCore users to Sec.inf Platform AARCH64: Move PrePi users to PeilessSec.inf Platform/ARM/Morello/MorelloPlatform.dsc.inc | 2 +- Platform/ARM/SgiPkg/SgiPlatform.dsc.inc | 2 +- Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 2 -- Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc | 3 +-- Silicon/Hisilicon/Hisilicon.dsc.inc | 1 - Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 3 +-- Silicon/NXP/NxpQoriqLs.dsc.inc | 2 +- Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc | 2 -- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 2 +- Platform/ARM/JunoPkg/ArmJuno.dsc | 6 ++++-- Platform/ARM/N1Sdp/N1SdpPlatform.dsc | 2 +- Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc | 4 ++-- Platform/Hisilicon/D03/D03.dsc | 2 +- Platform/Hisilicon/D05/D05.dsc | 2 +- Platform/Hisilicon/D06/D06.dsc | 2 +- Platform/Hisilicon/HiKey/HiKey.dsc | 6 +++++- Platform/Hisilicon/HiKey960/HiKey960.dsc | 5 ++++- Platform/LeMaker/CelloBoard/CelloBoard.dsc | 2 +- Platform/Phytium/DurianPkg/DurianPkg.dsc | 3 ++- Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 2 +- Platform/RaspberryPi/RPi3/RPi3.dsc | 5 ++--- Platform/RaspberryPi/RPi4/RPi4.dsc | 5 ++--- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 2 +- Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 2 +- Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 2 +- Platform/AMD/OverdriveBoard/OverdriveBoard.fdf | 2 +- Platform/ARM/JunoPkg/ArmJuno.fdf | 2 +- Platform/ARM/Morello/MorelloPlatformFvp.fdf | 2 +- Platform/ARM/N1Sdp/N1SdpPlatform.fdf | 2 +- Platform/ARM/SgiPkg/SgiPlatform.fdf | 2 +- Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.fdf | 4 ++-- Platform/Ampere/JadePkg/Jade.fdf | 2 +- Platform/Hisilicon/D03/D03.fdf | 2 +- Platform/Hisilicon/D05/D05.fdf | 2 +- Platform/Hisilicon/D06/D06.fdf | 2 +- Platform/Hisilicon/HiKey/HiKey.fdf | 2 +- Platform/Hisilicon/HiKey960/HiKey960.fdf | 2 +- Platform/LeMaker/CelloBoard/CelloBoard.fdf | 2 +- Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.fdf | 2 +- Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.fdf | 2 +- Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.fdf | 2 +- Platform/Phytium/DurianPkg/DurianPkg.fdf | 2 +- Platform/Qemu/SbsaQemu/SbsaQemu.fdf | 2 +- Platform/RaspberryPi/RPi3/RPi3.fdf | 2 +- Platform/RaspberryPi/RPi4/RPi4.fdf | 2 +- Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 2 +- Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.fdf | 2 +- Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.fdf | 2 +- Silicon/Marvell/Armada7k8k/Armada7k8k.fdf | 2 +- 49 files changed, 61 insertions(+), 60 deletions(-) --=20 2.46.0.rc2.264.g509ed76dc8-goog -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120206): https://edk2.groups.io/g/devel/message/120206 Mute This Topic: https://groups.io/mt/107681637/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-