ArmPkg,MdePkg: Move ArmPkg/Chipset/ArmV7[|Mmu].h to MdePkg
Following the discussion at [1] and as the ArmLib relies on them, move ArmPkg/Chipset/ArmV7[|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:
parent
f2b9d5417d
commit
c68fb69dfe
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include <Uefi.h>
|
||||
|
||||
#include <Chipset/AArch64.h>
|
||||
#include <AArch64/AArch64.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Protocol/DebugSupport.h> // for MAX_AARCH64_EXCEPTION
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#include <Chipset/AArch64.h>
|
||||
#include <AArch64/AArch64.h>
|
||||
#include <Library/PcdLib.h>
|
||||
#include <AsmMacroIoLibV8.h>
|
||||
#include <Protocol/DebugSupport.h> // for exception type definitions
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include <Library/ArmLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
|
||||
#include <Chipset/AArch64.h>
|
||||
#include <AArch64/AArch64.h>
|
||||
|
||||
#include "AArch64Lib.h"
|
||||
#include "ArmLibPrivate.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
#include <Chipset/AArch64.h>
|
||||
#include <AArch64/AArch64.h>
|
||||
#include <AsmMacroIoLibV8.h>
|
||||
|
||||
.set CTRL_M_BIT, (1 << 0)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <Uefi.h>
|
||||
#include <Pi/PiMultiPhase.h>
|
||||
#include <Chipset/AArch64.h>
|
||||
#include <AArch64/AArch64.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/CacheMaintenanceLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
#
|
||||
|
||||
#include <Chipset/AArch64.h>
|
||||
#include <AArch64/AArch64.h>
|
||||
#include <AsmMacroIoLibV8.h>
|
||||
#include <Base.h>
|
||||
#include <AutoGen.h>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#=======================================================================================
|
||||
|
||||
#include <AsmMacroIoLibV8.h>
|
||||
#include <Chipset/AArch64.h>
|
||||
#include <AArch64/AArch64.h>
|
||||
|
||||
// Setup EL1 while in EL1
|
||||
ASM_FUNC(SetupExceptionLevel1)
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "PrePi.h"
|
||||
|
||||
#include <Chipset/AArch64.h>
|
||||
#include <AArch64/AArch64.h>
|
||||
|
||||
VOID
|
||||
ArchInitialize (
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "PrePi.h"
|
||||
|
||||
#include <Chipset/AArch64.h>
|
||||
#include <AArch64/AArch64.h>
|
||||
|
||||
VOID
|
||||
ArchInitialize (
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef AARCH64_H_
|
||||
#define AARCH64_H_
|
||||
|
||||
#include <Chipset/AArch64Mmu.h>
|
||||
#include <AArch64/AArch64Mmu.h>
|
||||
|
||||
// ARM Interrupt ID in Exception Table
|
||||
#define ARM_ARCH_EXCEPTION_IRQ EXCEPT_AARCH64_IRQ
|
|
@ -16,7 +16,7 @@
|
|||
#ifdef MDE_CPU_ARM
|
||||
#include <Chipset/ArmV7.h>
|
||||
#elif defined (MDE_CPU_AARCH64)
|
||||
#include <Chipset/AArch64.h>
|
||||
#include <AArch64/AArch64.h>
|
||||
#else
|
||||
#error "Unknown chipset."
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue