]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Core/DxeIplPeim/Non-existing.c
• Set the default value of PcdDxeIplSwitchToLongMode to TRUE.
[mirror_edk2.git] / EdkModulePkg / Core / DxeIplPeim / Non-existing.c
CommitLineData
abb26634 1/** @file\r
2 Non-existing functions other than Ia32 architecture.\r
3\r
4 Copyright (c) 2006, Intel Corporation\r
5 All rights reserved. This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13 Module Name: Non-existing.c\r
14\r
15**/\r
16\r
17#include "DxeIpl.h"\r
18\r
19EFI_PHYSICAL_ADDRESS\r
20CreateIdentityMappingPageTables (\r
21 IN UINT32 NumberOfProcessorPhysicalAddressBits\r
22 )\r
23{\r
24 //\r
25 // This function cannot work on non-Ia32 architecture.\r
26 //\r
27 ASSERT (FALSE);\r
28 return 0;\r
29}\r
30\r
31VOID\r
32ActivateLongMode (\r
33 IN EFI_PHYSICAL_ADDRESS PageTables,\r
34 IN EFI_PHYSICAL_ADDRESS HobStart,\r
35 IN EFI_PHYSICAL_ADDRESS Stack,\r
36 IN EFI_PHYSICAL_ADDRESS CodeEntryPoint1,\r
37 IN EFI_PHYSICAL_ADDRESS CodeEntryPoint2\r
38 )\r
39{\r
40 //\r
41 // This function cannot work on non-Ia32 architecture.\r
42 //\r
43 ASSERT (FALSE);\r
44}\r
45\r
46VOID\r
47LoadGo64Gdt(\r
48 VOID\r
49 )\r
50{\r
51 //\r
52 // This function cannot work on non-Ia32 architecture.\r
53 //\r
54 ASSERT (FALSE);\r
55}\r