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 SMI handler profile support. Copyright (c) 2017, Intel Corporation. All rights reserved.<BR> Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <PiSmm.h> #include <Library/BaseLib.h> #include <Library/BaseMemoryLib.h> #include <Library/MemoryAllocationLib.h> #i...
MdeModulePkg/Core/PiSmmCore/SmiHandlerProfile.c
null
null
null
null
null
source
edk2
/** @file Support routines for SMRAM profile. Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "PiSmmCore.h" #define IS_SMRAM_PROFILE_ENABLED ((PcdGet8 (PcdMemoryProfilePropertyMask) & BIT1) != 0) #define IS_UEFI_MEMORY_PRO...
MdeModulePkg/Core/PiSmmCore/SmramProfileRecord.c
null
null
null
null
null
source
edk2
/** @file This file implements CalculateCrc32 Boot Services as defined in Platform Initialization specification 1.0 VOLUME 2 DXE Core Interface. This Boot Services is in the Runtime Driver because this service is also required by SetVirtualAddressMap() when the EFI System Table and EFI Runtime Services Table...
MdeModulePkg/Core/RuntimeDxe/Crc32.c
null
null
null
null
null
source
edk2
/** @file This file implements Runtime Architectural Protocol as defined in the Platform Initialization specification 1.0 VOLUME 2 DXE Core Interface. This code is used to produce the EFI runtime virtual switch over THIS IS VERY DANGEROUS CODE BE VERY CAREFUL IF YOU CHANGE IT The transition for calling EFI...
MdeModulePkg/Core/RuntimeDxe/Runtime.c
null
null
null
null
null
source
edk2
/** @file Runtime Architectural Protocol as defined in the DXE CIS. This code is used to produce the EFI runtime architectural protocol. Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <PiDxe.h> #include <Protocol/Loa...
MdeModulePkg/Core/RuntimeDxe/Runtime.h
null
null
null
null
null
source
edk2
/** @file Definitions for data structures used in S3 resume. Copyright (c) 2011 - 2024, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Library/BaseLib.h> #define SMM_S3_RESUME_SMM_32 SIGNATURE_64 ('S','M','M','S','3','_','3','2') #define SMM_...
MdeModulePkg/Include/Guid/AcpiS3Context.h
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> Copyright (c), Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi/UefiBaseType.h> /** * Guid Hob Data for gArmFfaRxTxBufferInfoGuid Guid Hob. */ typed...
MdeModulePkg/Include/Guid/ArmFfaRxTxBufferInfo.h
null
null
null
null
null
source
edk2
/** @file Definition for structure & defines exported by Boot Discovery Policy UI Copyright (c) 2021, ARM Ltd. All rights reserved.<BR> Copyright (c) 2021, Semihalf All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define BDP_CONNECT_MINIMAL 0 /* Do not connect any ad...
MdeModulePkg/Include/Guid/BootDiscoveryPolicy.h
null
null
null
null
null
source
edk2
/** @file Define Name, GUID and data format for an EFI Variable that is used to save the entry point of a code segment which will be loaded and executed by a standalone boot script executor on S3 boot path. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2...
MdeModulePkg/Include/Guid/BootScriptExecutorVariable.h
null
null
null
null
null
source
edk2
/** @file This file defines: * the capsule vendor GUID for capsule variables and the HOB. * the capsule variable name. * the capsule GUID HOB data structure. The capsule HOB and variable can be used to store the capsule image start address and length. They are used by EDKII implementation of capsule update ...
MdeModulePkg/Include/Guid/CapsuleVendor.h
null
null
null
null
null
source
edk2
/** @file GUID for an event that is signaled on the first attempt to check for a keystroke from the ConIn device. Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define CONNECT_CONIN_EVENT_GUID \ { 0xdb4e8151, 0x57ed, ...
MdeModulePkg/Include/Guid/ConnectConInEvent.h
null
null
null
null
null
source
edk2
/** @file This GUID can be installed to the device handle to specify that the device is the console-in device. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EFI_CONSOLE_IN_DEVICE_GUID \ { 0xd3b36f2b, 0xd551, 0x1...
MdeModulePkg/Include/Guid/ConsoleInDevice.h
null
null
null
null
null
source
edk2
/** @file This GUID can be installed to the device handle to specify that the device is the console-out device. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EFI_CONSOLE_OUT_DEVICE_GUID \ { 0xd3b36f2c, 0xd551, 0x...
MdeModulePkg/Include/Guid/ConsoleOutDevice.h
null
null
null
null
null
source
edk2
/** @file This file defines CRC32 GUID to specify the CRC32 encapsulation scheme for the GUIDed section. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EFI_CRC32_GUIDED_SECTION_EXTRACTION_GUID \ { 0xFC1BCDB0, 0x7D31,...
MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
null
null
null
null
null
source
edk2
/** @file Debug Mask Protocol. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /// /// Protocol GUID for DXE Phase Debug Mask support /// #define EFI_DEBUG_MASK_PROTOCOL_GUID \ { 0x4c8a2451, 0xc207, 0x405b, {0x96, 0x94, 0x99, ...
MdeModulePkg/Include/Guid/DebugMask.h
null
null
null
null
null
source
edk2
/** @file Definition for structure & defines exported by Delayed Dispatch PPI Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // Delayed Dispatch table GUID #define EFI_DELAYED_DISPATCH_TABLE_GUID {\ 0x4b733449, 0x8eff, 0x488c, { 0x92, 0x1a, 0x15, 0x4a, 0...
MdeModulePkg/Include/Guid/DelayedDispatch.h
null
null
null
null
null
source
edk2
/** @file GUIDs used as HII FormSet and HII Package list GUID in Driver Sample driver. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define DRIVER_SAMPLE_FORMSET_GUID \ { \ 0xA04A27f4, 0xDF00, 0x4D42, {0xB5, 0x52, 0x39, ...
MdeModulePkg/Include/Guid/DriverSampleHii.h
null
null
null
null
null
source
edk2
/** @file This GUID will be installed at the end of S3 resume phase as protocol in SMM environment. It allows for SMM drivers to hook this point and do the required tasks. Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #de...
MdeModulePkg/Include/Guid/EndOfS3Resume.h
null
null
null
null
null
source
edk2
/** @file GUID is the name of events used with ExitBootServices in order to be notified when this ExitBootServices Call is failed. Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EVENT_GROUP_EXIT_BOOT_SERVICES_FAILE...
MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
null
null
null
null
null
source
edk2
/** @file This file defines edk2 extended firmware performance records. These records will be added into ACPI FPDT Firmware Basic Boot Performance Table. Copyright (c) 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <IndustryStandard/Acpi....
MdeModulePkg/Include/Guid/ExtendedFirmwarePerformance.h
null
null
null
null
null
source
edk2
/** @file Define the GUID gEdkiiFaultTolerantWriteGuid that will be used to build FAULT_TOLERANT_WRITE_LAST_WRITE_DATA GUID hob and install PPI to inform the check for FTW last write data has been done. The GUID hob will be only built if FTW last write was still in progress with SpareComplete set and DestinationCom...
MdeModulePkg/Include/Guid/FaultTolerantWrite.h
null
null
null
null
null
source
edk2
/** @file ACPI Firmware Performance Data Table (FPDT) implementation specific definitions. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <PiPei.h> #include <IndustryStandard/Acpi.h> #include <Ppi/SecPerformance.h> ...
MdeModulePkg/Include/Guid/FirmwarePerformance.h
null
null
null
null
null
source
edk2
/** @file Guid definition for Boot Maintainence Formset. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /// /// Guid define to group the item show on the Boot Menaintenance Manager Menu. /// #define EFI_IFR_BOOT_MAINTENANCE_GUID \ { ...
MdeModulePkg/Include/Guid/HiiBootMaintenanceFormset.h
null
null
null
null
null
source
edk2
/** @file GUID used as HII FormSet GUID in HII Resource Sample driver. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define HII_RESOURCE_SAMPLE_FORM_SET_GUID \ { 0x4f4ef7f0, 0xaa29, 0x4ce9, { 0xba, 0x41, 0x64, 0x3e, 0x1, ...
MdeModulePkg/Include/Guid/HiiResourceSampleHii.h
null
null
null
null
null
source
edk2
/** @file GUID is the name of events used with CreateEventEx in order to be notified when the DXE Core is idle. Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define IDLE_LOOP_EVENT_GUID \ { 0x3c8d294c, 0x5fc3, 0x4451,...
MdeModulePkg/Include/Guid/IdleLoopEvent.h
null
null
null
null
null
source
edk2
/** @file This file defines a configuration Table Guid for Load module at fixed address. This configuration table is to hold the top address below which the Dxe runtime code and boot time code will be loaded and Tseg base. When this feature is enabled, Build tools will assigned module loading address relative...
MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
null
null
null
null
null
source
edk2
/** @file Lzma Custom decompress algorithm Guid definition. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /// /// The Global ID used to identify a section of an FFS file of type /// EFI_SECTION_GUID_DEFINED, whose contents have...
MdeModulePkg/Include/Guid/LzmaDecompress.h
null
null
null
null
null
source
edk2
/** @file EDKII extented HII IFR guid opcodes. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define NARROW_CHAR 0xFFF0 #define WIDE_CHAR 0xFFF1 #define NON_BREAKING_CHAR 0xFFF2 /// /// State defined for passw...
MdeModulePkg/Include/Guid/MdeModuleHii.h
null
null
null
null
null
source
edk2
/** @file GUID for MdeModulePkg PCD Token Space. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define MDEMODULEPKG_TOKEN_SPACE_GUID \ { \ 0xA1AFF049, 0xFDEB, 0x442a, { 0xB3, 0x20, 0x13, 0xAB, 0x4C, 0xB7, 0x2B, 0xBC } \ ...
MdeModulePkg/Include/Guid/MdeModulePkgTokenSpace.h
null
null
null
null
null
source
edk2
/** @file Memory profile data structure. Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Pi/PiFirmwareFile.h> // // For BIOS MemoryType (0 ~ EfiMaxMemoryType - 1), it is recorded in UsageByType[MemoryType]. (Each v...
MdeModulePkg/Include/Guid/MemoryProfile.h
null
null
null
null
null
source
edk2
/** @file GUID used to identify status code records HOB that originate from the PEI status code. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /// /// Global ID u...
MdeModulePkg/Include/Guid/MemoryStatusCodeRecord.h
null
null
null
null
null
source
edk2
/** @file This file defines: * Memory Type Information GUID for Guided HOB and Variable. * Memory Type Information Variable Name. * Memory Type Information GUID HOB data structure. The memory type information HOB and variable can be used to store information for each memory type in Variable or HOB. The ...
MdeModulePkg/Include/Guid/MemoryTypeInformation.h
null
null
null
null
null
source
edk2
/** @file Migrated FV information Copyright (c) 2020 - 2024, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // // FLAGS_FV_RAW_DATA_COPY indicates FV raw data will be copied to permanent memory // or not. When FV is migrated to permanent memory, it will b...
MdeModulePkg/Include/Guid/MigratedFvInfo.h
null
null
null
null
null
source
edk2
/** @file MM Communication buffer data. Copyright (c) 2024, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /// /// The GUID of the MM Communication buffer HOB. /// #define MM_COMM_BUFFER_HOB_GUID \ { 0x6c2a2520, 0x0131, 0x4aee, { 0xa7, 0x50, 0xcc, 0x38...
MdeModulePkg/Include/Guid/MmCommBuffer.h
null
null
null
null
null
source
edk2
/** @file GUID is for MTC variable. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // // Vendor GUID of the variable for the high part of monotonic counter (UINT32). // #define MTC_VENDOR_GUID \ { 0xeb704011, 0x1402, 0x11d3, {...
MdeModulePkg/Include/Guid/MtcVendor.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // gNVMeEnableStartEventGroupGuid is used to signal the start of enabling the NVMe controller extern EFI_GUID gNVMeEnableStartEventGroupGuid; // gNVMeEnableCompleteEventGroupGuid is used to signal that the ...
MdeModulePkg/Include/Guid/NVMeEventGroup.h
null
null
null
null
null
source
edk2
/** @file GUIDs to identify devices that are not on a discoverable bus but can be controlled by a standard class driver Copyright (c) 2016, Linaro, Ltd. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EDKII_NON_DISCOVERABLE_AHCI_DEVICE_GUID \ { 0xC7D35798, 0...
MdeModulePkg/Include/Guid/NonDiscoverableDevice.h
null
null
null
null
null
source
edk2
/** @file Hob guid for Pcd DataBase. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define PCD_DATABASE_HOB_GUID \ { \ 0xEA296D92, 0x0B69, 0x423C, { 0x8C, 0x28, 0x33, 0xB4, 0xE0, 0xA9, 0x12, 0x68 } \ } extern EFI_GUID ...
MdeModulePkg/Include/Guid/PcdDataBaseHobGuid.h
null
null
null
null
null
source
edk2
/** @file Guid for Pcd DataBase Signature. Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define PCD_DATA_BASE_SIGNATURE_GUID \ { 0x3c7d193c, 0x682c, 0x4c14, { 0xa6, 0x8f, 0x55, 0x2d, 0xea, 0x4f, 0x43, 0x7e } } extern EFI_GUID...
MdeModulePkg/Include/Guid/PcdDataBaseSignatureGuid.h
null
null
null
null
null
source
edk2
/** @file This file defines performance-related definitions, including the format of: * performance GUID HOB. * performance protocol interfaces. * performance variables. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #defi...
MdeModulePkg/Include/Guid/Performance.h
null
null
null
null
null
source
edk2
/** @file Performance measurement protocol, allows logging performance data. Copyright (c) 2017, Microsoft Corporation<BR> Copyright (c) 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // // GUID for Performance measurement Protocol // #define PERFORM...
MdeModulePkg/Include/Guid/PerformanceMeasurement.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EDKII_PI_SMM_COMMUNICATION_REGION_TABLE_GUID {\ 0x4e28ca50, 0xd582, 0x44ac, {0xa1, 0x1f, 0xe3, 0xd5, 0x65, 0x26, 0xdb, 0x34} \ } // // This table to declare the ...
MdeModulePkg/Include/Guid/PiSmmCommunicationRegionTable.h
null
null
null
null
null
source
edk2
/** @file Define the GUID of the EDKII PI SMM memory attribute table, which is published by PI SMM Core. Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EDKII_PI_SMM_MEMORY_ATTRIBUTES_TABLE_GUID {\ 0x6b9fd3f7, 0x16df, 0x45e...
MdeModulePkg/Include/Guid/PiSmmMemoryAttributesTable.h
null
null
null
null
null
source
edk2
/** @file GUIDs used as HII FormSet and HII Package list GUID in PlatDriOverride driver. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define PLAT_OVER_MNGR_GUID \ { \ 0x8614567d, 0x35be, 0x4415, {0x8d, 0x88, 0xbd, 0x7d,...
MdeModulePkg/Include/Guid/PlatDriOverrideHii.h
null
null
null
null
null
source
edk2
/** @file EDKII Platform Has ACPI GUID A NULL protocol instance with this GUID in the DXE protocol database, and/or a NULL PPI with this GUID in the PPI database, implies that the platform provides the operating system with an ACPI-based hardware description. Note that this is not necessarily exclusive with ...
MdeModulePkg/Include/Guid/PlatformHasAcpi.h
null
null
null
null
null
source
edk2
/** @file GUIDs used as HII FormSet and HII Package list GUID in RamDiskDxe driver. Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define RAM_DISK_FORM_SET_GUID \ { \ 0x2a46715f, 0x3581, 0x4a55, {0x8e, 0x73, 0x2b, 0x76, 0x9a...
MdeModulePkg/Include/Guid/RamDiskHii.h
null
null
null
null
null
source
edk2
/** @file Defines Name GUIDs to represent a Recovery Capsule loaded from a recovery device. These are contracts between the recovery module and device recovery module that convey the name of a given recovery module type. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identi...
MdeModulePkg/Include/Guid/RecoveryDevice.h
null
null
null
null
null
source
edk2
/** @file Rng Algorithm Copyright (c) 2023, Arm Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /// /// The implementation of a Random Number Generator might be unsafe, when using /// a dummy implementation for instance. Allow identifying such implementation /// ...
MdeModulePkg/Include/Guid/RngAlgorithm.h
null
null
null
null
null
source
edk2
/** @file After S3 SMM initialization is done and before S3 boot script is executed, this GUID is installed as PPI in PEI and protocol in SMM environment. It allows for PEIMs or SMM drivers to hook this point and do the required tasks. Copyright (c) 2018, Intel Corporation. All rights reserved.<BR> SPDX-Lice...
MdeModulePkg/Include/Guid/S3SmmInitDone.h
null
null
null
null
null
source
edk2
/** @file Define the LockBox GUID for list of storage devices need to be initialized in S3. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define S3_STORAGE_DEVICE_INIT_LIST \ { \ 0x310e9b8c, 0xcf90, 0x421e, { 0x8e, 0x9b,...
MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
null
null
null
null
null
source
edk2
/** @file Define the SerialDxe GUID. Copyright (c) 2019, Citrix Systems, Inc. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EDKII_SERIAL_PORT_LIB_VENDOR_GUID {\ 0xD3987D4B, 0x971A, 0x435F, \ { 0x8C, 0xAF, 0x49, 0x67, 0xEB, 0x62, 0x72, 0x41 } \ } extern E...
MdeModulePkg/Include/Guid/SerialPortLibVendor.h
null
null
null
null
null
source
edk2
/** @file Header file for SMI handler profile definition. Copyright (c) 2017, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <PiSmm.h> #include <Protocol/SmmGpiDispatch2.h> #include <Protocol/SmmIoTrapDispatch2.h> #include <Protocol/SmmPeriodicTi...
MdeModulePkg/Include/Guid/SmiHandlerProfile.h
null
null
null
null
null
source
edk2
/** @file SmmLockBox guid header file. Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EFI_SMM_LOCK_BOX_COMMUNICATION_GUID \ {0x2a3cfebd, 0x27e8, 0x4d0a, {0x8b, 0x79, 0xd6, 0x88, 0xc2, 0xa3, 0xe1, 0xc0}} // // Below d...
MdeModulePkg/Include/Guid/SmmLockBox.h
null
null
null
null
null
source
edk2
/** @file The file defined some common structures used for communicating between SMM variable module and SMM variable wrapper module. Copyright (c) 2011 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Guid/VariableFormat.h> #include <Prot...
MdeModulePkg/Include/Guid/SmmVariableCommon.h
null
null
null
null
null
source
edk2
/** @file This GUID is installed to the device handler to specify that the device is a StdErr device. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EFI_STANDARD_ERROR_DEVICE_GUID \ { 0xd3b36f2d, 0xd551, 0x11d4, ...
MdeModulePkg/Include/Guid/StandardErrorDevice.h
null
null
null
null
null
source
edk2
/** @file GUID used to identify HOB for pointers to callback functios registered on PEI report status code router. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define STATUS_CODE_CALLBACK_GUID \ { \ 0xe701458c, 0x4900...
MdeModulePkg/Include/Guid/StatusCodeCallbackGuid.h
null
null
null
null
null
source
edk2
/** @file This file defines the GUID and data structure used to pass DEBUG() macro information to the Status Code Protocol and Status Code PPI. Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Pi/PiStatusCode.h> /// /...
MdeModulePkg/Include/Guid/StatusCodeDataTypeDebug.h
null
null
null
null
null
source
edk2
/** @file This file defines the GUID and data structure used to pass variable setting failure information to the Status Code Protocol. Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /// /// The Global ID used to identify a str...
MdeModulePkg/Include/Guid/StatusCodeDataTypeVariable.h
null
null
null
null
null
source
edk2
/** @file This file defines NvDataFv GUID and FTW working block structures. The NvDataFv GUID can be used as FileSystemGuid in EFI_FIRMWARE_VOLUME_HEADER if this FV image contains NV data, such as NV variable data. This file also defines WorkingBlockSignature GUID for FTW working block signature. Copyright (c)...
MdeModulePkg/Include/Guid/SystemNvDataGuid.h
null
null
null
null
null
source
edk2
/** @file This header file declares Trace Hub related structure. Copyright (c) 2023, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define TRACEHUB_DEBUG_INFO_HOB_REVISION 1 typedef struct { UINT16 Revision; // Structure revision BOOLE...
MdeModulePkg/Include/Guid/TraceHubDebugInfoHob.h
null
null
null
null
null
source
edk2
/** @file GUID definition for TtyTerm terminal type. The TtyTerm terminal aims to provide support for modern *nix terminals. Copyright (c) 2015 Linaro Ltd. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EFI_TTY_TERM_GUID \ ...
MdeModulePkg/Include/Guid/TtyTerm.h
null
null
null
null
null
source
edk2
/** @file USB KeyBoard Layout GUIDs Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // // GUID for USB keyboard HII package list. // #define USB_KEYBOARD_LAYOUT_PACKAGE_GUID \ { \ 0xc0f3b43, 0x44de, 0x4907, { 0xb4, 0x78, 0x...
MdeModulePkg/Include/Guid/UsbKeyBoardLayout.h
null
null
null
null
null
source
edk2
/** @file -- VarCheckPolicyMmiCommon.h This header contains communication definitions that are shared between DXE and the MM component of VarCheckPolicy. Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define VAR_CHECK_POLICY_COMM_SIG SIGNATURE_32('V', 'C',...
MdeModulePkg/Include/Guid/VarCheckPolicyMmi.h
null
null
null
null
null
source
edk2
/** @file Variable error flag definitions. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // // Before EndOfDxe, the variable indicates the last boot variable error flag, // then it means the last boot variable error flag must be g...
MdeModulePkg/Include/Guid/VarErrorFlag.h
null
null
null
null
null
source
edk2
/** @file This file defines the GUID and data structure used to pass information about a variable store mapped on flash (i.e. a MMIO firmware volume) to the modules that consume that information such as the DXE and MM UEFI variable drivers. The HOB described in this file is currently optional. It is primarily ...
MdeModulePkg/Include/Guid/VariableFlashInfo.h
null
null
null
null
null
source
edk2
/** @file The variable data structures are related to EDK II-specific implementation of UEFI variables. VariableFormat.h defines variable data headers and variable storage region headers. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #prag...
MdeModulePkg/Include/Guid/VariableFormat.h
null
null
null
null
null
source
edk2
/** @file The variable data structures are related to EDK II-specific implementation of UEFI variables. VariableFormat.h defines variable data headers and variable storage region headers. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #prag...
MdeModulePkg/Include/Guid/VariableIndexTable.h
null
null
null
null
null
source
edk2
/** @file This Variable Runtime Cache Info HOB is used to store the address and the size of the buffer that will be used for variable runtime service when the PcdEnableVariableRuntimeCache is TRUE. Copyright (c) 2024, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent ...
MdeModulePkg/Include/Guid/VariableRuntimeCacheInfo.h
null
null
null
null
null
source
edk2
/** @file GUID has all zero values. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define ZERO_GUID \ { \ 0x0, 0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0} \ } extern EFI_GUID gZeroGuid;
MdeModulePkg/Include/Guid/ZeroGuid.h
null
null
null
null
null
source
edk2
/** @file Provides services to initialize and process authenticated variables. Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/VarCheck.h> /// /// Size of AuthInfo prior to the data payload. /// #define AUTHIN...
MdeModulePkg/Include/Library/AuthVariableLib.h
null
null
null
null
null
source
edk2
/** @file Provides services to convert a BMP graphics image to a GOP BLT buffer and to convert a GOP BLT buffer to a BMP graphics image. Copyright (c) 2016, Microsoft Corporation Copyright (c) 2018, Intel Corporation. All rights reserved.<BR> All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #p...
MdeModulePkg/Include/Library/BmpSupportLib.h
null
null
null
null
null
source
edk2
/** @file This library is only intended to be used by PlatformBootManagerLib to show progress bar and LOGO. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/PlatformLogo.h> #include <Protocol/GraphicsOutput.h>...
MdeModulePkg/Include/Library/BootLogoLib.h
null
null
null
null
null
source
edk2
/** @file This library class defines a set of interfaces for how to process capsule image updates. Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // // BOOLEAN Variable to indicate whether system is in the capsule on disk state...
MdeModulePkg/Include/Library/CapsuleLib.h
null
null
null
null
null
source
edk2
/** @file CPU Exception library provides the default CPU interrupt/exception handler. It also provides capability to register user interrupt/exception handler. Copyright (c) 2012 - 2022, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Ppi/V...
MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h
null
null
null
null
null
source
edk2
/** @file This library class defines a set of interfaces to customize Display module Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/DisplayProtocol.h> /** +----------------------------------------------------...
MdeModulePkg/Include/Library/CustomizedDisplayLib.h
null
null
null
null
null
source
edk2
/** @file Debug Agent Library provide source-level debug capability. Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define DEBUG_AGENT_INIT_PREMEM_SEC 1 #define DEBUG_AGENT_INIT_POSTMEM_SEC 2 #define DEBUG_AG...
MdeModulePkg/Include/Library/DebugAgentLib.h
null
null
null
null
null
source
edk2
/** @file Provides services to display completion progress when processing a firmware update that updates the firmware image in a firmware device. A platform may provide its own instance of this library class to custoimize how a user is informed of completion progress. Copyright (c) 2016, Microsoft Corporati...
MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
null
null
null
null
null
source
edk2
/** @file This library class defines a set of interfaces for how to do file explorer. Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/FileExplorer.h> /** Choose a file in the specified directory. If user...
MdeModulePkg/Include/Library/FileExplorerLib.h
null
null
null
null
null
source
edk2
/** @file FMP capsule authenitcation Library. Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/FirmwareManagement.h> /** The function is used to do the authentication for FMP capsule based upon EFI_FIRMWARE_IMAGE_...
MdeModulePkg/Include/Library/FmpAuthenticationLib.h
null
null
null
null
null
source
edk2
/** @file Library for performing UEFI GOP Blt operations on a framebuffer Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/GraphicsOutput.h> // // Opaque structure for the frame buffer configure. // typede...
MdeModulePkg/Include/Library/FrameBufferBltLib.h
null
null
null
null
null
source
edk2
/** @file Public include file for the HII Library Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once //////////////////////////////////////////////////////// /////////...
MdeModulePkg/Include/Library/HiiLib.h
null
null
null
null
null
source
edk2
/** @file The library to print all the HOBs. Copyright (c) 2024, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** HOB Print Handler to print HOB information. @param[in] HobStart A pointer to the HOB of type EFI_HOB_TYPE_GUID_EXTENSION. ...
MdeModulePkg/Include/Library/HobPrintLib.h
null
null
null
null
null
source
edk2
/** @file Provides definitions and functionality for manipulating IMAGE_PROPERTIES_RECORD. Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define IMAGE_PROPERTIES_RECORD_CODE_SECTION_S...
MdeModulePkg/Include/Library/ImagePropertiesRecordLib.h
null
null
null
null
null
source
edk2
/** @file This library abstract how to send/receive IPMI command. Copyright (c) 2018-2021, Intel Corporation. All rights reserved.<BR> Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <IndustryStandar...
MdeModulePkg/Include/Library/IpmiCommandLib.h
null
null
null
null
null
source
edk2
/** @file This library abstract how to access IPMI device via IPMI command. Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <IndustryStandard/Ipmi.h> /** This service enables submitting commands via...
MdeModulePkg/Include/Library/IpmiLib.h
null
null
null
null
null
source
edk2
/** @file This library is only intended to be used by DXE modules that need save confidential information to LockBox and get it by PEI modules in S3 phase. Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** This function wi...
MdeModulePkg/Include/Library/LockBoxLib.h
null
null
null
null
null
source
edk2
/** @file Provides services to record memory profile of multilevel caller. Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Guid/MemoryProfile.h> /** Record memory profile of multilevel caller. @param[in] Calle...
MdeModulePkg/Include/Library/MemoryProfileLib.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2016, Linaro, Ltd. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/NonDiscoverableDevice.h> typedef enum { NonDiscoverableDeviceTypeAhci, NonDiscoverableDeviceTypeAmba, NonDiscoverableDeviceTypeEhci, NonDiscoverableDevice...
MdeModulePkg/Include/Library/NonDiscoverableDeviceRegistrationLib.h
null
null
null
null
null
source
edk2
/** @file OEM hook status code library. Platform can implement an instance to initialize the OEM devices to report status code information. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Initialize OEM status code devic...
MdeModulePkg/Include/Library/OemHookStatusCodeLib.h
null
null
null
null
null
source
edk2
/** @file PCI Host Bridge Library consumed by PciHostBridgeDxe driver returning the platform specific information about the PCI Host Bridge. Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // // (Base > Limit) indicates an apertur...
MdeModulePkg/Include/Library/PciHostBridgeLib.h
null
null
null
null
null
source
edk2
/** @file Platform Boot Manager library definition. A platform can implement instances to support platform-specific behavior. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Library/UefiBootManagerLib.h> /** Do the...
MdeModulePkg/Include/Library/PlatformBootManagerLib.h
null
null
null
null
null
source
edk2
/** @file Platform hook library. Platform can provide an implementation of this library class to provide hooks that may be required for some type of platform initialization. Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /**...
MdeModulePkg/Include/Library/PlatformHookLib.h
null
null
null
null
null
source
edk2
/** @file The library class provides platform variable cleanup services. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Guid/VarErrorFlag.h> typedef enum { VarCleanupAll, VarCleanupManually, VarCleanupMax, } VAR_CLEANU...
MdeModulePkg/Include/Library/PlatformVarCleanupLib.h
null
null
null
null
null
source
edk2
/** @file Implement EFI RealTimeClock runtime services via Lib. Currently this driver does not support runtime virtual calling. Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Returns the current time and date information, ...
MdeModulePkg/Include/Library/RealTimeClockLib.h
null
null
null
null
null
source
edk2
/** @file System reset Library Services. This library class defines a set of methods that reset the whole system. Copyright (c) 2005 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi/UefiBaseType.h> #include <Uefi/UefiMultiPhase.h> ...
MdeModulePkg/Include/Library/ResetSystemLib.h
null
null
null
null
null
source
edk2
/** @file This header describes various helper functions for resetting the system. Copyright (c) 2017 - 2019 Intel Corporation. All rights reserved.<BR> Copyright (c) 2016 Microsoft Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi/UefiMultiP...
MdeModulePkg/Include/Library/ResetUtilityLib.h
null
null
null
null
null
source
edk2
/** @file This library class defines a set of interfaces to abstract the policy of security measurement by managing the different security measurement services. The library instances can be implemented according to the different security policy. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<...
MdeModulePkg/Include/Library/SecurityManagementLib.h
null
null
null
null
null
source
edk2
/** @file Smm Core Platform Hook Library. This library class defines a set of platform hooks called by the SMM Core. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Performs platform specific tasks before invoking regist...
MdeModulePkg/Include/Library/SmmCorePlatformHookLib.h
null
null
null
null
null
source
edk2
/** @file Library used for sorting and comparison routines. Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Prototype for comparison function for any two element types. @param[in] Buffer1 The pointe...
MdeModulePkg/Include/Library/SortLib.h
null
null
null
null
null
source
edk2
/** @file Function declarations for SpiHcPlatformLib Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi/UefiBaseType.h> #include <Protocol/SpiHc.h> #include <Protocol/SpiConfiguration.h> #include <Protocol/Devic...
MdeModulePkg/Include/Library/SpiHcPlatformLib.h
null
null
null
null
null