]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
Add ARM support to BaseIoLibIntrinsic
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
index cea38271eb1b03c4cfb370576c06e3d1839cf19d..11fffce3abf045c93edc1eb64b6a42fcf382e3ab 100644 (file)
@@ -5,7 +5,8 @@
 #  for IA-32 and x64.  On IPF, I/O port requests are translated into MMIO requests.\r
 #  MMIO requests are forwarded directly to memory.\r
 #\r
-#  Copyright (c) 2007 - 2008, Intel Corporation.\r
+#  Copyright (c) 2007 - 2008, Intel Corporation.<BR>\r
+#  Portions Copyright (c) 2008-2009 Apple Inc.<BR>
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -27,7 +28,7 @@
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF ARM\r
 #\r
 \r
 [Sources.common]\r
@@ -35,7 +36,7 @@
   BaseIoLibIntrinsicInternal.h\r
   IoHighLevel.c\r
 \r
-[Sources.Ia32]\r
+[Sources.IA32]\r
   IoLibGcc.c    | GCC\r
   IoLibMsc.c    | MSFT\r
   IoLibIcc.c    | INTEL\r
@@ -50,6 +51,9 @@
 [Sources.IPF]\r
   IoLibIpf.c\r
 \r
+[Sources.ARM]
+  IoLibArm.c
+
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r