ArmPkg,MdePkg: Move ArmPkg/Chipset/Aarch64[|Mmu].h to MdePkg

Following the discussion at [1] and as the ArmLib relies on them,
move ArmPkg/Chipset/Aarch64[|Mmu].h files to the MdePkg.

Update the path to correctly include the moved files.

[1] https://edk2.groups.io/g/devel/message/111566

Continuous-integration-options: PatchCheck.ignore-multi-package
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
This commit is contained in:
Pierre Gondois 2024-03-11 16:05:46 +01:00 committed by mergify[bot]
parent c68fb69dfe
commit cf323e2839
9 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@
#include <Uefi.h>
#include <Chipset/ArmV7.h>
#include <Arm/AArch32.h>
#include <Library/ArmLib.h>

View File

@ -13,7 +13,7 @@
#include <Library/ArmLib.h>
#include <Library/DebugLib.h>
#include <Chipset/ArmV7.h>
#include <Arm/AArch32.h>
#include "ArmV7Lib.h"
#include "ArmLibPrivate.h"

View File

@ -11,7 +11,7 @@
#include <Library/ArmLib.h>
#include <Chipset/ArmV7.h>
#include <Arm/AArch32.h>
UINT32
ConvertSectionAttributesToPageAttributes (

View File

@ -8,7 +8,7 @@
**/
#include <Uefi.h>
#include <Chipset/ArmV7.h>
#include <Arm/AArch32.h>
#include <Library/BaseMemoryLib.h>
#include <Library/CacheMaintenanceLib.h>
#include <Library/MemoryAllocationLib.h>

View File

@ -17,7 +17,7 @@
#include <Library/CacheMaintenanceLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Chipset/ArmV7.h>
#include <Arm/AArch32.h>
#define __EFI_MEMORY_RWX 0 // no restrictions

View File

@ -7,7 +7,7 @@
#include <AsmMacroIoLib.h>
#include <Chipset/ArmV7.h>
#include <Arm/AArch32.h>
ASM_FUNC(_ModuleEntryPoint)
// Do early platform specific actions

View File

@ -10,7 +10,7 @@
#ifndef ARM_V7_H_
#define ARM_V7_H_
#include <Chipset/ArmV7Mmu.h>
#include <Arm/AArch32Mmu.h>
// ARM Interrupt ID in Exception Table
#define ARM_ARCH_EXCEPTION_IRQ EXCEPT_ARM_IRQ

View File

@ -14,7 +14,7 @@
#include <Uefi/UefiBaseType.h>
#ifdef MDE_CPU_ARM
#include <Chipset/ArmV7.h>
#include <Arm/AArch32.h>
#elif defined (MDE_CPU_AARCH64)
#include <AArch64/AArch64.h>
#else