summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/PrePeiCore/AArch64/Exception.S
diff options
context:
space:
mode:
authorPierre Gondois <pierre.gondois@arm.com>2024-03-11 16:04:41 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-06-15 03:57:14 +0000
commitc68fb69dfefa7a76ebad33674a49632c4f8c6926 (patch)
tree89dacc5c7d00e5f2dfc4aedcebbb5d893bd6aef1 /ArmPlatformPkg/PrePeiCore/AArch64/Exception.S
parentf2b9d5417dccf763bcbb68cd0effed0e25890aab (diff)
downloadedk2-c68fb69dfefa7a76ebad33674a49632c4f8c6926.tar.gz
edk2-c68fb69dfefa7a76ebad33674a49632c4f8c6926.tar.bz2
edk2-c68fb69dfefa7a76ebad33674a49632c4f8c6926.zip
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>
Diffstat (limited to 'ArmPlatformPkg/PrePeiCore/AArch64/Exception.S')
-rw-r--r--ArmPlatformPkg/PrePeiCore/AArch64/Exception.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/PrePeiCore/AArch64/Exception.S b/ArmPlatformPkg/PrePeiCore/AArch64/Exception.S
index ffb643a56d..d0d6bc44f7 100644
--- a/ArmPlatformPkg/PrePeiCore/AArch64/Exception.S
+++ b/ArmPlatformPkg/PrePeiCore/AArch64/Exception.S
@@ -5,7 +5,7 @@
#
#
-#include <Chipset/AArch64.h>
+#include <AArch64/AArch64.h>
#include <AsmMacroIoLibV8.h>
#include <Base.h>
#include <AutoGen.h>