TianoCore EDK2 master
Loading...
Searching...
No Matches
Sec.h
1/*++ @file
2 Stub SEC that is called from the OS application that is the root of the emulator.
3
4 The OS application will call the SEC with the PEI Entry Point API.
5
6Copyright (c) 2011, Apple Inc. All rights reserved.<BR>
7SPDX-License-Identifier: BSD-2-Clause-Patent
8
9**/
10
11#ifndef __SEC_H___
12#define __SEC_H___
13
14#include <PiPei.h>
15#include <Library/EmuMagicPageLib.h>
16#include <Library/DebugLib.h>
20
22
24EFIAPI
26 IN CONST EFI_PEI_SERVICES **PeiServices,
27 IN EFI_PHYSICAL_ADDRESS TemporaryMemoryBase,
28 IN EFI_PHYSICAL_ADDRESS PermanentMemoryBase,
29 IN UINTN CopySize
30 );
31
32#endif
UINT64 UINTN
STATIC EFI_STATUS EFIAPI SecTemporaryRamSupport(IN CONST EFI_PEI_SERVICES **PeiServices, IN EFI_PHYSICAL_ADDRESS TemporaryMemoryBase, IN EFI_PHYSICAL_ADDRESS PermanentMemoryBase, IN UINTN CopySize)
Definition: Sec.c:35
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
UINT64 EFI_PHYSICAL_ADDRESS
Definition: UefiBaseType.h:50
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29