]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/BaseLib.inf
Fixed GCC 4.4 build issue. Also fixed issue where upper 32-bits may be lost during...
[mirror_edk2.git] / MdePkg / Library / BaseLib / BaseLib.inf
index b240364822ca2e32b6263d7b625b1d45e8a3db3a..6e5bac7efdb2be54846af31ae9137964e45ceaa5 100644 (file)
@@ -1,8 +1,8 @@
-#/** @file\r
+## @file\r
 #  Base Library implementation.\r
 #\r
-#  Copyright (c) 2007 - 2009, Intel Corporation.<BR>\r
-#  Portions Copyright (c) 2008-2009 Apple Inc.<BR>
+#  Copyright (c) 2007 - 2010, Intel Corporation.<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
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -12,7 +12,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -26,7 +26,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC ARM\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   CheckSum.c\r
   SwitchStack.c\r
   SwapBytes64.c\r
   Ipf/AccessPsr.s\r
   Ipf/AccessPmr.s\r
   Ipf/AccessKr.s\r
+  Ipf/AccessKr7.s\r
   Ipf/AccessGcr.s\r
   Ipf/AccessEicr.s\r
   Ipf/AccessDbr.s\r
   Unaligned.c\r
   Math64.c\r
 \r
-[Sources.ARM]
-  Arm/InternalSwitchStack.c
-  Arm/Unaligned.c
-  Math64.c 
-    
-  Arm/SwitchStack.asm        | RVCT
-  Arm/SetJumpLongJump.asm    | RVCT
-  Arm/DisableInterrupts.asm  | RVCT
-  Arm/EnableInterrupts.asm   | RVCT
-  Arm/GetInterruptsState.asm | RVCT
-  Arm/CpuPause.asm           | RVCT
-  Arm/CpuBreakpoint.asm
-  Arm/GccInline.c               | GCC
-  Arm/EnableInterrupts.S        | GCC
-  Arm/DisableInterrupts.S       | GCC
-  Arm/SetJumpLongJump.S         | GCC
-  Arm/CpuBreakpoint.S           | GCC
-
+[Sources.ARM]\r
+  Arm/InternalSwitchStack.c\r
+  Arm/Unaligned.c\r
+  Math64.c                   | RVCT \r
+    \r
+  Arm/SwitchStack.asm        | RVCT\r
+  Arm/SetJumpLongJump.asm    | RVCT\r
+  Arm/DisableInterrupts.asm  | RVCT\r
+  Arm/EnableInterrupts.asm   | RVCT\r
+  Arm/GetInterruptsState.asm | RVCT\r
+  Arm/CpuPause.asm           | RVCT\r
+  Arm/CpuBreakpoint.asm      | RVCT\r
\r
+  Arm/Math64.S                  | GCC\r
+  Arm/GccInline.c               | GCC\r
+  Arm/EnableInterrupts.S        | GCC\r
+  Arm/DisableInterrupts.S       | GCC\r
+  Arm/GetInterruptsState.S      | GCC\r
+  Arm/SetJumpLongJump.S         | GCC\r
+  Arm/CpuBreakpoint.S           | GCC\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r