IntelFrameworkPkg/Include/Framework/DxeCis.h File Reference


Data Structures

struct  FRAMEWORK_EFI_RUNTIME_SERVICES
struct  FRAMEWORK_EFI_BOOT_SERVICES

Defines

#define EFI_EVENT_RUNTIME_CONTEXT   0x20000000
#define EFI_EVENT_NOTIFY_SIGNAL_ALL   0x00000400
#define EFI_EVENT_SIGNAL_READY_TO_BOOT   0x00000203
#define EFI_EVENT_SIGNAL_LEGACY_BOOT   0x00000204

Typedefs

typedef VOID(EFIAPI * FRAMEWORK_EFI_AP_PROCEDURE )(IN VOID *Buffer)

Detailed Description

Include file for definitions in the Intel Platform Innovation Framework for EFI Driver Execution Environment Core Interface Specification (DXE CIS) Version 0.91.

Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that 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.


Define Documentation

#define EFI_EVENT_NOTIFY_SIGNAL_ALL   0x00000400

#define EFI_EVENT_RUNTIME_CONTEXT   0x20000000

#define EFI_EVENT_SIGNAL_LEGACY_BOOT   0x00000204

#define EFI_EVENT_SIGNAL_READY_TO_BOOT   0x00000203


Typedef Documentation

typedef VOID(EFIAPI * FRAMEWORK_EFI_AP_PROCEDURE)(IN VOID *Buffer)

Functions of this type are used with the Framework MP Services Protocol and the SMM Services Table to execute a procedure on enabled APs. The context the AP should use durng execution is specified by Buffer.

Parameters:
[in] Buffer The pointer to the procedure's argument.


Generated on Wed Sep 2 13:08:33 2015 for IntelFrameworkPkg[ALL] by  doxygen 1.5.7.1