diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-11 16:05:47 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-11 16:05:47 +0000 |
commit | 4a4f92fc5f74bde8cf21aacfc030c0dd8d63bdb3 (patch) | |
tree | df0c5501e6127ffdba4eb0559fe61cd2eb498c50 /MdeModulePkg/Core | |
parent | c22621b89c24403dbb762272d63c42fe4d8df181 (diff) | |
download | edk2-platforms-4a4f92fc5f74bde8cf21aacfc030c0dd8d63bdb3.tar.xz |
Fixing the IPF building issue for PeiCore
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3199 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core')
-rw-r--r-- | MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.i | 5 | ||||
-rw-r--r-- | MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s | 5 | ||||
-rw-r--r-- | MdeModulePkg/Core/Pei/Ipf/IpfPeiMain.h | 1 |
3 files changed, 1 insertions, 10 deletions
diff --git a/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.i b/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.i index 548271aa73..c8a209debc 100644 --- a/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.i +++ b/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.i @@ -20,11 +20,6 @@ #ifndef _IPF_CPU_CORE_
#define _IPF_CPU_CORE_
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
-
#define PEI_BSP_STORE_SIZE 0x4000
#define ResetFn 0x00
#define MachineCheckFn 0x01
diff --git a/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s b/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s index b66192eeb4..b1b5e2a2fe 100644 --- a/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s +++ b/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s @@ -1,8 +1,3 @@ -//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
-
//++
// Copyright (c) 2006, Intel Corporation
// All rights reserved. This program and the accompanying materials
diff --git a/MdeModulePkg/Core/Pei/Ipf/IpfPeiMain.h b/MdeModulePkg/Core/Pei/Ipf/IpfPeiMain.h index e2df07378e..f3d1ff503f 100644 --- a/MdeModulePkg/Core/Pei/Ipf/IpfPeiMain.h +++ b/MdeModulePkg/Core/Pei/Ipf/IpfPeiMain.h @@ -25,6 +25,7 @@ Revision History #define _IPF_PEI_MAIN_H_
#include <PeiMain.h>
+#include <IndustryStandard/Sal.h>
SAL_RETURN_REGS
GetHandOffStatus (
|