public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sami Mujawar" <sami.mujawar@arm.com>
To: Pierre.Gondois@arm.com, devel@edk2.groups.io
Cc: Thomas Abraham <thomas.abraham@arm.com>,
	Ard Biesheuvel <ardb+tianocore@kernel.org>,
	Leif Lindholm <quic_llindhol@quicinc.com>,
	"nd@arm.com" <nd@arm.com>
Subject: Re: [edk2-devel] [PATCH 0/3] Platform/ARM: Remove ArmVExpressLibSec and CTA15-A7 support
Date: Fri, 5 Apr 2024 03:15:17 +0100	[thread overview]
Message-ID: <09618f41-2c5b-40dc-b55a-425e078e5924@arm.com> (raw)
In-Reply-To: <20240214124348.310345-1-Pierre.Gondois@arm.com>

Hi Pierre,

Thank you for this series.

Apologies for the delay. These changes look good to me.

Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>

Regards,

Sami Mujawar

On 14/02/2024 12:43 pm, 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
>
>   .../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
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#117450): https://edk2.groups.io/g/devel/message/117450
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-04-05  2:15 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 ` [edk2-devel] [PATCH 0/3] Platform/ARM: Remove ArmVExpressLibSec and " Ard Biesheuvel
2024-03-11 17:03   ` PierreGondois
2024-04-05  2:15 ` Sami Mujawar [this message]
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=09618f41-2c5b-40dc-b55a-425e078e5924@arm.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