public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel via groups.io" <ardb+git=google.com@groups.io>
To: devel@edk2.groups.io
Cc: Ard Biesheuvel <ardb@kernel.org>,
	Leif Lindholm <quic_llindhol@quicinc.com>,
	 Rebecca Cran <rebecca@os.amperecomputing.com>,
	Nhi Pham <nhi@os.amperecomputing.com>,
	 Chuong Tran <chuong@os.amperecomputing.com>,
	Wenyi Xie <xiewenyi2@huawei.com>,
	 Peng Xie <xiepeng@phytium.com.cn>,
	Ling Jia <jialing@phytium.com.cn>,
	 Yiqi Shu <shuyiqi@phytium.com.cn>
Subject: [edk2-devel] [PATCH RFC edk2-platforms 0/5] Phase out MPCore SEC drivers
Date: Mon, 29 Jul 2024 14:22:10 +0200	[thread overview]
Message-ID: <20240729122215.400402-1-ardb+git@google.com> (raw)

From: Ard Biesheuvel <ardb@kernel.org>

The original EDK2 port to 32-bit ARM supported multi-core but on today's
ARM systems, only a single CPU enters the non-secure firmware and the
MPCore drivers are obsolete.

Stop using them in edk2-platforms so we can remove them entirely from
edk2.

Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Rebecca Cran <rebecca@os.amperecomputing.com>
Cc: Nhi Pham <nhi@os.amperecomputing.com>
Cc: Chuong Tran <chuong@os.amperecomputing.com>
Cc: Wenyi Xie <xiewenyi2@huawei.com>
Cc: Peng Xie <xiepeng@phytium.com.cn>
Cc: Ling Jia <jialing@phytium.com.cn>
Cc: Yiqi Shu <shuyiqi@phytium.com.cn>

Ard Biesheuvel (5):
  Platform AARCH64: Drop leftover references to deleted timer PCD
  Platform AARCH64: Remove bogus references to MPCore stack
  Platform/Ampere: Switch to unicore SEC implementation
  Platform/Durian: Switch to unicore SEC implementation
  Platform/HiSilicon/D0x: Switch to unicore SEC implementation

 Platform/ARM/Morello/MorelloPlatform.dsc.inc                |  2 --
 Platform/ARM/SgiPkg/SgiPlatform.dsc.inc                     |  2 --
 Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc        |  6 +-----
 Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc               |  1 -
 Platform/AMD/OverdriveBoard/OverdriveBoard.dsc              |  2 --
 Platform/ARM/N1Sdp/N1SdpPlatform.dsc                        |  2 --
 Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc        |  2 --
 Platform/Hisilicon/D03/D03.dsc                              |  3 +--
 Platform/Hisilicon/D05/D05.dsc                              | 10 +---------
 Platform/Hisilicon/D06/D06.dsc                              |  3 +--
 Platform/LeMaker/CelloBoard/CelloBoard.dsc                  |  2 --
 Platform/Phytium/DurianPkg/DurianPkg.dsc                    |  2 +-
 Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc |  2 --
 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/Phytium/DurianPkg/DurianPkg.fdf                    |  2 +-
 18 files changed, 10 insertions(+), 39 deletions(-)

--
2.46.0.rc1.232.g9752f9e123-goog



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



             reply	other threads:[~2024-07-30 15:08 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-29 12:22 Ard Biesheuvel via groups.io [this message]
2024-07-29 12:22 ` [edk2-devel] [PATCH RFC edk2-platforms 1/5] Platform AARCH64: Drop leftover references to deleted timer PCD Ard Biesheuvel via groups.io
2024-07-29 12:22 ` [edk2-devel] [PATCH RFC edk2-platforms 2/5] Platform AARCH64: Remove bogus references to MPCore stack Ard Biesheuvel via groups.io
2024-07-30 19:16   ` Sami Mujawar
2024-07-29 12:22 ` [edk2-devel] [PATCH RFC edk2-platforms 3/5] Platform/Ampere: Switch to unicore SEC implementation Ard Biesheuvel via groups.io
2024-07-31  8:21   ` Nhi Pham via groups.io
2024-07-29 12:22 ` [edk2-devel] [PATCH RFC edk2-platforms 4/5] Platform/Durian: " Ard Biesheuvel via groups.io
2024-07-29 12:22 ` [edk2-devel] [PATCH RFC edk2-platforms 5/5] Platform/HiSilicon/D0x: " Ard Biesheuvel via groups.io
2024-07-30 12:42 ` [edk2-devel] [PATCH RFC edk2-platforms 0/5] Phase out MPCore SEC drivers Leif Lindholm
2024-07-30 14:30   ` Rebecca Cran
2024-07-30 14:48     ` Leif Lindholm
2024-07-30 15:00       ` Ard Biesheuvel
2024-07-30 15:09         ` Leif Lindholm
2024-07-30 15:18           ` Ard Biesheuvel
2024-07-30 15:34             ` Leif Lindholm
2024-07-30 14:18 ` Rebecca Cran via groups.io
2024-07-30 15:48   ` Ard Biesheuvel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240729122215.400402-1-ardb+git@google.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox