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 TdxMeasurementLib header file Copyright (c) 2025, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <PiPei.h> #define CC_MR_INDEX_0_MRTD 0 #define CC_MR_INDEX_1_RTMR0 1 #define CC_MR_INDEX_2_RTMR1 2 #define CC_MR_INDEX_3_RTM...
MdeModulePkg/Include/Library/TdxMeasurementLib.h
null
null
null
null
null
source
edk2
/** @file This library is used by other modules to measure data to TPM. Copyright (c) 2012, Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Tpm measure and log data, and extend the measurement result into a specific PCR. @param[in] PcrIndex ...
MdeModulePkg/Include/Library/TpmMeasurementLib.h
null
null
null
null
null
source
edk2
/** @file Provide Boot Manager related library APIs. Copyright (c) 2011 - 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2015-2016 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/DriverHealth.h> #include <Library/SortL...
MdeModulePkg/Include/Library/UefiBootManagerLib.h
null
null
null
null
null
source
edk2
/** @file Provides global variables that are pointers to the UEFI HII related protocols. All of the UEFI HII related protocols are optional, so the consumers of this library class must verify that the global variable pointers are not NULL before use. Copyright (c) 2006 - 2018, Intel Corporation. All rights res...
MdeModulePkg/Include/Library/UefiHiiServicesLib.h
null
null
null
null
null
source
edk2
/** @file Provides variable check services and database management. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/VarCheck.h> typedef enum { VarCheckRequestReserved0 = 0, VarCheckRequestReserved1 = 1, VarChec...
MdeModulePkg/Include/Library/VarCheckLib.h
null
null
null
null
null
source
edk2
/** @file Variable Flash Information Library Copyright (c) Microsoft Corporation<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Get the base address and size for the NV storage area used for UEFI variable storage. @param[out] BaseAddress The NV storage base address. @param[out] Le...
MdeModulePkg/Include/Library/VariableFlashInfoLib.h
null
null
null
null
null
source
edk2
/** @file -- VariablePolicyHelperLib.h This library contains helper functions for marshalling and registering new policies with the VariablePolicy infrastructure. Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/VariablePolicy.h> /** This helpe...
MdeModulePkg/Include/Library/VariablePolicyHelperLib.h
null
null
null
null
null
source
edk2
/** @file -- VariablePolicyLib.h Business logic for Variable Policy enforcement. Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/VariablePolicy.h> /** This API function validates and registers a new policy with the policy enforcement engine....
MdeModulePkg/Include/Library/VariablePolicyLib.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/DevicePath.h> /// /// Global ID for the EDKII_ATA_AHCI_HOST_CONTROLLER_PPI. /// #define EDKII_ATA_AHCI_HOST_CONTROLLER_PPI_GUID \ { \ 0x61dd33ea, 0x42...
MdeModulePkg/Include/Ppi/AtaAhciController.h
null
null
null
null
null
source
edk2
/** @file Define the PPI to abstract the functions that enable IDE and SATA channels, and to retrieve the base I/O port address for each of the enabled IDE and SATA channels. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once ///...
MdeModulePkg/Include/Ppi/AtaController.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/DevicePath.h> #include <Protocol/AtaPassThru.h> /// /// Global ID for the EDKII_PEI_ATA_PASS_THRU_PPI. /// #define EDKII_PEI_ATA_PASS_THRU_PPI_GUID \ { \ ...
MdeModulePkg/Include/Ppi/AtaPassThru.h
null
null
null
null
null
source
edk2
/** @file This file declares Capsule On Disk PPI. This PPI is used to find and load the capsule on files that are relocated into a temp file under rootdir. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EDKII_PEI_CAPSULE...
MdeModulePkg/Include/Ppi/CapsuleOnDisk.h
null
null
null
null
null
source
edk2
/** @file Define the EDKII_DEBUG_PPI that PEIMs can use to dump info to debug port. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Pi/PiPeiCis.h> // // Global ID for the EDKII_DEBUG_PPI // #define EDKII_DEBUG_PPI_GUID \...
MdeModulePkg/Include/Ppi/Debug.h
null
null
null
null
null
source
edk2
/** @file Define PPI to shadow Firmware Volume from flash to Permanent Memory. Copyright (c) 2023, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // // Firmware Volume Shadow PPI GUID value // #define EDKII_FIRMWARE_VOLUME_SHADOW_PPI_GUID \ { \ 0x7...
MdeModulePkg/Include/Ppi/FirmwareVolumeShadowPpi.h
null
null
null
null
null
source
edk2
/** @file PEI IOMMU PPI. Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // // for EFI_ALLOCATE_TYPE // #include <Uefi.h> // // Include protocol for common definition // EDKII_IOMMU_ACCESS_xxx // EDKII_IOMMU_OPERATION // #in...
MdeModulePkg/Include/Ppi/IoMmu.h
null
null
null
null
null
source
edk2
/** @file Ppi for Ipmi of SMS. Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once typedef struct _PEI_IPMI_PPI PEI_IPMI_PPI; #define PEI_IPMI_PPI_GUID \ { \ 0xa9731431, 0xd968, 0x4277, 0xb7, 0x52, 0xa3, 0xa9, 0xa6, 0xae, ...
MdeModulePkg/Include/Ppi/IpmiPpi.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2023, Google LLC. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi/UefiSpec.h> /// /// Global ID for the EDKII_MEMORY_ATTRIBUTE_PPI. /// #define EDKII_MEMORY_ATTRIBUTE_PPI_GUID \ { \ 0x1be840de, 0x2d92, 0x41ec, { 0xb6, 0xd3, 0x19, ...
MdeModulePkg/Include/Ppi/MemoryAttribute.h
null
null
null
null
null
source
edk2
/** @file This file declares Migrate Temporary Memory PPI. This PPI is published by the PEI Foundation when temporary RAM needs to evacuate. Its purpose is to be used as a signal for other PEIMs who can register for a notification on its installation. Copyright (c) 2024, Intel Corporation. All rights reserv...
MdeModulePkg/Include/Ppi/MigrateTempRam.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/DevicePath.h> /// /// Global ID for the EDKII_NVM_EXPRESS_HOST_CONTROLLER_PPI. /// #define EDKII_NVME_EXPRESS_HOST_CONTROLLER_PPI_GUID \ { \ 0xcae3aa6...
MdeModulePkg/Include/Ppi/NvmExpressHostController.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/DevicePath.h> #include <Protocol/NvmExpressPassthru.h> /// /// Global ID for the EDKII_PEI_NVM_EXPRESS_PASS_THRU_PPI. /// #define EDKII_PEI_NVM_EXPRESS_PASS...
MdeModulePkg/Include/Ppi/NvmExpressPassThru.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2022, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/PciIo.h> #include <Protocol/DevicePath.h> /// /// Global ID for the EDKII_PCI_DEVICE_PPI_GUID. /// #define EDKII_PCI_DEVICE_PPI_GUID \ { \ 0x1597ab4f,...
MdeModulePkg/Include/Ppi/PciDevice.h
null
null
null
null
null
source
edk2
/** @file This PPI provides services to register a platform specific reset filter for ResetSystem(). A reset filter evaluates the parameters passed to ResetSystem() and converts a ResetType of EfiResetPlatformSpecific to a non-platform specific reset type. The registered filters are processed before EDKII_P...
MdeModulePkg/Include/Ppi/PlatformSpecificResetFilter.h
null
null
null
null
null
source
edk2
/** @file This PPI provides services to register a platform specific handler for ResetSystem(). The registered handlers are processed after EDKII_PLATFORM_SPECIFIC_RESET_NOTIFICATION_PPI notifications. Copyright (c) 2017 - 2018 Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Claus...
MdeModulePkg/Include/Ppi/PlatformSpecificResetHandler.h
null
null
null
null
null
source
edk2
/** @file This PPI provides services to register a platform specific notification callback for ResetSystem(). The registered handlers are processed after EDKII_PLATFORM_SPECIFIC_RESET_FILTER_PPI notifications and before EDKII_PLATFORM_SPECIFIC_RESET_HANDLER_PPI notifications. Copyright (c) 2017 - 2018 Intel...
MdeModulePkg/Include/Ppi/PlatformSpecificResetNotification.h
null
null
null
null
null
source
edk2
/** @file POST BootScript Table PPI definition. This PPI is used to be notification after boot script table execution. Copyright (c) 2010, Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define PEI_POST_BOOT_SCRIPT_TABLE_PPI_GUID \ {0x88c9d306...
MdeModulePkg/Include/Ppi/PostBootScriptTable.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /// /// Global ID for the EDKII_SD_MMC_HOST_CONTROLLER_PPI. /// #define EDKII_SD_MMC_HOST_CONTROLLER_PPI_GUID \ { \ 0xb30dfeed, 0x947f, 0x4396, { 0xb1, 0x5a, 0xdf, 0xbd, 0xb...
MdeModulePkg/Include/Ppi/SdMmcHostController.h
null
null
null
null
null
source
edk2
/** @file Defines the interface to convey performance information from SEC phase to PEI. Copyright (c) 2011, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define PEI_SEC_PERFORMANCE_PPI_GUID \ { \ 0x0ecc666b, 0x4662, 0x47f9, {0x9d, 0xd5, 0xd0, 0x...
MdeModulePkg/Include/Ppi/SecPerformance.h
null
null
null
null
null
source
edk2
/** @file PPI that is installed after the initialization of a serial stream device is complete. Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define PEI_SERIAL_PORT_PPI \ { \ 0x490e9d85, 0x8aef, 0x4193, { 0x8e, 0x5...
MdeModulePkg/Include/Ppi/SerialPortPei.h
null
null
null
null
null
source
edk2
/** @file EFI SMM Access PPI definition. This PPI is used to control the visibility of the SMRAM on the platform. It abstracts the location and characteristics of SMRAM. The expectation is that the north bridge or memory controller would publish this PPI. The principal functionality found in the memory con...
MdeModulePkg/Include/Ppi/SmmAccess.h
null
null
null
null
null
source
edk2
/** @file EFI SMM Communication PPI definition. This Ppi provides a means of communicating between PEIM and SMI handlers inside of SMM. This Ppi is produced and consumed only in S3 resume boot path. It is NOT available in normal boot path. Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<B...
MdeModulePkg/Include/Ppi/SmmCommunication.h
null
null
null
null
null
source
edk2
/** @file EFI SMM Control PPI definition. This PPI is used to initiate SMI/PMI activations. This protocol could be published by either: - A processor driver to abstract the SMI/PMI IPI - The driver that abstracts the ASIC that is supporting the APM port, such as the ICH in an Intel chipset Because of the p...
MdeModulePkg/Include/Ppi/SmmControl.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/DevicePath.h> /// /// Global ID for the EDKII_PEI_STORAGE_SECURITY_CMD_PPI. /// #define EDKII_PEI_STORAGE_SECURITY_CMD_PPI_GUID \ { \ 0x35de0b4e, 0x30...
MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2014, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /// /// Global ID for the EDKII_UFS_HOST_CONTROLLER_PPI. /// #define EDKII_UFS_HOST_CONTROLLER_PPI_GUID \ { \ 0xdc54b283, 0x1a77, 0x4cd6, { 0x83, 0xbb, 0xfd, 0xda, 0x46, 0x9...
MdeModulePkg/Include/Ppi/UfsHostController.h
null
null
null
null
null
source
edk2
/** @file EDKII_UFS_HC_PLATFORM_PPI definition. Copyright (c) 2024, American Megatrends International LLC. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EDKII_UFS_HC_PLATFORM_PPI_VERSION 1 extern EFI_GUID gEdkiiUfsHcPlatformPpiGuid; /// /// Forward declaration ...
MdeModulePkg/Include/Ppi/UfsHostControllerPlatformPpi.h
null
null
null
null
null
source
edk2
/** @file Defines the USB Host Controller PPI that provides I/O services for a USB Host Controller that may be used to access recovery devices. These interfaces are modeled on the UEFI 2.3 specification EFI_USB2_HOST_CONTROLLER_PROTOCOL. Refer to section 16.1 of the UEFI 2.3 Specification for more information ...
MdeModulePkg/Include/Ppi/Usb2HostController.h
null
null
null
null
null
source
edk2
/** @file Define APIs to retrieve USB Host Controller Info such as controller type and I/O Port Base Address. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /// /// Global ID for the PEI_USB_CONTROLLER_PPI. /// #define PEI_US...
MdeModulePkg/Include/Ppi/UsbController.h
null
null
null
null
null
source
edk2
/** @file Defines the PEI_USB_IO_PPI that the USB-related PEIM can use for I/O operations on the USB BUS. This interface enables recovery from a USB-class storage device, such as USB CD/DVD, USB hard drive, or USB FLASH drive. These interfaces are modeled on the UEFI 2.3 specification EFI_USB_IO_PROTOCOL. R...
MdeModulePkg/Include/Ppi/UsbIo.h
null
null
null
null
null
source
edk2
/** @file ATA ATAPI Policy protocol is produced by platform and consumed by AtaAtapiPassThruDxe driver. Copyright (c) 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EDKII_ATA_ATAPI_POLICY_PROTOCOL_GUID \ { \ 0xe59cd769, 0x5083, 0...
MdeModulePkg/Include/Protocol/AtaAtapiPolicy.h
null
null
null
null
null
source
edk2
/** @file Boot Logo protocol is used to convey information of Logo dispayed during boot. Copyright (c) 2011, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/GraphicsOutput.h> #define EFI_BOOT_LOGO_PROTOCOL_GUID \ { \ 0xcdea2bd3, 0...
MdeModulePkg/Include/Protocol/BootLogo.h
null
null
null
null
null
source
edk2
/** @file Boot Logo 2 Protocol is used to convey information of Logo dispayed during boot. The Boot Logo 2 Protocol is a replacement for the Boot Logo Protocol. If a platform produces both the Boot Logo 2 Protocol and the Boot Logo Protocol then the Boot Logo 2 Protocol must be used instead of the Boot Logo Protocol....
MdeModulePkg/Include/Protocol/BootLogo2.h
null
null
null
null
null
source
edk2
/** @file EBC Debugger configuration protocol. Copyright (c) 2007-2016, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EFI_DEBUGGER_CONFIGURATION_PROTOCOL_GUID \ { 0x577d959c, 0xe967, 0x4546, 0x86, 0x20, 0xc7, 0x78, 0xfa, 0xe5, 0xda, 0x5 } ...
MdeModulePkg/Include/Protocol/DebuggerConfiguration.h
null
null
null
null
null
source
edk2
/** @file Device Security Protocol definition. It is used to authenticate a device based upon the platform policy. It is similar to the EFI_SECURITY_ARCH_PROTOCOL, which is used to verify a image. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ ...
MdeModulePkg/Include/Protocol/DeviceSecurity.h
null
null
null
null
null
source
edk2
/** @file FormDiplay protocol to show Form Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/FormBrowser2.h> #define EDKII_FORM_DISPLAY_ENGINE_PROTOCOL_GUID \ { 0x9bbe29e9, 0xfda1, 0x41ec, { 0xad, 0x52, 0x45,...
MdeModulePkg/Include/Protocol/DisplayProtocol.h
null
null
null
null
null
source
edk2
/** @file EBC Simple Debugger protocol for debug EBC code. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/DebugSupport.h> #include <Protocol/EbcVmTest.h> #define EFI_EBC_SIMPLE_DEBUGGER_PROTOCOL_GUID \ { \...
MdeModulePkg/Include/Protocol/EbcSimpleDebugger.h
null
null
null
null
null
source
edk2
/** @file EBC VM Test protocol for test purposes. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // // Define a protocol for an EBC VM test interface. // #define EFI_EBC_VM_TEST_PROTOCOL_GUID \ { \ 0xAAEACCFD, 0xF27B, 0x4...
MdeModulePkg/Include/Protocol/EbcVmTest.h
null
null
null
null
null
source
edk2
/** @file The Esrt Management Protocol used to register/set/update an updatable firmware resource . Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Guid/SystemResourceTable.h> /// /// Global ID for the ESRT_MANAGEMENT_...
MdeModulePkg/Include/Protocol/EsrtManagement.h
null
null
null
null
null
source
edk2
/** @file Fault Tolerant Write protocol provides boot-time service for fault tolerant write capability for block devices. The protocol provides for non-volatile storage of the intermediate data and private information a caller would need to recover from a critical fault, such as a power failure. Copyright (c)...
MdeModulePkg/Include/Protocol/FaultTolerantWrite.h
null
null
null
null
null
source
edk2
/** @file This file explorer protocol defines defines a set of interfaces for how to do file explorer. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EFI_FILE_EXPLORER_PROTOCOL_GUID \ { 0x2C03C536, 0x4594, 0x4515, ...
MdeModulePkg/Include/Protocol/FileExplorer.h
null
null
null
null
null
source
edk2
/** @file EDK II Firmware Management Progress Protocol. Copyright (c) 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/GraphicsOutput.h> /// /// EDK II Firmware Management Progress Protocol GUID value /// #define EDKII_FIRMWARE...
MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
null
null
null
null
null
source
edk2
/** @file Extension Form Browser Protocol provides the services that can be used to register the different hot keys for the standard Browser actions described in UEFI specification. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma onc...
MdeModulePkg/Include/Protocol/FormBrowserEx.h
null
null
null
null
null
source
edk2
/** @file Extension Form Browser Protocol provides the services that can be used to register the different hot keys for the standard Browser actions described in UEFI specification. Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma onc...
MdeModulePkg/Include/Protocol/FormBrowserEx2.h
null
null
null
null
null
source
edk2
/** @file This protocol defines the generic memory test interfaces in Dxe phase. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EFI_GENERIC_MEMORY_TEST_PROTOCOL_GUID \ { 0x309de7f1, 0x7f5e, 0x4ace, {0xb4, 0x9c, 0x53, ...
MdeModulePkg/Include/Protocol/GenericMemoryTest.h
null
null
null
null
null
source
edk2
/** @file EFI IOMMU Protocol. Copyright (c) 2017, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // // IOMMU Protocol GUID value // #define EDKII_IOMMU_PROTOCOL_GUID \ { \ 0x4e939de9, 0xd948, 0x4b0f, { 0x88, 0xed, 0xe6, 0xe1, 0xce, 0x51, 0x7c, 0...
MdeModulePkg/Include/Protocol/IoMmu.h
null
null
null
null
null
source
edk2
/** @file Protocol of Ipmi for both SMS and SMM. Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once typedef struct _IPMI_PROTOCOL IPMI_PROTOCOL; #define IPMI_PROTOCOL_GUID \ { \ 0xdbc6381f, 0x5554, 0x4d14, 0x8f, 0xfd, 0x7...
MdeModulePkg/Include/Protocol/IpmiProtocol.h
null
null
null
null
null
source
edk2
/** @file Load Pe32 Image protocol enables loading and unloading EFI images into memory and executing those images. This protocol uses File Device Path to get an EFI image. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #defi...
MdeModulePkg/Include/Protocol/LoadPe32Image.h
null
null
null
null
null
source
edk2
/** @file LockBox protocol header file. This is used to resolve dependency problem. The LockBox implementation install this to broadcast that LockBox API is ready. The driver who will use LockBox at its ENTRYPOINT should add this dependency. Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR...
MdeModulePkg/Include/Protocol/LockBox.h
null
null
null
null
null
source
edk2
/** @file This file defines the Media Sanitize Protocol. Copyright (c) Microsoft Corporation.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define MEDIA_SANITIZE_PROTOCOL_GUID \ { \ 0x0d799a99, 0x25af, 0x429e, { 0x92, 0x72, 0xd0, 0xb2, 0x7d, 0x6d, 0x5f, 0x14 } \ } typedef struct ...
MdeModulePkg/Include/Protocol/MediaSanitize.h
null
null
null
null
null
source
edk2
/** @file Protocol to describe devices that are not on a discoverable bus Copyright (c) 2016, Linaro, Ltd. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <IndustryStandard/Acpi.h> #define EDKII_NON_DISCOVERABLE_DEVICE_PROTOCOL_GUID \ { 0x0d51905b, 0xb77e, 0...
MdeModulePkg/Include/Protocol/NonDiscoverableDevice.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2019, Linaro, Ltd. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EDKII_PECOFF_IMAGE_EMULATOR_PROTOCOL_GUID \ { 0x96F46153, 0x97A7, 0x4793, { 0xAC, 0xC1, 0xFA, 0x19, 0xBF, 0x78, 0xEA, 0x97 } } typedef struct _EDKII_PECOFF_IMAGE_EMULATOR_P...
MdeModulePkg/Include/Protocol/PeCoffImageEmulator.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Library/UefiBootManagerLib.h> // // Platform Boot Manager Protocol GUID value // #define EDKII_PLATFORM_BOOT_MANAGER_PROTOCOL_GUID \ { \ 0xaa17add4, 0x756c, ...
MdeModulePkg/Include/Protocol/PlatformBootManager.h
null
null
null
null
null
source
edk2
/** @file The Platform Logo Protocol defines the interface to get the Platform logo image with the display attribute. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/HiiImage.h> // // GUID for EDKII Platform...
MdeModulePkg/Include/Protocol/PlatformLogo.h
null
null
null
null
null
source
edk2
/** @file This Protocol provides services to register a platform specific reset filter for ResetSystem(). A reset filter evaluates the parameters passed to ResetSystem() and converts a ResetType of EfiResetPlatformSpecific to a non-platform specific reset type. The registered filters are processed before th...
MdeModulePkg/Include/Protocol/PlatformSpecificResetFilter.h
null
null
null
null
null
source
edk2
/** @file This protocol provides services to register a platform specific handler for ResetSystem(). The registered handlers are called after the UEFI 2.7 Reset Notifications are processed Copyright (c) 2017 Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #prag...
MdeModulePkg/Include/Protocol/PlatformSpecificResetHandler.h
null
null
null
null
null
source
edk2
/** @file Produces EFI_PRINT2_PROTOCOL and EFI_PRINT2S_PROTOCOL. These protocols define basic print functions to print the format unicode and ascii string. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EFI_PRINT2_...
MdeModulePkg/Include/Protocol/Print2.h
null
null
null
null
null
source
edk2
/** @file PS/2 policy protocol abstracts the specific platform initialization and settings. Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EFI_PS2_POLICY_PROTOCOL_GUID \ { \ 0x4df19259, 0xdc71, 0x4d46, {0xbe, 0xf1,...
MdeModulePkg/Include/Protocol/Ps2Policy.h
null
null
null
null
null
source
edk2
/** @file Protocol to describe overrides required to support non-standard SDHCI implementations Copyright (c) 2017 - 2018, Linaro, Ltd. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/SdMmcPassThru.h> #define EDKII_SD_MMC_OVERRIDE_PROTOCOL_GUID \ ...
MdeModulePkg/Include/Protocol/SdMmcOverride.h
null
null
null
null
null
source
edk2
/** @file EDKII SMM Exit Boot Services protocol. This SMM protocol is to be published by the SMM Foundation code to associate with EFI_EVENT_GROUP_EXIT_BOOT_SERVICES to notify SMM driver that system enter exit boot services. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> SPDX-License-Iden...
MdeModulePkg/Include/Protocol/SmmExitBootServices.h
null
null
null
null
null
source
edk2
/** @file SMM Fault Tolerant Write protocol is related to EDK II-specific implementation of FTW, provides boot-time service for fault tolerant write capability for block devices in EFI SMM environment. The protocol provides for non-volatile storage of the intermediate data and private information a caller woul...
MdeModulePkg/Include/Protocol/SmmFaultTolerantWrite.h
null
null
null
null
null
source
edk2
/** @file SMM Firmware Volume Block protocol is related to EDK II-specific implementation of FVB driver, provides control over block-oriented firmware devices and is intended to use in the EFI SMM environment. Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-C...
MdeModulePkg/Include/Protocol/SmmFirmwareVolumeBlock.h
null
null
null
null
null
source
edk2
/** @file EDKII SMM Legacy Boot protocol. This SMM protocol is to be published by the SMM Foundation code to associate with EFI_EVENT_LEGACY_BOOT_GUID to notify SMM driver that system enter legacy boot. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Pat...
MdeModulePkg/Include/Protocol/SmmLegacyBoot.h
null
null
null
null
null
source
edk2
/** @file SMM Memory Attribute Protocol provides retrieval and update service for memory attributes in EFI SMM environment. Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // {69B792EA-39CE-402D-A2A6-F721DE351DFE} #define E...
MdeModulePkg/Include/Protocol/SmmMemoryAttribute.h
null
null
null
null
null
source
edk2
/** @file EDKII SMM Ready To Boot protocol. This SMM protocol is to be published by the SMM Foundation code to associate with EFI_EVENT_GROUP_READY_TO_BOOT to notify SMM driver that system enter ready to boot. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-C...
MdeModulePkg/Include/Protocol/SmmReadyToBoot.h
null
null
null
null
null
source
edk2
/** @file The EFI_SMM_SWAP_ADDRESS_RANGE_PROTOCOL is related to EDK II-specific implementation and used to abstract the swap operation of boot block and backup block of FV in EFI SMM environment. This swap is especially needed when updating the boot block of FV. If a power failure happens during the boot block ...
MdeModulePkg/Include/Protocol/SmmSwapAddressRange.h
null
null
null
null
null
source
edk2
/** @file SMM variable check definitions, it reuses the interface definitions of variable check. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/VarCheck.h> #define EDKII_SMM_VAR_CHECK_PROTOCOL_GUID \ { \ 0...
MdeModulePkg/Include/Protocol/SmmVarCheck.h
null
null
null
null
null
source
edk2
/** @file EFI SMM Variable Protocol is related to EDK II-specific implementation of variables and intended for use as a means to store data in the EFI SMM environment. Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define...
MdeModulePkg/Include/Protocol/SmmVariable.h
null
null
null
null
null
source
edk2
/** @file The EFI_SWAP_ADDRESS_RANGE_PROTOCOL is used to abstract the swap operation of boot block and backup block of FV. This swap is especially needed when updating the boot block of FV. If a power failure happens during the boot block update, the swapped backup block (now the boot block) can boot the machine with t...
MdeModulePkg/Include/Protocol/SwapAddressRange.h
null
null
null
null
null
source
edk2
/** @file EDKII Universal Flash Storage Host Controller Protocol. Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // // UFS Host Controller Protocol GUID value // #define EDKII_UFS_HOST_CONTROLLER_PROTOCOL_GUID \ { \ 0...
MdeModulePkg/Include/Protocol/UfsHostController.h
null
null
null
null
null
source
edk2
/** @file EDKII_UFS_HC_PLATFORM_PROTOCOL definition. Copyright (c) 2019 - 2022, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/UfsHostController.h> #define EDKII_UFS_HC_PLATFORM_PROTOCOL_VERSION 3 extern EFI_GUID gEdkiiUfsHcPlatform...
MdeModulePkg/Include/Protocol/UfsHostControllerPlatform.h
null
null
null
null
null
source
edk2
/** @file Header file contains code for USB Ethernet Protocol definitions Copyright (c) 2023, American Megatrends International LLC. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EDKII_USB_ETHERNET_PROTOCOL_GUID \ {0x8d8969cc, 0xfeb0, 0x4303, {0xb2, 0x1a, ...
MdeModulePkg/Include/Protocol/UsbEthernetProtocol.h
null
null
null
null
null
source
edk2
/** @file Variable check definitions. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi/UefiSpec.h> typedef struct _EDKII_VAR_CHECK_PROTOCOL EDKII_VAR_CHECK_PROTOCOL; #define EDKII_VAR_CHECK_PROTOCOL_GUID {\ 0xaf23...
MdeModulePkg/Include/Protocol/VarCheck.h
null
null
null
null
null
source
edk2
/** @file Variable Lock Protocol is related to EDK II-specific implementation of variables and intended for use as a means to mark a variable read-only after the event EFI_END_OF_DXE_EVENT_GUID is signaled. Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-...
MdeModulePkg/Include/Protocol/VariableLock.h
null
null
null
null
null
source
edk2
/** @file -- VariablePolicy.h This protocol allows communication with Variable Policy Engine. Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EDKII_VARIABLE_POLICY_PROTOCOL_REVISION 0x0000000000020000 /* Rev 0x0000000000010000: - Initial protocol de...
MdeModulePkg/Include/Protocol/VariablePolicy.h
null
null
null
null
null
source
edk2
/** @file Define the structure for the Universal Payload APCI table. Copyright (c) 2021, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Revision Reference: - Universal Payload Specification 0.75 (https://universalpayload.github.io/documentation/) **/ #pragma once...
MdeModulePkg/Include/UniversalPayload/AcpiTable.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2021, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once extern GUID gUniversalPayloadExtraDataGuid; #pragma pack(1) typedef struct { CHAR8 Identifier[16]; EFI_PHYSICAL_ADDRESS Base; UINT64 ...
MdeModulePkg/Include/UniversalPayload/ExtraData.h
null
null
null
null
null
source
edk2
/** @file This file defines the structure for the PCI Root Bridges. Copyright (c) 2021, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Revision Reference: - Universal Payload Specification 0.75 (https://universalpayload.github.io/documentation/) **/ #pragma ...
MdeModulePkg/Include/UniversalPayload/PciRootBridges.h
null
null
null
null
null
source
edk2
/** @file This file defines the structure for serial port info. Copyright (c) 2021, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Revision Reference: - Universal Payload Specification 0.75 (https://universalpayload.github.io/documentation/) **/ #pragma once...
MdeModulePkg/Include/UniversalPayload/SerialPortInfo.h
null
null
null
null
null
source
edk2
/** @file Define the structure for the Universal Payload SmBios. Copyright (c) 2021, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Revision Reference: - Universal Payload Specification 0.75 (https://universalpayload.github.io/documentation/) **/ #pragma once #i...
MdeModulePkg/Include/UniversalPayload/SmbiosTable.h
null
null
null
null
null
source
edk2
/** @file Universal Payload general definitions. Copyright (c) 2021, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Revision Reference: - Universal Payload Specification 0.75 (https://universalpayload.github.io/documentation/) **/ #pragma once /** Main entry ...
MdeModulePkg/Include/UniversalPayload/UniversalPayload.h
null
null
null
null
null
source
edk2
/** @file Arm Ffa library common code. Copyright (c) 2024, Arm Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - FF-A - Firmware Framework for Arm A-profile @par Reference(s): - Arm Firmware Framework for Arm A-Profile [https://developer.arm.com/doc...
MdeModulePkg/Library/ArmFfaLib/ArmFfaCommon.c
null
null
null
null
null
source
edk2
/** @file Arm FF-A ns common library Header file Copyright (c) 2024, Arm Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - FF-A - Firmware Framework for Arm A-profile - spmc - Secure Partition Manager Core - spmd - Secure Partition Manager Dispatche...
MdeModulePkg/Library/ArmFfaLib/ArmFfaCommon.h
null
null
null
null
null
source
edk2
/** @file Arm Ffa library code for Dxe Driver Copyright (c) 2024, Arm Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - FF-A - Firmware Framework for Arm A-profile @par Reference(s): - Arm Firmware Framework for Arm A-Profile [https://developer.arm....
MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.c
null
null
null
null
null
source
edk2
/** @file Arm Ffa library code for PEI Driver Copyright (c) 2024, Arm Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - FF-A - Firmware Framework for Arm A-profile @par Reference(s): - Arm Firmware Framework for Arm A-Profile [https://developer.arm....
MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.c
null
null
null
null
null
source
edk2
/** @file Arm Ffa library common code. Copyright (c) 2024, Arm Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - FF-A - Firmware Framework for Arm A-profile @par Reference(s): - Arm Firmware Framework for Arm A-Profile [https://developer.arm.com/doc...
MdeModulePkg/Library/ArmFfaLib/ArmFfaRxTxMap.c
null
null
null
null
null
source
edk2
/** @file Arm FF-A ns common library Header file Copyright (c) 2024, Arm Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - FF-A - Firmware Framework for Arm A-profile - spmc - Secure Partition Manager Core - spmd - Secure Partition Manager Dispatche...
MdeModulePkg/Library/ArmFfaLib/ArmFfaRxTxMap.h
null
null
null
null
null
source
edk2
/** @file Arm Ffa library code for PeilessSec Copyright (c) 2025, Arm Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - FF-A - Firmware Framework for Arm A-profile @par Reference(s): - Arm Firmware Framework for Arm A-Profile [https://developer.arm....
MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.c
null
null
null
null
null
source
edk2
/** @file Arm Ffa library common code. Copyright (c) 2025, Arm Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - FF-A - Firmware Framework for Arm A-profile @par Reference(s): - Arm Firmware Framework for Arm A-Profile [https://developer.arm.com/doc...
MdeModulePkg/Library/ArmFfaLib/ArmFfaSecRxTxMap.c
null
null
null
null
null
source
edk2
/** @file Arm Ffa library code for StandaloneMmCore. Copyright (c) 2024, Arm Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - FF-A - Firmware Framework for Arm A-profile @par Reference(s): - Arm Firmware Framework for Arm A-Profile [https://develop...
MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.c
null
null
null
null
null
source
edk2
/** @file Arm Ffa library common code. Copyright (c) 2024-2025, Arm Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - FF-A - Firmware Framework for Arm A-profile @par Reference(s): - Arm Firmware Framework for Arm A-Profile v1.3 ALP1: [https://devel...
MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmRxTxMap.c
null
null
null
null
null
source
edk2
/** @file Implements NULL authenticated variable services. Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Library/AuthVariableLib.h> #include <Library/DebugLib.h> /** Initialization for authenticated varibale services. If this ...
MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.c
null
null
null
null
null
source
edk2
/** @file Provides services to convert a BMP graphics image to a GOP BLT buffer and from a GOP BLT buffer to a BMP graphics image. Caution: This module requires additional review when modified. This module processes external input - BMP image. This external input must be validated carefully to avoid securit...
MdeModulePkg/Library/BaseBmpSupportLib/BmpSupportLib.c
null
null
null
null
null