mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
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:
parent
c68fb69dfe
commit
cf323e2839
@ -11,7 +11,7 @@
|
||||
|
||||
#include <Uefi.h>
|
||||
|
||||
#include <Chipset/ArmV7.h>
|
||||
#include <Arm/AArch32.h>
|
||||
|
||||
#include <Library/ArmLib.h>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#include <Library/ArmLib.h>
|
||||
|
||||
#include <Chipset/ArmV7.h>
|
||||
#include <Arm/AArch32.h>
|
||||
|
||||
UINT32
|
||||
ConvertSectionAttributesToPageAttributes (
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include <AsmMacroIoLib.h>
|
||||
|
||||
#include <Chipset/ArmV7.h>
|
||||
#include <Arm/AArch32.h>
|
||||
|
||||
ASM_FUNC(_ModuleEntryPoint)
|
||||
// Do early platform specific actions
|
||||
|
@ -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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user