]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove this file for no usage.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Nov 2006 08:01:47 +0000 (08:01 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Nov 2006 08:01:47 +0000 (08:01 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2027 6f19259b-4bc3-4df7-8a09-765794883524

EdkModulePkg/Core/DxeIplPeim/Non-existing.c [deleted file]

diff --git a/EdkModulePkg/Core/DxeIplPeim/Non-existing.c b/EdkModulePkg/Core/DxeIplPeim/Non-existing.c
deleted file mode 100644 (file)
index f9f7df7..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-/** @file\r
-  Non-existing functions other than Ia32 architecture.\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:  Non-existing.c\r
-\r
-**/\r
-\r
-#include "DxeIpl.h"\r
-\r
-EFI_PHYSICAL_ADDRESS\r
-CreateIdentityMappingPageTables (\r
-  IN UINT32                NumberOfProcessorPhysicalAddressBits\r
-  )\r
-{\r
-  //\r
-  // This function cannot work on non-Ia32 architecture.\r
-  //\r
-  ASSERT (FALSE);\r
-  return 0;\r
-}\r
-\r
-VOID\r
-ActivateLongMode (\r
-  IN  EFI_PHYSICAL_ADDRESS  PageTables,\r
-  IN  EFI_PHYSICAL_ADDRESS  HobStart,\r
-  IN  EFI_PHYSICAL_ADDRESS  Stack,\r
-  IN  EFI_PHYSICAL_ADDRESS  CodeEntryPoint1,\r
-  IN  EFI_PHYSICAL_ADDRESS  CodeEntryPoint2\r
-  )\r
-{\r
-  //\r
-  // This function cannot work on non-Ia32 architecture.\r
-  //\r
-  ASSERT (FALSE);\r
-}\r
-\r
-VOID\r
-LoadGo64Gdt(\r
-  VOID\r
-  )\r
-{\r
-  //\r
-  // This function cannot work on non-Ia32 architecture.\r
-  //\r
-  ASSERT (FALSE);\r
-}\r