public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH edk2-platforms 0/2] Switch all platforms to [Peiless]Sec
@ 2024-07-31 16:33 Ard Biesheuvel
  2024-07-31 16:33 ` [edk2-devel] [PATCH edk2-platforms 1/2] Platform AARCH64: Move PrePeiCore users to Sec.inf Ard Biesheuvel
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Ard Biesheuvel @ 2024-07-31 16:33 UTC (permalink / raw)
  To: devel
  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

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.

This series can be merged once Tianocore/edk2 PR #5997 is merged first.
After that, ArmPlatformStackLib and the old PrePi / PrePeiCore drivers
can be retired.

Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Abdul Lateef Attar <AbdulLateef.Attar@amd.com> 
Cc: Abner Chang <abner.chang@amd.com> 
Cc: Chuong Tran <chuong@os.amperecomputing.com> 
Cc: Graeme Gregory <graeme@xora.org.uk> 
Cc: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> 
Cc: Marcin Wojtas <marcin.s.wojtas@gmail.com> 
Cc: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com> 
Cc: Narinder Dhillon <ndhillon@marvell.com> 
Cc: Nhi Pham <nhi@os.amperecomputing.com> 
Cc: Paul Grimes <paul.grimes@amd.com> 
Cc: Rebecca Cran <rebecca@os.amperecomputing.com> 
Cc: Sami Mujawar <sami.mujawar@arm.com> 
Cc: Thomas Abraham <thomas.abraham@arm.com> 
Cc: Wenyi Xie <xiewenyi2@huawei.com> 
Cc: Jeremy Linton <jeremy.linton@arm.com> 
Cc: Ling Jia <jialing@phytium.com.cn> 
Cc: Peng Xie <xiepeng@phytium.com.cn> 
Cc: Sami Mujawar <sami.mujawar@arm.com> 
Cc: Thomas Abraham <thomas.abraham@arm.com> 
Cc: Wenyi Xie <xiewenyi2@huawei.com> 
Cc: Yiqi Shu <shuyiqi@phytium.com.cn> 

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                 | 1 -
 Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc         | 2 +-
 Silicon/Hisilicon/Hisilicon.dsc.inc                          | 1 -
 Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc                | 2 +-
 Silicon/NXP/NxpQoriqLs.dsc.inc                               | 2 +-
 Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc    | 1 -
 Platform/AMD/OverdriveBoard/OverdriveBoard.dsc               | 2 +-
 Platform/ARM/JunoPkg/ArmJuno.dsc                             | 2 +-
 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                           | 2 +-
 Platform/Hisilicon/HiKey960/HiKey960.dsc                     | 2 +-
 Platform/LeMaker/CelloBoard/CelloBoard.dsc                   | 2 +-
 Platform/Phytium/DurianPkg/DurianPkg.dsc                     | 2 +-
 Platform/Qemu/SbsaQemu/SbsaQemu.dsc                          | 2 +-
 Platform/RaspberryPi/RPi3/RPi3.dsc                           | 3 +--
 Platform/RaspberryPi/RPi4/RPi4.dsc                           | 3 +--
 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, 48 insertions(+), 53 deletions(-)

-- 
2.46.0.rc1.232.g9752f9e123-goog



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120153): https://edk2.groups.io/g/devel/message/120153
Mute This Topic: https://groups.io/mt/107649429/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-08-28  8:02 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 16:33 [edk2-devel] [PATCH edk2-platforms 0/2] Switch all platforms to [Peiless]Sec Ard Biesheuvel
2024-07-31 16:33 ` [edk2-devel] [PATCH edk2-platforms 1/2] Platform AARCH64: Move PrePeiCore users to Sec.inf Ard Biesheuvel
2024-08-01 15:25   ` Nhi Pham via groups.io
2024-08-05 19:14   ` Marcin Juszkiewicz
2024-08-06 14:08     ` Leif Lindholm
2024-07-31 16:33 ` [edk2-devel] [PATCH edk2-platforms 2/2] Platform AARCH64: Move PrePi users to PeilessSec.inf Ard Biesheuvel
2024-08-01  9:21 ` [edk2-devel] [PATCH edk2-platforms 0/2] Switch all platforms to [Peiless]Sec Sami Mujawar
2024-08-01 13:49 ` Jeremy Linton
2024-08-01 14:11   ` Ard Biesheuvel
2024-08-01 14:44     ` Ard Biesheuvel
2024-08-01 15:19       ` Jeremy Linton
2024-08-01 15:43         ` Ard Biesheuvel
2024-08-01 15:50           ` Rebecca Cran
2024-08-01 15:54             ` Ard Biesheuvel
2024-08-01 18:50             ` Jeremy Linton
2024-08-02 11:44               ` Rebecca Cran
2024-08-05 16:17                 ` Jeremy Linton
2024-08-06 14:10         ` Leif Lindholm
2024-08-27 16:37           ` Ard Biesheuvel via groups.io
2024-08-28  3:54             ` Jeremy Linton
2024-08-28  7:54               ` Ard Biesheuvel via groups.io

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox