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 9AE30740039 for ; Wed, 14 Feb 2024 12:42:46 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=aul5hK8vcWlUPNtocXy0L/skb9wJgkmSYD44li7+WcI=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1707914565; v=1; b=jhXgbZbTefG0RamTL8Kc4q76+bAD8BptSHvGUWWZpkaMRw1jJNWsLHPsUJBPLdRaLC+7Wv9/ EQ7I3UIq8WQUeUMyFioV/JGI6m3ZCVljFkG17ijfa5gls7K2/WS2HU58mq/Lj3eDxMEMS7nwR8z k1WKgvK0ukvNbgCx3YBh0Rks= X-Received: by 127.0.0.2 with SMTP id vvywYY7687511xslxm2fRDYU; Wed, 14 Feb 2024 04:42:45 -0800 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.40655.1707914564611932562 for ; Wed, 14 Feb 2024 04:42:44 -0800 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 496D9DA7; Wed, 14 Feb 2024 04:43:25 -0800 (PST) X-Received: from e126645.home (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D4D453F5A1; Wed, 14 Feb 2024 04:42:42 -0800 (PST) From: "PierreGondois" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Pierre Gondois Subject: [edk2-devel] [PATCH 1/2] ArmPkg: Remove ArmCortexA5x.h Date: Wed, 14 Feb 2024 13:42:23 +0100 Message-Id: <20240214124224.309887-2-pierre.gondois@arm.com> In-Reply-To: <20240214124224.309887-1-pierre.gondois@arm.com> References: <20240214124224.309887-1-pierre.gondois@arm.com> MIME-Version: 1.0 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,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: tr3FmsqSbxf2GvKgF3dCVlMRx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=jhXgbZbT; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io The last reference to ArmCortexA5x.h was removed in: commit: cffa7925a293 ("ArmPkg: remove ArmCpuLib header and implementations") There are no reference to the file in the edk2-platforms repository. Remove the file. Signed-off-by: Pierre Gondois --- ArmPkg/Include/Chipset/ArmCortexA5x.h | 44 --------------------------- 1 file changed, 44 deletions(-) delete mode 100644 ArmPkg/Include/Chipset/ArmCortexA5x.h diff --git a/ArmPkg/Include/Chipset/ArmCortexA5x.h b/ArmPkg/Include/Chipset= /ArmCortexA5x.h deleted file mode 100644 index cc8b23b96475..000000000000 --- a/ArmPkg/Include/Chipset/ArmCortexA5x.h +++ /dev/null @@ -1,44 +0,0 @@ -/** @file=0D -=0D - Copyright (c) 2012 - 2021, Arm Limited. All rights reserved.
=0D -=0D - SPDX-License-Identifier: BSD-2-Clause-Patent=0D -=0D -**/=0D -=0D -#ifndef ARM_CORTEX_A5X_H_=0D -#define ARM_CORTEX_A5X_H_=0D -=0D -//=0D -// Cortex A5x feature bit definitions=0D -//=0D -#define A5X_FEATURE_SMP (1 << 6)=0D -=0D -//=0D -// Helper functions to access CPU Extended Control Register=0D -//=0D -UINT64=0D -EFIAPI=0D -ArmReadCpuExCr (=0D - VOID=0D - );=0D -=0D -VOID=0D -EFIAPI=0D -ArmWriteCpuExCr (=0D - IN UINT64 Val=0D - );=0D -=0D -VOID=0D -EFIAPI=0D -ArmSetCpuExCrBit (=0D - IN UINT64 Bits=0D - );=0D -=0D -VOID=0D -EFIAPI=0D -ArmUnsetCpuExCrBit (=0D - IN UINT64 Bits=0D - );=0D -=0D -#endif // ARM_CORTEX_A5X_H_=0D --=20 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115447): https://edk2.groups.io/g/devel/message/115447 Mute This Topic: https://groups.io/mt/104351710/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-