]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibKr1/Ipf/WriteKr1.s
EdkCompatibilityPkg: Removing ipf from edk2.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EdkIIGlueLib / Library / PeiServicesTablePointerLibKr1 / Ipf / WriteKr1.s
diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibKr1/Ipf/WriteKr1.s b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibKr1/Ipf/WriteKr1.s
deleted file mode 100644 (file)
index f2e0c04..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright (c) 2006, 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
-//                                                                                           \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
-//   WriteKr1.s\r
-//\r
-// Abstract:\r
-//\r
-//   Contains assembly code for write Kr1.\r
-//\r
-//--\r
-\r
-  .file  "WriteKr1.s"\r
-\r
-#include  "IpfMacro.i"\r
-\r
-//---------------------------------------------------------------------------------\r
-//++\r
-// AsmWriteKr1\r
-//\r
-// This routine is used to Write KR1. KR1 is used to store Pei Service Table\r
-// Pointer in archeture.\r
-//\r
-// Arguments : r32  Pei Services Table Pointer\r
-//\r
-// On Entry :  None.\r
-//\r
-// Return Value: None.\r
-// \r
-//--\r
-//----------------------------------------------------------------------------------\r
-PROCEDURE_ENTRY (AsmWriteKr1)\r
-        \r
-        mov             ar.k1 = r32;;  // Pei Services Table Pointer\r
-        br.ret.dpnt     b0;;\r
-\r
-PROCEDURE_EXIT (AsmWriteKr1)\r
\ No newline at end of file