]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
MdeModulePkg/EbcDxe: prepare support for EBC Debugger
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
index 0dfe005e7bae34a41682d6cd980ac328188dfa88..d11888e25f920085954a13523abee80d429d555f 100644 (file)
@@ -5,6 +5,7 @@
 #  platform and processor-independent mechanisms for loading and executing EFI\r
 #  device drivers.\r
 #\r
+#  Copyright (c) 2015, The Linux Foundation. All rights reserved.\r
 #  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF AARCH64\r
 #\r
 \r
 [Sources]\r
+  EbcDebuggerHook.h\r
+  EbcDebuggerHook.c\r
   EbcExecute.h\r
   EbcExecute.c\r
   EbcInt.h\r
 \r
 [Sources.Ia32]\r
   Ia32/EbcSupport.c\r
+  Ia32/EbcLowLevel.nasm\r
   Ia32/EbcLowLevel.S\r
   Ia32/EbcLowLevel.asm\r
 \r
 [Sources.X64]\r
   X64/EbcSupport.c\r
+  X64/EbcLowLevel.nasm\r
   X64/EbcLowLevel.S\r
   X64/EbcLowLevel.asm\r
 \r
@@ -52,6 +57,9 @@
   Ipf/EbcSupport.c\r
   Ipf/EbcLowLevel.s\r
 \r
+[Sources.AARCH64]\r
+  AArch64/EbcSupport.c\r
+  AArch64/EbcLowLevel.S\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -82,4 +90,4 @@
 # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
-  EbcDxeExtra.uni
\ No newline at end of file
+  EbcDxeExtra.uni\r