]> git.proxmox.com Git - mirror_edk2.git/commitdiff
These files are no longer needed as the PE32 and Cache Lib from the MDE make them...
authorajfish <ajfish@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 22 Oct 2006 07:47:29 +0000 (07:47 +0000)
committerajfish <ajfish@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 22 Oct 2006 07:47:29 +0000 (07:47 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1813 6f19259b-4bc3-4df7-8a09-765794883524

EdkModulePkg/Universal/Runtime/RuntimeDxe/Ia32/PeHotRelocateEx.c [deleted file]
EdkModulePkg/Universal/Runtime/RuntimeDxe/Ipf/PeHotRelocateEx.c [deleted file]
EdkModulePkg/Universal/Runtime/RuntimeDxe/Ipf/PeHotRelocateEx.h [deleted file]
EdkModulePkg/Universal/Runtime/RuntimeDxe/x64/PeHotRelocateEx.c [deleted file]

diff --git a/EdkModulePkg/Universal/Runtime/RuntimeDxe/Ia32/PeHotRelocateEx.c b/EdkModulePkg/Universal/Runtime/RuntimeDxe/Ia32/PeHotRelocateEx.c
deleted file mode 100644 (file)
index 7678c4d..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, 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
-    PeHotRelocateEx.c\r
-\r
-Abstract:\r
-\r
-    Stub to resolve the IPF hook that handles IPF specific relocation types\r
-\r
-\r
-Revision History\r
-\r
---*/\r
-\r
-#include "Runtime.h"\r
-\r
-\r
-//\r
-// Cache Flush Routine.\r
-//\r
-EFI_STATUS\r
-FlushCpuCache (\r
-  IN EFI_PHYSICAL_ADDRESS          Start,\r
-  IN UINT64                        Length\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  Flush cache with specified range.\r
-\r
-Arguments:\r
-\r
-  Start   - Start address\r
-  Length  - Length in bytes\r
-\r
-Returns:\r
-\r
-  Status code\r
-  \r
-  EFI_SUCCESS - success\r
-\r
---*/\r
-{\r
-  return EFI_SUCCESS;\r
-}\r
diff --git a/EdkModulePkg/Universal/Runtime/RuntimeDxe/Ipf/PeHotRelocateEx.c b/EdkModulePkg/Universal/Runtime/RuntimeDxe/Ipf/PeHotRelocateEx.c
deleted file mode 100644 (file)
index 97bdae0..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, 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
-    PeHotRelocateEx.c\r
-\r
-Abstract:\r
-\r
-    Fixes IPF specific relocation types\r
-\r
-\r
-Revision History\r
-\r
---*/\r
-\r
-#include "Runtime.h"\r
-\r
-//\r
-// Cache Flush Routine.\r
-//\r
-EFI_STATUS\r
-FlushCpuCache (\r
-  IN EFI_PHYSICAL_ADDRESS          Start,\r
-  IN UINT64                        Length\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  Flush cache with specified range.\r
-\r
-Arguments:\r
-\r
-  Start   - Start address\r
-  Length  - Length in bytes\r
-\r
-Returns:\r
-\r
-  Status code\r
-  \r
-  EFI_SUCCESS - success\r
-\r
---*/\r
-{\r
-  SalFlushCache (Start, Length);\r
-  return EFI_SUCCESS;\r
-}\r
diff --git a/EdkModulePkg/Universal/Runtime/RuntimeDxe/Ipf/PeHotRelocateEx.h b/EdkModulePkg/Universal/Runtime/RuntimeDxe/Ipf/PeHotRelocateEx.h
deleted file mode 100644 (file)
index 00c3c10..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, 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
-    PeHotRelocateEx.h\r
-\r
-Abstract:\r
-\r
-    Fixes Intel Itanium(TM) specific relocation types\r
-\r
-\r
-Revision History\r
-\r
---*/\r
-\r
-#ifndef _PEHOTRELOCATE_EX_H_\r
-#define _PEHOTRELOCATE_EX_H_\r
-\r
-#define EXT_IMM64(Value, Address, Size, InstPos, ValPos) \\r
-  Value |= (((UINT64) ((*(Address) >> InstPos) & (((UINT64) 1 << Size) - 1))) << ValPos)\r
-\r
-#define INS_IMM64(Value, Address, Size, InstPos, ValPos) \\r
-   * (UINT32 *) Address = \\r
-    (*(UINT32 *) Address &~(((1 << Size) - 1) << InstPos)) | \\r
-      ((UINT32) ((((UINT64) Value >> ValPos) & (((UINT64) 1 << Size) - 1))) << InstPos)\r
-\r
-#define IMM64_IMM7B_INST_WORD_X       3\r
-#define IMM64_IMM7B_SIZE_X            7\r
-#define IMM64_IMM7B_INST_WORD_POS_X   4\r
-#define IMM64_IMM7B_VAL_POS_X         0\r
-\r
-#define IMM64_IMM9D_INST_WORD_X       3\r
-#define IMM64_IMM9D_SIZE_X            9\r
-#define IMM64_IMM9D_INST_WORD_POS_X   18\r
-#define IMM64_IMM9D_VAL_POS_X         7\r
-\r
-#define IMM64_IMM5C_INST_WORD_X       3\r
-#define IMM64_IMM5C_SIZE_X            5\r
-#define IMM64_IMM5C_INST_WORD_POS_X   13\r
-#define IMM64_IMM5C_VAL_POS_X         16\r
-\r
-#define IMM64_IC_INST_WORD_X          3\r
-#define IMM64_IC_SIZE_X               1\r
-#define IMM64_IC_INST_WORD_POS_X      12\r
-#define IMM64_IC_VAL_POS_X            21\r
-\r
-#define IMM64_IMM41a_INST_WORD_X      1\r
-#define IMM64_IMM41a_SIZE_X           10\r
-#define IMM64_IMM41a_INST_WORD_POS_X  14\r
-#define IMM64_IMM41a_VAL_POS_X        22\r
-\r
-#define IMM64_IMM41b_INST_WORD_X      1\r
-#define IMM64_IMM41b_SIZE_X           8\r
-#define IMM64_IMM41b_INST_WORD_POS_X  24\r
-#define IMM64_IMM41b_VAL_POS_X        32\r
-\r
-#define IMM64_IMM41c_INST_WORD_X      2\r
-#define IMM64_IMM41c_SIZE_X           23\r
-#define IMM64_IMM41c_INST_WORD_POS_X  0\r
-#define IMM64_IMM41c_VAL_POS_X        40\r
-\r
-#define IMM64_SIGN_INST_WORD_X        3\r
-#define IMM64_SIGN_SIZE_X             1\r
-#define IMM64_SIGN_INST_WORD_POS_X    27\r
-#define IMM64_SIGN_VAL_POS_X          63\r
-\r
-#endif\r
diff --git a/EdkModulePkg/Universal/Runtime/RuntimeDxe/x64/PeHotRelocateEx.c b/EdkModulePkg/Universal/Runtime/RuntimeDxe/x64/PeHotRelocateEx.c
deleted file mode 100644 (file)
index 7678c4d..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, 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
-    PeHotRelocateEx.c\r
-\r
-Abstract:\r
-\r
-    Stub to resolve the IPF hook that handles IPF specific relocation types\r
-\r
-\r
-Revision History\r
-\r
---*/\r
-\r
-#include "Runtime.h"\r
-\r
-\r
-//\r
-// Cache Flush Routine.\r
-//\r
-EFI_STATUS\r
-FlushCpuCache (\r
-  IN EFI_PHYSICAL_ADDRESS          Start,\r
-  IN UINT64                        Length\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  Flush cache with specified range.\r
-\r
-Arguments:\r
-\r
-  Start   - Start address\r
-  Length  - Length in bytes\r
-\r
-Returns:\r
-\r
-  Status code\r
-  \r
-  EFI_SUCCESS - success\r
-\r
---*/\r
-{\r
-  return EFI_SUCCESS;\r
-}\r