From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 859B7D81194 for ; Wed, 14 Feb 2024 13:26:49 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Mwuep3lIUTZiMUS0cgdmGiXqRTkY9/+fjYsuoWDBsGA=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1707917208; v=1; b=ssOAdl6YuuCgSx+aMCj4txG/zGDPBIycjAmdQEFNqxlP0x0jKDVSHX4arUdotsQvzJTFPQZx 7yB+zQlbEqB7b2FKWFFUS5DfgIK8xznj7V+J+z3RzM0jAuUU8+r5dPGIwGr8TshN5d8IK/axN5Y 8xYV4mmXaJ5EtosGlG3Lg2lY= X-Received: by 127.0.0.2 with SMTP id NGn3YY7687511xXtflyl4BRt; Wed, 14 Feb 2024 05:26:48 -0800 X-Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.41423.1707917207564087233 for ; Wed, 14 Feb 2024 05:26:47 -0800 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0ADD661952 for ; Wed, 14 Feb 2024 13:26:47 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id A9E5AC433F1 for ; Wed, 14 Feb 2024 13:26:46 +0000 (UTC) X-Received: by mail-lf1-f44.google.com with SMTP id 2adb3069b0e04-5118290fcd8so4553803e87.3 for ; Wed, 14 Feb 2024 05:26:46 -0800 (PST) X-Gm-Message-State: 47Mx59czi4F7vvugKNDpRpz8x7686176AA= X-Google-Smtp-Source: AGHT+IGseLWVsZjx0yBCRCu7BsIeLqhU9KM+6EVNu7izMlZ0ocEfLTtqXihim38jf5xF9+74RyVBVCFj1Y4Xk6ikM3Y= X-Received: by 2002:a05:6512:511:b0:511:4d3c:8e17 with SMTP id o17-20020a056512051100b005114d3c8e17mr1752637lfb.37.1707917204908; Wed, 14 Feb 2024 05:26:44 -0800 (PST) MIME-Version: 1.0 References: <20240214124348.310345-1-Pierre.Gondois@arm.com> In-Reply-To: <20240214124348.310345-1-Pierre.Gondois@arm.com> From: "Ard Biesheuvel" Date: Wed, 14 Feb 2024 14:26:33 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH 0/3] Platform/ARM: Remove ArmVExpressLibSec and CTA15-A7 support To: Pierre.Gondois@arm.com Cc: devel@edk2.groups.io, Thomas Abraham , Leif Lindholm , Sami Mujawar 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 Reply-To: devel@edk2.groups.io,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=ssOAdl6Y; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (policy=none) On Wed, 14 Feb 2024 at 13:44, wrote: > > From: Pierre Gondois > > 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 > .../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] -=-=-=-=-=-=-=-=-=-=-=-