mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
c22621b89c
commit
4a4f92fc5f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -25,6 +25,7 @@ Revision History
|
|||
#define _IPF_PEI_MAIN_H_
|
||||
|
||||
#include <PeiMain.h>
|
||||
#include <IndustryStandard/Sal.h>
|
||||
|
||||
SAL_RETURN_REGS
|
||||
GetHandOffStatus (
|
||||
|
|
Loading…
Reference in New Issue