2008-04-08 05:01:25 +02:00
|
|
|
/** @file
|
|
|
|
Header file for DxeIpl PEIM.
|
2007-07-05 09:05:28 +02:00
|
|
|
|
2008-04-08 05:01:25 +02:00
|
|
|
Copyright (c) 2006 - 2008, Intel Corporation. <BR>
|
2007-07-05 09:05:28 +02:00
|
|
|
All rights reserved. This program and the accompanying materials
|
|
|
|
are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
which accompanies this distribution. The full text of the license may be found at
|
|
|
|
http://opensource.org/licenses/bsd-license.php
|
|
|
|
|
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
|
2007-12-10 04:47:56 +01:00
|
|
|
**/
|
2007-07-05 09:05:28 +02:00
|
|
|
|
|
|
|
#ifndef __PEI_DXEIPL_H__
|
|
|
|
#define __PEI_DXEIPL_H__
|
|
|
|
|
2007-07-10 18:13:56 +02:00
|
|
|
#include <PiPei.h>
|
|
|
|
#include <Ppi/DxeIpl.h>
|
|
|
|
#include <Protocol/EdkDecompress.h>
|
|
|
|
#include <Ppi/EndOfPeiPhase.h>
|
|
|
|
#include <Protocol/CustomizedDecompress.h>
|
|
|
|
#include <Protocol/Decompress.h>
|
|
|
|
#include <Ppi/MemoryDiscovered.h>
|
2007-11-27 03:47:37 +01:00
|
|
|
#include <Ppi/ReadOnlyVariable2.h>
|
|
|
|
#include <Guid/MemoryTypeInformation.h>
|
2007-09-24 13:38:43 +02:00
|
|
|
#include <Ppi/Decompress.h>
|
|
|
|
#include <Ppi/FirmwareVolumeInfo.h>
|
|
|
|
|
2007-11-08 04:57:04 +01:00
|
|
|
#include <Guid/MemoryAllocationHob.h>
|
2007-09-24 13:38:43 +02:00
|
|
|
#include <Guid/FirmwareFileSystem2.h>
|
|
|
|
|
2007-07-10 18:13:56 +02:00
|
|
|
#include <Library/DebugLib.h>
|
|
|
|
#include <Library/PeimEntryPoint.h>
|
|
|
|
#include <Library/BaseLib.h>
|
|
|
|
#include <Library/HobLib.h>
|
|
|
|
#include <Library/PeiServicesLib.h>
|
|
|
|
#include <Library/ReportStatusCodeLib.h>
|
|
|
|
#include <Library/CacheMaintenanceLib.h>
|
|
|
|
#include <Library/UefiDecompressLib.h>
|
2007-09-29 10:04:29 +02:00
|
|
|
#include <Library/ExtractGuidedSectionLib.h>
|
2007-07-10 18:13:56 +02:00
|
|
|
#include <Library/PeiServicesTablePointerLib.h>
|
|
|
|
#include <Library/BaseMemoryLib.h>
|
|
|
|
#include <Library/MemoryAllocationLib.h>
|
|
|
|
#include <Library/PcdLib.h>
|
|
|
|
#include <Library/PeCoffLib.h>
|
2007-09-26 11:35:36 +02:00
|
|
|
#include <Library/S3Lib.h>
|
|
|
|
#include <Library/RecoveryLib.h>
|
2007-07-05 09:05:28 +02:00
|
|
|
|
|
|
|
#define STACK_SIZE 0x20000
|
|
|
|
#define BSP_STORE_SIZE 0x4000
|
|
|
|
|
|
|
|
#define GET_OCCUPIED_SIZE(ActualSize, Alignment) ((ActualSize + (Alignment - 1)) & ~(Alignment - 1))
|
|
|
|
|
|
|
|
extern BOOLEAN gInMemory;
|
|
|
|
|
|
|
|
EFI_STATUS
|
|
|
|
PeiLoadFile (
|
2007-09-24 13:38:43 +02:00
|
|
|
IN EFI_PEI_FILE_HANDLE FileHandle,
|
2007-07-05 09:05:28 +02:00
|
|
|
OUT EFI_PHYSICAL_ADDRESS *ImageAddress,
|
|
|
|
OUT UINT64 *ImageSize,
|
|
|
|
OUT EFI_PHYSICAL_ADDRESS *EntryPoint
|
|
|
|
)
|
|
|
|
;
|
|
|
|
|
2007-09-24 13:38:43 +02:00
|
|
|
EFI_STATUS
|
2007-12-06 10:52:27 +01:00
|
|
|
DxeIplFindDxeCore (
|
2007-09-24 13:38:43 +02:00
|
|
|
OUT EFI_PEI_FILE_HANDLE *FileHandle
|
|
|
|
)
|
|
|
|
;
|
2007-07-05 09:05:28 +02:00
|
|
|
|
|
|
|
EFI_STATUS
|
|
|
|
GetImageReadFunction (
|
|
|
|
IN PE_COFF_LOADER_IMAGE_CONTEXT *ImageContext
|
|
|
|
)
|
|
|
|
;
|
|
|
|
|
|
|
|
EFI_STATUS
|
|
|
|
EFIAPI
|
|
|
|
DxeLoadCore (
|
|
|
|
IN EFI_DXE_IPL_PPI *This,
|
|
|
|
IN EFI_PEI_SERVICES **PeiServices,
|
|
|
|
IN EFI_PEI_HOB_POINTERS HobList
|
|
|
|
);
|
|
|
|
|
|
|
|
VOID
|
|
|
|
HandOffToDxeCore (
|
|
|
|
IN EFI_PHYSICAL_ADDRESS DxeCoreEntryPoint,
|
|
|
|
IN EFI_PEI_HOB_POINTERS HobList,
|
|
|
|
IN EFI_PEI_PPI_DESCRIPTOR *EndOfPeiSignal
|
|
|
|
);
|
|
|
|
|
2007-11-08 04:57:04 +01:00
|
|
|
VOID
|
|
|
|
UpdateStackHob (
|
|
|
|
IN EFI_PHYSICAL_ADDRESS BaseAddress,
|
|
|
|
IN UINT64 Length
|
|
|
|
);
|
|
|
|
|
2007-07-05 09:05:28 +02:00
|
|
|
EFI_STATUS
|
|
|
|
EFIAPI
|
|
|
|
PeimInitializeDxeIpl (
|
2007-09-24 13:38:43 +02:00
|
|
|
IN EFI_PEI_FILE_HANDLE FfsHandle,
|
2007-07-05 09:05:28 +02:00
|
|
|
IN EFI_PEI_SERVICES **PeiServices
|
2007-09-24 13:38:43 +02:00
|
|
|
)
|
|
|
|
;
|
2007-07-05 09:05:28 +02:00
|
|
|
|
|
|
|
|
|
|
|
#endif
|