]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib_Edk2.inf
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / RuntimeDxe / EfiRuntimeLib / EfiRuntimeLib_Edk2.inf
index 40e3867f7b5937bc50bbb5bda8e5e1a728d329b0..b9b48872b955b9204dbd3802463967c0c69b79ac 100644 (file)
@@ -1,7 +1,7 @@
 #/*++\r
 #\r
-# Copyright (c) 2004 - 2007, Intel Corporation                                                         \r
-# All rights reserved. This program and the accompanying materials                          \r
+# Copyright (c) 2004 - 2008, 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
 # which accompanies this distribution.  The full text of the license may be found at        \r
 # http://opensource.org/licenses/bsd-license.php                                            \r
@@ -32,20 +32,24 @@ COMPONENT_TYPE  = LIBRARY
   RtDevicePath.c\r
 \r
 [sources.ia32]\r
-  ia32/RuntimeLib.c\r
-  ia32/IoLib.c\r
-  ia32/Lock.c\r
-  ia32/PlatformIoLib.c\r
-  ia32/Fvb.c\r
+  Ia32/RuntimeLib.c\r
+  Ia32/IoLib.c\r
+  Ia32/Lock.c\r
+  Ia32/PlatformIoLib.c\r
+  Ia32/Fvb.c\r
+  Ia32/CpuFlushCache.c         | MSFT\r
+  Ia32/CpuFlushCache.asm  | INTEL\r
+  Ia32/CpuFlushCache.S    | GCC\r
 \r
 [sources.x64]\r
-  x64/RuntimeLib.c\r
-  x64/IoLib.c\r
-  x64/Lock.c\r
-  x64/PlatformIoLib.c\r
-  x64/Fvb.c\r
-  x64/RuntimeLibAsm.asm     | MSFT\r
-  x64/RuntimeLibAsm.asm     | INTEL\r
+  X64/RuntimeLib.c\r
+  X64/IoLib.c\r
+  X64/Lock.c\r
+  X64/PlatformIoLib.c\r
+  X64/Fvb.c\r
+  X64/RuntimeLibAsm.asm     | MSFT\r
+  X64/RuntimeLibAsm.asm     | INTEL\r
+  X64/RuntimeLibAsm.S       | GCC\r
 \r
 [sources.ipf]\r
   Ipf/RuntimeLib.c\r
@@ -53,6 +57,11 @@ COMPONENT_TYPE  = LIBRARY
   Ipf/Fvb.c\r
   Ipf/EsalLib.s\r
   Ipf/IpfCpuCache.s\r
+  #\r
+  # Only for CYGWINGCC IPF tool chain, EFI_BREAKPOINT and MEMORY_FENCE\r
+  # is defined as two functions EcpEfiBreakPoint and EcpMemoryFence.\r
+  #\r
+  Ipf/AsmCpuMisc.s | GCC\r
 \r
 [sources.ebc]\r
   Ebc/RuntimeLib.c\r