data_type large_stringclasses 3
values | source large_stringclasses 29
values | code large_stringlengths 98 49.4M | filepath large_stringlengths 5 161 ⌀ | message large_stringclasses 234
values | commit large_stringclasses 234
values | subject large_stringclasses 418
values | critique large_stringlengths 101 1.26M ⌀ | metadata dict |
|---|---|---|---|---|---|---|---|---|
source | edk2 | /** @file
This file provides location, format and authentication status of a firmware volume.
Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This PPI is introduced in PI Version 1.3 errata.
**/
#pragma once
#def... | MdePkg/Include/Ppi/FirmwareVolumeInfo2.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Graphics PPI.
This PPI is the main interface exposed by the Graphics PEIM to be used by the
other firmware modules.
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This PPI is introduced in... | MdePkg/Include/Ppi/Graphics.h | null | null | null | null | null |
source | edk2 | /** @file
If a GUID-defined section is encountered when doing section extraction,
the PEI Foundation or the EFI_PEI_FILE_LOADER_PPI instance
calls the appropriate instance of the GUIDed Section Extraction PPI
to extract the section stream contained therein.
Copyright (c) 2006 - 2018, Intel Corporation. All r... | MdePkg/Include/Ppi/GuidedSectionExtraction.h | null | null | null | null | null |
source | edk2 | /** @file
This PPI manipulates the I2C host controller to perform transactions as a master
on the I2C bus using the current state of any switches or multiplexers in the I2C bus.
Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision ... | MdePkg/Include/Ppi/I2cMaster.h | null | null | null | null | null |
source | edk2 | /** @file
This PPI opens or closes an I/O aperture in a ISA HOST controller.
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This PPI is from PI Version 1.2.1.
**/
#pragma once
#define EFI_ISA_HC_PPI_GUID \
{ \... | MdePkg/Include/Ppi/IsaHc.h | null | null | null | null | null |
source | edk2 | /** @file
Load image file from fv to memory.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This PPI is introduced in PI Version 1.0.
**/
#pragma once
#define EFI_PEI_LOAD_FILE_PPI_GUID \
{ 0xb9e0abfe, 0x5979,... | MdePkg/Include/Ppi/LoadFile.h | null | null | null | null | null |
source | edk2 | /** @file
The file describes the PPI which notifies other drivers
of the PEIM being initialized by the PEI Dispatcher.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This PPI is introduced in PI Version 1.0.
**/... | MdePkg/Include/Ppi/LoadImage.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Boot Mode PPI.
The Master Boot Mode PPI is installed by a PEIM to signal that a final
boot has been determined and set. This signal is useful in that PEIMs
with boot-mode-specific behavior can put this PPI in their dependency expression.
Copyright (c) 2006 - 2018, Intel Corporat... | MdePkg/Include/Ppi/MasterBootMode.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Memory Discovered PPI.
This PPI is published by the PEI Foundation when the main memory is installed.
It is essentially a PPI with no associated interface. Its purpose is to be used
as a signal for other PEIMs who can register for a notification on its installation.
Copyright (c... | MdePkg/Include/Ppi/MemoryDiscovered.h | null | null | null | null | null |
source | edk2 | /** @file
EFI MM Access PPI definition.
This PPI is used to control the visibility of the MMRAM on the platform.
The EFI_PEI_MM_ACCESS_PPI abstracts the location and characteristics of MMRAM. The
principal functionality found in the memory controller includes the following:
- Exposing the MMRAM to all non-MM... | MdePkg/Include/Ppi/MmAccess.h | null | null | null | null | null |
source | edk2 | /** @file
EFI MM Communication PPI definition.
This PPI provides a means of communicating between drivers outside
of MM and MMI handlers inside of MM in PEI phase.
Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Cl... | MdePkg/Include/Ppi/MmCommunication.h | null | null | null | null | null |
source | edk2 | /** @file
EFI MM Communication v3 PPI definition.
This Ppi provides a means of communicating between PEIM and MMI
handlers inside of MM.
Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#... | MdePkg/Include/Ppi/MmCommunication3.h | null | null | null | null | null |
source | edk2 | /** @file
EFI MM Configuration PPI as defined in PI 1.5 specification.
This PPI is used to:
1) report the portions of MMRAM regions which cannot be used for the MMRAM heap.
2) register the MM Foundation entry point with the processor code. The entry
point will be invoked by the MM processor entry code.
... | MdePkg/Include/Ppi/MmConfiguration.h | null | null | null | null | null |
source | edk2 | /** @file
EFI MM Control PPI definition.
This PPI is used initiate synchronous MMI activations. This PPI could be published by a processor
driver to abstract the MMI IPI or a driver which abstracts the ASIC that is supporting the APM port.
Because of the possibility of performing MMI IPI transactions, the abil... | MdePkg/Include/Ppi/MmControl.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares UEFI PI Multi-processor PPI.
This PPI is installed by some platform or chipset-specific PEIM that abstracts
handling multiprocessor support.
Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Refere... | MdePkg/Include/Ppi/MpServices.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares UEFI PI Multi-processor 2 PPI.
This PPI is installed by some platform or chipset-specific PEIM that abstracts
handling multiprocessor support.
Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
... | MdePkg/Include/Ppi/MpServices2.h | null | null | null | null | null |
source | edk2 | /** @file
Native Platform Configuration Database (PCD) PPI
Different with the EFI_PCD_PPI defined in PI 1.2 specification, the native
PCD PPI provide interfaces for dynamic and dynamic-ex type PCD.
The interfaces for dynamic type PCD do not require the token space guid as parameter,
but interfaces for dynami... | MdePkg/Include/Ppi/Pcd.h | null | null | null | null | null |
source | edk2 | /** @file
Native Platform Configuration Database (PCD) INFO PPI
The PPI that provides additional information about items that reside in the PCD database.
Different with the EFI_GET_PCD_INFO_PPI defined in PI 1.2.1 specification,
the native PCD INFO PPI provide interfaces for dynamic and dynamic-ex type PCD.
... | MdePkg/Include/Ppi/PcdInfo.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares PciCfg2 PPI.
This ppi Provides platform or chipset-specific access to
the PCI configuration space for a specific PCI segment.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This PP... | MdePkg/Include/Ppi/PciCfg2.h | null | null | null | null | null |
source | edk2 | /** @file
Header file for Pei Core FV Location PPI.
This PPI contains a pointer to the firmware volume which contains the PEI Foundation.
If the PEI Foundation does not reside in the BFV, then SEC must pass this PPI as a part
of the PPI list provided to the PEI Foundation Entry Point, otherwise the PEI Foundat... | MdePkg/Include/Ppi/PeiCoreFvLocation.h | null | null | null | null | null |
source | edk2 | /** @file
Platform Configuration Database (PCD) PPI defined in PI 1.2 Vol3
A platform database that contains a variety of current platform settings or
directives that can be accessed by a driver or application.
PI PCD ppi only provide the accessing interfaces for Dynamic-Ex type PCD.
This is the base PCD se... | MdePkg/Include/Ppi/PiPcd.h | null | null | null | null | null |
source | edk2 | /** @file
Platform Configuration Database (PCD) Info Ppi defined in PI 1.2.1 Vol3.
The PPI that provides additional information about items that reside in the PCD database.
Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
... | MdePkg/Include/Ppi/PiPcdInfo.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Read-only Variable Service2 PPI.
This ppi permits read-only access to the UEFI variable store during the PEI phase.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This PPI is introduced i... | MdePkg/Include/Ppi/ReadOnlyVariable2.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Recovery Module PPI. This PPI is used to find and load the
recovery files.
A module that produces this PPI has many roles and is responsible for the following:
-# Calling the driver recovery PPI EFI_PEI_DEVICE_RECOVERY_MODULE_PPI.
GetNumberRecoveryCapsules() to determine ... | MdePkg/Include/Ppi/RecoveryModule.h | null | null | null | null | null |
source | edk2 | /** @file
This PPI provides registering and unregistering services to status code consumers.
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#define EFI_PEI_RSC_HANDLER_PPI_GUID \
{ \
0x65d394, 0x9951, 0x4144, {0x82, 0x... | MdePkg/Include/Ppi/ReportStatusCodeHandler.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Reset PPI used to reset the platform.
This PPI is installed by some platform- or chipset-specific PEIM that
abstracts the Reset Service to other agents.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Re... | MdePkg/Include/Ppi/Reset.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Reset2 PPI used to reset the platform.
This PPI is installed by some platform- or chipset-specific PEIM that
abstracts the Reset Service to other agents.
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision... | MdePkg/Include/Ppi/Reset2.h | null | null | null | null | null |
source | edk2 | /** @file
The Random Number Generator (RNG) PPI is used to provide random bits for use
in PEIMs, or entropy for seeding other random number generators. The PPI was
introduced in the PI 1.9 Specification.
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#inc... | MdePkg/Include/Ppi/Rng.h | null | null | null | null | null |
source | edk2 | /** @file
This PPI produces functions to interpret and execute the PI boot script table.
This PPI is published by a PEIM and provides for the restoration of the platform's
configuration when resuming from the ACPI S3 power state. The ability to execute
the boot script may depend on the availability of other PP... | MdePkg/Include/Ppi/S3Resume2.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Sec Hob Data PPI.
This PPI provides a way for the SEC code to pass zero or more HOBs in a HOB list.
Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This PPI is introduced in PI Version 1.... | MdePkg/Include/Ppi/SecHobData.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Sec Platform Information PPI.
This service is the primary handoff state into the PEI Foundation.
The Security (SEC) component creates the early, transitory memory
environment and also encapsulates knowledge of at least the
location of the Boot Firmware Volume (BFV).
Copyright (c... | MdePkg/Include/Ppi/SecPlatformInformation.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Sec Platform Information2 PPI.
This service is the primary handoff state into the PEI Foundation.
This service abstracts platform-specific information for many CPU's.
Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
... | MdePkg/Include/Ppi/SecPlatformInformation2.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Pei Security2 PPI.
This PPI is installed by some platform PEIM that abstracts the security
policy to the PEI Foundation, namely the case of a PEIM's authentication
state being returned during the PEI section extraction process.
Copyright (c) 2006 - 2018, Intel Corporation. All r... | MdePkg/Include/Ppi/Security2.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Smbus2 PPI.
This PPI provides the basic I/O interfaces that a PEIM uses to access its
SMBus controller and the slave devices attached to it.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Refere... | MdePkg/Include/Ppi/Smbus2.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Stall PPI.
This ppi abstracts the blocking stall service to other agents.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This PPI is introduced in PI Version 1.0.
**/
#pragma once
... | MdePkg/Include/Ppi/Stall.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Status Code PPI.
This ppi provides a service that allows PEIMs to report status codes.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This PPI is introduced in PI Version 1.0.
**/
#... | MdePkg/Include/Ppi/StatusCode.h | null | null | null | null | null |
source | edk2 | /** @file
This PPI provides the super I/O register access functionality.
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This PPI is from PI Version 1.2.1.
**/
#pragma once
#include <Protocol/SuperIo.h>
#define ... | MdePkg/Include/Ppi/SuperIo.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Temporary RAM Done PPI.
The PPI that provides a service to disable the use of Temporary RAM.
Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This PPI is introduced in PI Version 1.2.1.... | MdePkg/Include/Ppi/TemporaryRamDone.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Temporary RAM Support PPI.
This Ppi provides the service that migrates temporary RAM into permanent memory.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This PPI is introduced in PI... | MdePkg/Include/Ppi/TemporaryRamSupport.h | null | null | null | null | null |
source | edk2 | /** @file
This file declares Vector Handoff Info PPI that describes an array of
interrupt and/or exception vectors that are in use and need to persist.
This is an optional PPI that may be produced by SEC. If present, it provides
a description of the interrupt and/or exception vectors that were established
in... | MdePkg/Include/Ppi/VectorHandoffInfo.h | null | null | null | null | null |
source | edk2 | /** @file
The file provides services that allow information about an
absolute pointer device to be retrieved.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This Protocol was introduced in UEFI Specification 2.3.... | MdePkg/Include/Protocol/AbsolutePointer.h | null | null | null | null | null |
source | edk2 | /** @file
This protocol provides services for creating ACPI system description tables.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This Protocol was introduced in PI Specification 1.2.
**/
#pragma once
#defin... | MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h | null | null | null | null | null |
source | edk2 | /** @file
The file provides the protocol to install or remove an ACPI
table from a platform.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This Protocol was introduced in UEFI Specification 2.3.
**/
#pragma on... | MdePkg/Include/Protocol/AcpiTable.h | null | null | null | null | null |
source | edk2 | /** @file
EFI Adapter Information Protocol definition.
The EFI Adapter Information Protocol is used to dynamically and quickly discover
or set device information for an adapter.
Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revisio... | MdePkg/Include/Protocol/AdapterInformation.h | null | null | null | null | null |
source | edk2 | /** @file
EFI ARP Protocol Definition
The EFI ARP Service Binding Protocol is used to locate EFI
ARP Protocol drivers to create and destroy child of the
driver to communicate with other host using ARP protocol.
The EFI ARP Protocol provides services to map IP network
address to hardware address used by a d... | MdePkg/Include/Protocol/Arp.h | null | null | null | null | null |
source | edk2 | /** @file
The EFI_ATA_PASS_THRU_PROTOCOL provides information about an ATA controller and the ability
to send ATA Command Blocks to any ATA device attached to that ATA controller. The information
includes the attributes of the ATA controller.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<B... | MdePkg/Include/Protocol/AtaPassThru.h | null | null | null | null | null |
source | edk2 | /** @file
EFI_AUTHENTICATION_INFO_PROTOCOL as defined in UEFI 2.0.
This protocol is used on any device handle to obtain authentication information
associated with the physical or logical device.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
*... | MdePkg/Include/Protocol/AuthenticationInfo.h | null | null | null | null | null |
source | edk2 | /** @file
Boot Device Selection Architectural Protocol as defined in PI spec Volume 2 DXE
When the DXE core is done it calls the BDS via this protocol.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
///
/// Global ID for ... | MdePkg/Include/Protocol/Bds.h | null | null | null | null | null |
source | edk2 | /** @file
The EFI_BIS_PROTOCOL is used to check a digital signature of a data block
against a digital certificate for the purpose of an integrity and authorization check.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
... | MdePkg/Include/Protocol/Bis.h | null | null | null | null | null |
source | edk2 | /** @file
Block IO protocol as defined in the UEFI 2.0 specification.
The Block IO protocol is used to abstract block devices like hard drives,
DVD-ROMs and floppy drives.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
... | MdePkg/Include/Protocol/BlockIo.h | null | null | null | null | null |
source | edk2 | /** @file
Block IO2 protocol as defined in the UEFI 2.3.1 specification.
The Block IO2 protocol defines an extension to the Block IO protocol which
enables the ability to read and write data at a block level in a non-blocking
manner.
Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
S... | MdePkg/Include/Protocol/BlockIo2.h | null | null | null | null | null |
source | edk2 | /** @file
The UEFI Inline Cryptographic Interface protocol provides services to abstract
access to inline cryptographic capabilities.
Copyright (c) 2015-2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This Protocol was introduced in U... | MdePkg/Include/Protocol/BlockIoCrypto.h | null | null | null | null | null |
source | edk2 | /** @file
EFI Bluetooth Attribute Protocol as defined in UEFI 2.7.
This protocol provides service for Bluetooth ATT (Attribute Protocol) and GATT (Generic
Attribute Profile) based protocol interfaces.
Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent... | MdePkg/Include/Protocol/BluetoothAttribute.h | null | null | null | null | null |
source | edk2 | /** @file
EFI Bluetooth Configuration Protocol as defined in UEFI 2.7.
This protocol abstracts user interface configuration for Bluetooth device.
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This Protocol is in... | MdePkg/Include/Protocol/BluetoothConfig.h | null | null | null | null | null |
source | edk2 | /** @file
EFI Bluetooth Host Controller Protocol as defined in UEFI 2.5.
This protocol abstracts the Bluetooth host controller layer message transmit and receive.
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
Th... | MdePkg/Include/Protocol/BluetoothHc.h | null | null | null | null | null |
source | edk2 | /** @file
EFI Bluetooth IO Service Binding Protocol as defined in UEFI 2.5.
EFI Bluetooth IO Protocol as defined in UEFI 2.5.
The EFI Bluetooth IO Service Binding Protocol is used to locate EFI Bluetooth IO Protocol drivers to
create and destroy child of the driver to communicate with other Bluetooth device by ... | MdePkg/Include/Protocol/BluetoothIo.h | null | null | null | null | null |
source | edk2 | /** @file
EFI Bluetooth LE Config Protocol as defined in UEFI 2.7.
This protocol abstracts user interface configuration for BluetoothLe device.
Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This Protocol is intr... | MdePkg/Include/Protocol/BluetoothLeConfig.h | null | null | null | null | null |
source | edk2 | /** @file
Boot Manager Policy Protocol as defined in UEFI Specification.
This protocol is used by EFI Applications to request the UEFI Boot Manager
to connect devices using platform policy.
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
Copyright (c) Microsoft Corporation.<BR>
SPDX... | MdePkg/Include/Protocol/BootManagerPolicy.h | null | null | null | null | null |
source | edk2 | /** @file
Bus Specific Driver Override protocol as defined in the UEFI 2.0 specification.
Bus drivers that have a bus specific algorithm for matching drivers to controllers are
required to produce this protocol for each controller. For example, a PCI Bus Driver will produce an
instance of this protocol for eve... | MdePkg/Include/Protocol/BusSpecificDriverOverride.h | null | null | null | null | null |
source | edk2 | /** @file
Capsule Architectural Protocol as defined in PI1.0a Specification VOLUME 2 DXE
The DXE Driver that produces this protocol must be a runtime driver.
The driver is responsible for initializing the CapsuleUpdate() and
QueryCapsuleCapabilities() fields of the UEFI Runtime Services Table.
After the two ... | MdePkg/Include/Protocol/Capsule.h | null | null | null | null | null |
source | edk2 | /** @file
If CC Guest firmware supports measurement and an event is created,
CC Guest firmware is designed to report the event log with the same
data structure in TCG-Platform-Firmware-Profile specification with
EFI_TCG2_EVENT_LOG_FORMAT_TCG_2 format.
The CC Guest firmware supports measurement, the CC Guest ... | MdePkg/Include/Protocol/CcMeasurement.h | null | null | null | null | null |
source | edk2 | /** @file
EFI Component Name Protocol as defined in the EFI 1.1 specification.
This protocol is used to retrieve user readable names of EFI Drivers
and controllers managed by EFI Drivers.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pr... | MdePkg/Include/Protocol/ComponentName.h | null | null | null | null | null |
source | edk2 | /** @file
UEFI Component Name 2 Protocol as defined in the UEFI 2.1 specification.
This protocol is used to retrieve user readable names of drivers
and controllers managed by UEFI Drivers.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/... | MdePkg/Include/Protocol/ComponentName2.h | null | null | null | null | null |
source | edk2 | /** @file
CPU Architectural Protocol as defined in PI spec Volume 2 DXE
This code abstracts the DXE core from processor implementation details.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Protocol/DebugSuppor... | MdePkg/Include/Protocol/Cpu.h | null | null | null | null | null |
source | edk2 | /** @file
This files describes the CPU I/O 2 Protocol.
This protocol provides an I/O abstraction for a system processor. This protocol
is used by a PCI root bridge I/O driver to perform memory-mapped I/O and I/O transactions.
The I/O or memory primitives can be used by the consumer of the protocol to materiali... | MdePkg/Include/Protocol/CpuIo2.h | null | null | null | null | null |
source | edk2 | /** @file
The file defines the EFI Debugport protocol.
This protocol is used by debug agent to communicate with the
remote debug host.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
///
/// DebugPortIo protocol {EBA4E8D... | MdePkg/Include/Protocol/DebugPort.h | null | null | null | null | null |
source | edk2 | /** @file
DebugSupport protocol and supporting definitions as defined in the UEFI2.4
specification.
The DebugSupport protocol is used by source level debuggers to abstract the
processor and handle context save and restore operations.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
Porti... | MdePkg/Include/Protocol/DebugSupport.h | null | null | null | null | null |
source | edk2 | /** @file
The Decompress Protocol Interface as defined in UEFI spec
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#define EFI_DECOMPRESS_PROTOCOL_GUID \
{ \
0xd8117cfe, 0x94a6, 0x11d4, {0x9a, 0x3a, 0x0, 0x90, 0x27, 0x... | MdePkg/Include/Protocol/Decompress.h | null | null | null | null | null |
source | edk2 | /** @file
UEFI 2.2 Deferred Image Load Protocol definition.
This protocol returns information about images whose load was denied because of security
considerations. This information can be used by the Boot Manager or another agent to reevaluate the
images when the current security profile has been changed, suc... | MdePkg/Include/Protocol/DeferredImageLoad.h | null | null | null | null | null |
source | edk2 | /** @file
The device path protocol as defined in UEFI 2.0.
The device path represents a programmatic path to a device,
from a software point of view. The path must persist from boot to boot, so
it can not contain things like PCI bus numbers that change from boot to boot.
Copyright (c) 2006 - 2018, Intel Corpo... | MdePkg/Include/Protocol/DevicePath.h | null | null | null | null | null |
source | edk2 | /** @file
EFI_DEVICE_PATH_FROM_TEXT_PROTOCOL as defined in UEFI 2.0.
This protocol provides service to convert text to device paths and device nodes.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
///
/// Device Path From ... | MdePkg/Include/Protocol/DevicePathFromText.h | null | null | null | null | null |
source | edk2 | /** @file
EFI_DEVICE_PATH_TO_TEXT_PROTOCOL as defined in UEFI 2.0.
This protocol provides service to convert device nodes and paths to text.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
///
/// Device Path To Text protoc... | MdePkg/Include/Protocol/DevicePathToText.h | null | null | null | null | null |
source | edk2 | /** @file
EFI_DEVICE_PATH_UTILITIES_PROTOCOL as defined in UEFI 2.0.
Use to create and manipulate device paths and device nodes.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
///
/// Device Path Utilities protocol
///
#de... | MdePkg/Include/Protocol/DevicePathUtilities.h | null | null | null | null | null |
source | edk2 | /** @file
EFI_DHCP4_PROTOCOL as defined in UEFI 2.0.
EFI_DHCP4_SERVICE_BINDING_PROTOCOL as defined in UEFI 2.0.
These protocols are used to collect configuration information for the EFI IPv4 Protocol
drivers and to provide DHCPv4 server and PXE boot server discovery services.
Copyright (c) 2006 - 2018, Intel C... | MdePkg/Include/Protocol/Dhcp4.h | null | null | null | null | null |
source | edk2 | /** @file
UEFI Dynamic Host Configuration Protocol 6 Definition, which is used to get IPv6
addresses and other configuration parameters from DHCPv6 servers.
Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This Pro... | MdePkg/Include/Protocol/Dhcp6.h | null | null | null | null | null |
source | edk2 | /** @file
Provides the basic interfaces to abstract platform information regarding an
IDE controller.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This Protocol is defined in UEFI Platform Initialization Specif... | MdePkg/Include/Protocol/DiskInfo.h | null | null | null | null | null |
source | edk2 | /** @file
Disk IO protocol as defined in the UEFI 2.0 specification.
The Disk IO protocol is used to convert block oriented devices into byte
oriented devices. The Disk IO protocol is intended to layer on top of the
Block IO protocol.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
... | MdePkg/Include/Protocol/DiskIo.h | null | null | null | null | null |
source | edk2 | /** @file
Disk I/O 2 protocol as defined in the UEFI 2.4 specification.
The Disk I/O 2 protocol defines an extension to the Disk I/O protocol to enable
non-blocking / asynchronous byte-oriented disk operation.
Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BS... | MdePkg/Include/Protocol/DiskIo2.h | null | null | null | null | null |
source | edk2 | /** @file
This file defines the EFI Domain Name Service Binding Protocol interface. It is split
into the following two main sections:
DNSv4 Service Binding Protocol (DNSv4SB)
DNSv4 Protocol (DNSv4)
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-... | MdePkg/Include/Protocol/Dns4.h | null | null | null | null | null |
source | edk2 | /** @file
This file defines the EFI DNSv6 (Domain Name Service version 6) Protocol. It is split
into the following two main sections:
DNSv6 Service Binding Protocol (DNSv6SB)
DNSv6 Protocol (DNSv6)
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-... | MdePkg/Include/Protocol/Dns6.h | null | null | null | null | null |
source | edk2 | /** @file
UEFI DriverBinding Protocol is defined in UEFI specification.
This protocol is produced by every driver that follows the UEFI Driver Model,
and it is the central component that allows drivers and controllers to be managed.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-Lic... | MdePkg/Include/Protocol/DriverBinding.h | null | null | null | null | null |
source | edk2 | /** @file
EFI Driver Configuration Protocol
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Protocol/DriverConfiguration2.h>
///
/// Global ID for the Driver Configuration Protocol defined in EFI 1.1
///
#define EF... | MdePkg/Include/Protocol/DriverConfiguration.h | null | null | null | null | null |
source | edk2 | /** @file
UEFI Driver Configuration2 Protocol
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
///
/// Global ID for the Driver Configuration Protocol defined in UEFI 2.0
///
#define EFI_DRIVER_CONFIGURATION2_PROTOCOL_GUID \
... | MdePkg/Include/Protocol/DriverConfiguration2.h | null | null | null | null | null |
source | edk2 | /** @file
EFI Driver Diagnostics Protocol
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
///
/// The global ID for the Driver Diagnostics Protocol as defined in EFI 1.1.
///
#define EFI_DRIVER_DIAGNOSTICS_PROTOCOL_GUID \
{ \
... | MdePkg/Include/Protocol/DriverDiagnostics.h | null | null | null | null | null |
source | edk2 | /** @file
UEFI Driver Diagnostics2 Protocol
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Protocol/DriverDiagnostics.h>
#define EFI_DRIVER_DIAGNOSTICS2_PROTOCOL_GUID \
{ \
0x4d330321, 0x025f, 0x4aac, {0x90,... | MdePkg/Include/Protocol/DriverDiagnostics2.h | null | null | null | null | null |
source | edk2 | /** @file
UEFI Driver Family Protocol
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#define EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL_GUID \
{ \
0xb1ee129e, 0xda36, 0x4181, { 0x91, 0xf8, 0x4, 0xa4, 0x92, 0x37, 0x66, 0xa7 } \
... | MdePkg/Include/Protocol/DriverFamilyOverride.h | null | null | null | null | null |
source | edk2 | /** @file
EFI Driver Health Protocol definitions.
When installed, the Driver Health Protocol produces a collection of services that allow
the health status for a controller to be retrieved. If a controller is not in a usable
state, status messages may be reported to the user, repair operations can be invoked,
... | MdePkg/Include/Protocol/DriverHealth.h | null | null | null | null | null |
source | edk2 | /** @file
The protocol provides information about the version of the EFI
specification that a driver is following. This protocol is
required for EFI drivers that are on PCI and other plug-in
cards.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-... | MdePkg/Include/Protocol/DriverSupportedEfiVersion.h | null | null | null | null | null |
source | edk2 | /** @file
DXE MM Ready To Lock protocol introduced in the PI 1.5 specification.
Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#define EFI_DXE_MM_READY_TO_LOCK_PROTOCOL_GUID \
{ \
0x60ff8964, 0xe906, 0x41d0, { 0xaf, 0xed, 0xf... | MdePkg/Include/Protocol/DxeMmReadyToLock.h | null | null | null | null | null |
source | edk2 | /** @file
DXE SMM Ready To Lock protocol introduced in the PI 1.2 specification.
According to PI 1.4a specification, this UEFI protocol indicates that
resources and services that should not be used by the third party code
are about to be locked.
This protocol is a mandatory protocol published by PI platform ... | MdePkg/Include/Protocol/DxeSmmReadyToLock.h | null | null | null | null | null |
source | edk2 | /** @file
EFI EAP(Extended Authenticaton Protocol) Protocol Definition
The EFI EAP Protocol is used to abstract the ability to configure and extend the
EAP framework.
The definitions in this file are defined in UEFI Specification 2.3.1B, which have
not been verified by one implementation yet.
Copyright (c)... | MdePkg/Include/Protocol/Eap.h | null | null | null | null | null |
source | edk2 | /** @file
This file defines the EFI EAP Configuration protocol.
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This Protocol is introduced in UEFI Specification 2.5
**/
#pragma once
///
/// EFI EAP Configuration... | MdePkg/Include/Protocol/EapConfiguration.h | null | null | null | null | null |
source | edk2 | /** @file
EFI EAP Management Protocol Definition
The EFI EAP Management Protocol is designed to provide ease of management and
ease of test for EAPOL state machine. It is intended for the supplicant side.
It conforms to IEEE 802.1x specification.
The definitions in this file are defined in UEFI Specification ... | MdePkg/Include/Protocol/EapManagement.h | null | null | null | null | null |
source | edk2 | /** @file
This file defines the EFI EAP Management2 protocol.
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This Protocol is introduced in UEFI Specification 2.5
**/
#pragma once
#include <Protocol/EapManagement.h>
/... | MdePkg/Include/Protocol/EapManagement2.h | null | null | null | null | null |
source | edk2 | /** @file
Describes the protocol interface to the EBC interpreter.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#define EFI_EBC_INTERPRETER_PROTOCOL_GUID \
{ \
0x13AC6DD1, 0x73D0, 0x11D4, {0xB0, 0x6B, 0x00, 0xAA, 0x0... | MdePkg/Include/Protocol/Ebc.h | null | null | null | null | null |
source | edk2 | /** @file
EDID Active Protocol from the UEFI 2.0 specification.
Placed on the video output device child handle that is actively displaying output.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#define EFI_EDID_ACTIVE_PRO... | MdePkg/Include/Protocol/EdidActive.h | null | null | null | null | null |
source | edk2 | /** @file
EDID Discovered Protocol from the UEFI 2.0 specification.
This protocol is placed on the video output device child handle. It represents
the EDID information being used for the output device represented by the child handle.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPD... | MdePkg/Include/Protocol/EdidDiscovered.h | null | null | null | null | null |
source | edk2 | /** @file
EDID Override Protocol from the UEFI 2.0 specification.
Allow platform to provide EDID information to the producer of the Graphics Output
protocol.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#define EFI_ED... | MdePkg/Include/Protocol/EdidOverride.h | null | null | null | null | null |
source | edk2 | /** @file
This file defines the EFI Erase Block Protocol.
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
This Protocol is introduced in UEFI Specification 2.6
**/
#pragma once
#define EFI_ERASE_BLOCK_PROTOCOL_GUID \
... | MdePkg/Include/Protocol/EraseBlock.h | null | null | null | null | null |
source | edk2 | /** @file
UEFI Firmware Management Protocol definition
Firmware Management Protocol provides an abstraction for device to provide firmware
management support. The base requirements for managing device firmware images include
identifying firmware image revision level and programming the image into the device.
... | MdePkg/Include/Protocol/FirmwareManagement.h | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.