]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
MdePkg: Added ARM Aarch64 architecture support
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
index 11fffce3abf045c93edc1eb64b6a42fcf382e3ab..e88ebc63c5698ae3d725c1b288f4e8750c6d8288 100644 (file)
@@ -1,22 +1,22 @@
-#/** @file\r
+## @file\r
 #  Instance of I/O Library using compiler intrinsics.\r
 #\r
 #  I/O Library that uses compiler intrinsics to perform IN and OUT instructions\r
 #  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.<BR>\r
-#  Portions Copyright (c) 2008-2009 Apple Inc.<BR>
+#  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
+#  http://opensource.org/licenses/bsd-license.php.\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF ARM\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF ARM AARCH64\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   IoLibMmioBuffer.c\r
   BaseIoLibIntrinsicInternal.h\r
   IoHighLevel.c\r
 [Sources.IPF]\r
   IoLibIpf.c\r
 \r
-[Sources.ARM]
-  IoLibArm.c
-
+[Sources.ARM]\r
+  IoLibArm.c\r
+\r
+[Sources.AARCH64]\r
+  IoLibArm.c\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r