]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
MdePkg/BaseIoLibIntrinsic: Add EBC support
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
index d9529eb2e63fced7adcf61ec2017b25a69a6a0db..29b9e8bdfdfac1aa17c72f5368407c43e1f77ae3 100644 (file)
@@ -3,9 +3,10 @@
 #\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
+#  MMIO requests are forwarded directly to memory.  For EBC, I/O port requests\r
+#  ASSERT().\r
 #\r
-#  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #  Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
@@ -29,7 +30,7 @@
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF ARM AARCH64\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC IPF ARM AARCH64\r
 #\r
 \r
 [Sources]\r
   IoLibIcc.c    | INTEL\r
   IoLib.c\r
 \r
+[Sources.EBC]\r
+  IoLibEbc.c\r
+  IoLib.c\r
+\r
 [Sources.IPF]\r
   IoLibIpf.c\r
 \r