public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ardb@kernel.org>
To: Pierre.Gondois@arm.com
Cc: devel@edk2.groups.io, Thomas Abraham <thomas.abraham@arm.com>,
	 Leif Lindholm <quic_llindhol@quicinc.com>,
	Sami Mujawar <sami.mujawar@arm.com>
Subject: Re: [edk2-devel] [PATCH 0/3] Platform/ARM: Remove ArmVExpressLibSec and CTA15-A7 support
Date: Wed, 14 Feb 2024 14:26:33 +0100	[thread overview]
Message-ID: <CAMj1kXE=Tn5ustG=Oxo_n2vmg3c0bPNWhQvScuKJRfjRn_4-zg@mail.gmail.com> (raw)
In-Reply-To: <20240214124348.310345-1-Pierre.Gondois@arm.com>

On Wed, 14 Feb 2024 at 13:44, <Pierre.Gondois@arm.com> wrote:
>
> From: Pierre Gondois <pierre.gondois@arm.com>
>
> Following the discussion at:
> https://edk2.groups.io/g/devel/message/115378
>
> Remove:
> - the ArmVExpressLibSec module, containing the last reference to
>   ArmCortexA9.h
> - CTA15-A7 platform support
> - files/modules used by the CTA15-A7 platform.
>
> Pierre Gondois (3):
>   Platform/ARM: Remove ArmVExpressLibSec
>   Platform/ARM: Remove CTA15-A7 platform support
>   Platform/ARM: Remove CTA15-A7 support
>

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>


>  .../ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc  | 286 --------
>  .../ARM/VExpressPkg/ArmVExpress-CTA15-A7.fdf  | 299 --------
>  .../VExpressPkg/ArmVExpress-FVP-AArch64.dsc   |   3 -
>  Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc  |   7 +-
>  .../Drivers/Isp1761UsbDxe/Isp1761UsbDxe.c     | 636 ------------------
>  .../Drivers/Isp1761UsbDxe/Isp1761UsbDxe.h     | 123 ----
>  .../Drivers/Isp1761UsbDxe/Isp1761UsbDxe.inf   |  46 --
>  .../Include/Platform/CTA15-A7/ArmPlatform.h   | 148 ----
>  .../ArmVExpressLibCTA15-A7/ArmVExpressLib.inf |  44 --
>  .../Library/ArmVExpressLibCTA15-A7/CTA15-A7.c | 176 -----
>  .../ArmVExpressLibCTA15-A7/CTA15-A7Helper.S   |  75 ---
>  .../ArmVExpressLibCTA15-A7/CTA15-A7Mem.c      | 172 -----
>  .../ArmVExpressLibRTSM/Arm/RTSMHelper.S       |  91 ---
>  .../ArmVExpressLibRTSM/ArmVExpressLib.inf     |   3 -
>  .../ArmVExpressLibRTSM/ArmVExpressLibSec.inf  |  49 --
>  15 files changed, 1 insertion(+), 2157 deletions(-)
>  delete mode 100644 Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc
>  delete mode 100644 Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.fdf
>  delete mode 100644 Platform/ARM/VExpressPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.c
>  delete mode 100644 Platform/ARM/VExpressPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.h
>  delete mode 100644 Platform/ARM/VExpressPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.inf
>  delete mode 100644 Platform/ARM/VExpressPkg/Include/Platform/CTA15-A7/ArmPlatform.h
>  delete mode 100644 Platform/ARM/VExpressPkg/Library/ArmVExpressLibCTA15-A7/ArmVExpressLib.inf
>  delete mode 100644 Platform/ARM/VExpressPkg/Library/ArmVExpressLibCTA15-A7/CTA15-A7.c
>  delete mode 100644 Platform/ARM/VExpressPkg/Library/ArmVExpressLibCTA15-A7/CTA15-A7Helper.S
>  delete mode 100644 Platform/ARM/VExpressPkg/Library/ArmVExpressLibCTA15-A7/CTA15-A7Mem.c
>  delete mode 100644 Platform/ARM/VExpressPkg/Library/ArmVExpressLibRTSM/Arm/RTSMHelper.S
>  delete mode 100644 Platform/ARM/VExpressPkg/Library/ArmVExpressLibRTSM/ArmVExpressLibSec.inf
>
> --
> 2.25.1
>


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



  parent reply	other threads:[~2024-02-14 13:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-14 12:43 [edk2-devel] [PATCH 0/3] Platform/ARM: Remove ArmVExpressLibSec and CTA15-A7 support PierreGondois
2024-02-14 12:43 ` [edk2-devel] [PATCH 1/3] Platform/ARM: Remove ArmVExpressLibSec PierreGondois
2024-02-14 12:43 ` [edk2-devel] [PATCH 2/3] Platform/ARM: Remove CTA15-A7 platform support PierreGondois
2024-02-14 12:43 ` [edk2-devel] [PATCH 3/3] Platform/ARM: Remove CTA15-A7 support PierreGondois
2024-02-14 13:26 ` Ard Biesheuvel [this message]
2024-03-11 17:03   ` [edk2-devel] [PATCH 0/3] Platform/ARM: Remove ArmVExpressLibSec and " PierreGondois
2024-04-05  2:15 ` Sami Mujawar
2024-04-05  2:18 ` Sami Mujawar

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='CAMj1kXE=Tn5ustG=Oxo_n2vmg3c0bPNWhQvScuKJRfjRn_4-zg@mail.gmail.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