]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Renamed remotely
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 27 Sep 2008 06:44:01 +0000 (06:44 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 27 Sep 2008 06:44:01 +0000 (06:44 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6046 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ia32/X86LocalApicTimerInitialize.asm [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ia32/x86LocalApicTimerInitialize.asm [deleted file]

diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ia32/X86LocalApicTimerInitialize.asm b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ia32/X86LocalApicTimerInitialize.asm
new file mode 100644 (file)
index 0000000..428cc64
--- /dev/null
@@ -0,0 +1,43 @@
+; Copyright (c) 2007, Intel Corporation                                                         \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
+; which accompanies this distribution.  The full text of the license may be found at        \r
+; http://opensource.org/licenses/bsd-license.php                                            \r
+;                                                                                           \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
+; Module Name:\r
+;\r
+;   x86LocalApicTimerInitialize.Asm\r
+;\r
+; Abstract:\r
+;\r
+;   Initialize Local Apic Timer\r
+;\r
+; Notes:\r
+;\r
+;------------------------------------------------------------------------------\r
+\r
+    .386\r
+    .model  flat,C\r
+    .code\r
+\r
+InternalX86GetApicBase    PROTO   C\r
+\r
+;------------------------------------------------------------------------------\r
+; VOID\r
+; EFIAPI\r
+; CpuInitLocalApicTimer (\r
+;   VOID\r
+;   );\r
+;------------------------------------------------------------------------------\r
+CpuInitLocalApicTimer    PROC\r
+    call InternalX86GetApicBase\r
+    mov dword ptr ds:[eax + 3e0h], 0ah\r
+    bts dword ptr ds:[eax + 320h], 17\r
+    mov dword ptr ds:[eax + 380h], -1\r
+    ret\r
+CpuInitLocalApicTimer    ENDP\r
+\r
+    END\r
diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ia32/x86LocalApicTimerInitialize.asm b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ia32/x86LocalApicTimerInitialize.asm
deleted file mode 100644 (file)
index 428cc64..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-; Copyright (c) 2007, Intel Corporation                                                         \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
-; which accompanies this distribution.  The full text of the license may be found at        \r
-; http://opensource.org/licenses/bsd-license.php                                            \r
-;                                                                                           \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
-; Module Name:\r
-;\r
-;   x86LocalApicTimerInitialize.Asm\r
-;\r
-; Abstract:\r
-;\r
-;   Initialize Local Apic Timer\r
-;\r
-; Notes:\r
-;\r
-;------------------------------------------------------------------------------\r
-\r
-    .386\r
-    .model  flat,C\r
-    .code\r
-\r
-InternalX86GetApicBase    PROTO   C\r
-\r
-;------------------------------------------------------------------------------\r
-; VOID\r
-; EFIAPI\r
-; CpuInitLocalApicTimer (\r
-;   VOID\r
-;   );\r
-;------------------------------------------------------------------------------\r
-CpuInitLocalApicTimer    PROC\r
-    call InternalX86GetApicBase\r
-    mov dword ptr ds:[eax + 3e0h], 0ah\r
-    bts dword ptr ds:[eax + 320h], 17\r
-    mov dword ptr ds:[eax + 380h], -1\r
-    ret\r
-CpuInitLocalApicTimer    ENDP\r
-\r
-    END\r