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 driver produces file explorer protocol layered on top of the FileExplorerLib from the MdeModulePkg.
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <PiDxe.h>
#include <Protocol/FileExplorer.h>
#include <Library/FileExplorerLi... | MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.c | null | null | null | null | null |
source | edk2 | /** @file
UEFI Component Name(2) protocol implementation for FvSimpleFileSystem driver.
Copyright (c) 2014, ARM Limited. All rights reserved.
Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "FvSimpleFileSystemInternal.h"
//
// EFI Componen... | MdeModulePkg/Universal/FvSimpleFileSystemDxe/ComponentName.c | null | null | null | null | null |
source | edk2 | /** @file
This driver uses the EFI_FIRMWARE_VOLUME2_PROTOCOL to expose files in firmware
volumes via the the EFI_SIMPLE_FILESYSTEM_PROTOCOL and EFI_FILE_PROTOCOL.
It will expose a single directory, containing one file for each file in the firmware
volume. If a file has a UI section, its contents will be used a... | MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystem.c | null | null | null | null | null |
source | edk2 | /** @file
This driver uses the EFI_FIRMWARE_VOLUME2_PROTOCOL to expose files in firmware
volumes via the the EFI_SIMPLE_FILESYSTEM_PROTOCOL and EFI_FILE_PROTOCOL.
It will expose a single directory, containing one file for each file in the firmware
volume. If a file has a UI section, its contents will be used a... | MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemEntryPoint.c | null | null | null | null | null |
source | edk2 | /** @file
The internal header file of FvSimpleFileSystem driver.
Copyright (c) 2014, ARM Limited. All rights reserved.
Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Uefi.h>
#include <PiDxe.h>
#include <Library/BaseL... | MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemInternal.h | null | null | null | null | null |
source | edk2 | /** @file
Implementation of interfaces function for EFI_CONFIG_KEYWORD_HANDLER_PROTOCOL.
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "HiiDatabase.h"
extern HII_DATABASE_PRIVATE_DATA mPrivate;
/**
Convert the hex UNICODE %02x en... | MdeModulePkg/Universal/HiiDatabaseDxe/ConfigKeywordHandler.c | null | null | null | null | null |
source | edk2 | /** @file
Implementation of interfaces function for EFI_HII_CONFIG_ROUTING_PROTOCOL.
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2025, Loongson Technology Corporation Limited. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "HiiDatabase.h"
e... | MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c | null | null | null | null | null |
source | edk2 | /** @file
Implementation for EFI_HII_DATABASE_PROTOCOL.
Copyright (c) 2007 - 2020, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "HiiDatabase.h"
#define BASE_NUMBER 10
EFI_HII_PACKAGE_LIST_HEADER *gRTDatabaseInfoBuffer = NULL;
EFI_STRING g... | MdeModulePkg/Universal/HiiDatabaseDxe/Database.c | null | null | null | null | null |
source | edk2 | /** @file
Implementation for EFI_HII_FONT_PROTOCOL.
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "HiiDatabase.h"
EFI_GRAPHICS_OUTPUT_BLT_PIXEL mHiiEfiColors[16] = {
//
// B G R
//
{ 0x00, 0x00, 0x00, 0x00 }, // BL... | MdeModulePkg/Universal/HiiDatabaseDxe/Font.c | null | null | null | null | null |
source | edk2 | /** @file
Private structures definitions in HiiDatabase.
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Uefi.h>
#include <Protocol/DevicePath.h>
#include <Protocol/HiiFont.h>
#include <Protocol/HiiImage.h>
#include <Pro... | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabase.h | null | null | null | null | null |
source | edk2 | /** @file
This file contains the entry code to the HII database, which is defined by
UEFI 2.1 specification.
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "HiiDatabase.h"
//
// Global variables
//
EFI_EVENT gHiiKeyboardLayoutChanged... | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseEntry.c | null | null | null | null | null |
source | edk2 | /** @file
Implementation for EFI_HII_IMAGE_PROTOCOL.
Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "HiiDatabase.h"
#define MAX_UINT24 0xFFFFFF
/**
Get the imageid of last image block: EFI_HII_IIBT_END_BLOCK when input
ImageId ... | MdeModulePkg/Universal/HiiDatabaseDxe/Image.c | null | null | null | null | null |
source | edk2 | /** @file
Implementation for EFI_HII_IMAGE_EX_PROTOCOL.
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "HiiDatabase.h"
/**
The prototype of this extension function is the same with EFI_HII_IMAGE_PROTOCOL.NewImage().
This protocol invoke... | MdeModulePkg/Universal/HiiDatabaseDxe/ImageEx.c | null | null | null | null | null |
source | edk2 | /** @file
Implementation for EFI_HII_STRING_PROTOCOL.
Copyright (c) 2007 - 2020, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "HiiDatabase.h"
CHAR16 mLanguageWindow[16] = {
0x0000, 0x0080, 0... | MdeModulePkg/Universal/HiiDatabaseDxe/String.c | null | null | null | null | null |
source | edk2 | /** @file
This is an example of how a driver retrieve HII data using HII Package List
Protocol, and how to publish the HII data.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <Uefi.h>
#include <Guid/HiiResourceSampleHii.h>
#include <P... | MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSample.c | null | null | null | null | null |
source | edk2 | /** @file
Dummy implementation of Legacy Region 2 Protocol.
This generic implementation of the Legacy Region 2 Protocol does not actually
perform any lock/unlock operations. This module may be used on platforms
that do not provide HW locking of the legacy memory regions. It can also
be used as a template d... | MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2.c | null | null | null | null | null |
source | edk2 | /** @file
Internal include file for the dummy Legacy Region 2 Protocol implementation.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Protocol/LegacyRegion2.h>
#include <Library/DebugLib.h>
#include <Library/UefiBootSe... | MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2.h | null | null | null | null | null |
source | edk2 | /** @file
Produce Load File Protocol for UEFI Applications in Firmware Volumes
Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <PiDxe.h>
#include <Guid/LzmaDecompress.h>
#include <Protocol/LoadFile.h>
#include <Protocol/DevicePat... | MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.c | null | null | null | null | null |
source | edk2 | /** @file
LockBox SMM driver.
Caution: This module requires additional review when modified.
This driver will have external input - communicate buffer in SMM mode.
This external input must be validated carefully to avoid security issue like
buffer overflow, integer overflow.
SmmLockBoxHandler(), SmmLockBo... | MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.c | null | null | null | null | null |
source | edk2 | /** @file
Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "LightMemoryTest.h"
//
// Global:
// Since this driver will only ever produce one instance of the memory test
// protocol, so we do not need to dynamically allocate the Pri... | MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/LightMemoryTest.c | null | null | null | null | null |
source | edk2 | /** @file
The generic memory test driver definition
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Guid/StatusCodeDataTypeId.h>
#include <Protocol/GenericMemoryTest.h>
#include <Protocol/Cpu.h>
#include <Library/... | MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/LightMemoryTest.h | null | null | null | null | null |
source | edk2 | /** @file
Implementation of Generic Memory Test Protocol which does not perform real memory test.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "NullMemoryTest.h"
UINT64 mTestedSystemMemory = 0;
UINT64 mTotalSystemMemory ... | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTest.c | null | null | null | null | null |
source | edk2 | /** @file
Include file of the NULL memory test driver.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <PiDxe.h>
#include <Protocol/GenericMemoryTest.h>
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPo... | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTest.h | null | null | null | null | null |
source | edk2 | /** @file
Produces the Metronome Architectural Protocol on top of Timer Library.
This is a generic implementation of the Metronome Architectural Protocol that
layers on top of an instance of the Timer Library. The Timer Library provides
functions for nanosecond and microsecond delays. This generic implementa... | MdeModulePkg/Universal/Metronome/Metronome.c | null | null | null | null | null |
source | edk2 | /** @file
Include file of Metronome driver.
Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <PiDxe.h>
#include <Protocol/Metronome.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/TimerLib.h>
#include <... | MdeModulePkg/Universal/Metronome/Metronome.h | null | null | null | null | null |
source | edk2 | /** @file
Produce the UEFI boot service GetNextMonotonicCount() and runtime service
GetNextHighMonotonicCount().
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <Uefi.h>
#include <Protocol/MonotonicCounter.h>
#include <Guid/MtcVend... | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.c | null | null | null | null | null |
source | edk2 | /** @file
PCD DXE driver manage all PCD entry initialized in PEI phase and DXE phase, and
produce the implementation of native PCD protocol and EFI_PCD_PROTOCOL defined in
PI 1.4a Vol3.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#incl... | MdeModulePkg/Universal/PCD/Dxe/Pcd.c | null | null | null | null | null |
source | edk2 | /** @file
Help functions used by PCD DXE driver.
Copyright (c) 2014, Hewlett-Packard Development Company, L.P.<BR>
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2016-2021 Hewlett Packard Enterprise Development LP<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include... | MdeModulePkg/Universal/PCD/Dxe/Service.c | null | null | null | null | null |
source | edk2 | /** @file
Private functions used by PCD DXE driver.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <PiDxe.h>
#include <Guid/PcdDataBaseHobGuid.h>
#include <Guid/PcdDataBaseSignatureGuid.h>
#include <Protocol/Pcd.h>
#inclu... | MdeModulePkg/Universal/PCD/Dxe/Service.h | null | null | null | null | null |
source | edk2 | /** @file
All Pcd Ppi services are implemented here.
Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "Service.h"
///
/// Instance of PCD_PPI protocol is EDKII native im... | MdeModulePkg/Universal/PCD/Pei/Pcd.c | null | null | null | null | null |
source | edk2 | /** @file
The driver internal functions are implmented here.
They build Pei PCD database, and provide access service to PCD database.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "Service.h"
/**
Get Local Token Number by Token... | MdeModulePkg/Universal/PCD/Pei/Service.c | null | null | null | null | null |
source | edk2 | /** @file
The internal header file declares the private functions used by PeiPcd driver.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <PiPei.h>
#include <Ppi/ReadOnlyVariable2.h>
#include <Ppi/Pcd.h>
#include <Ppi/PiP... | MdeModulePkg/Universal/PCD/Pei/Service.h | null | null | null | null | null |
source | edk2 | /** @file
This driver installs Single Segment Pci Configuration 2 PPI
to provide read, write and modify access to Pci configuration space in PEI phase.
To follow PI specification, these services also support access to the unaligned Pci address.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.... | MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c | null | null | null | null | null |
source | edk2 | /** @file
Ihe internal heder file includes the required Protocol/Guid/Library
and the shared function APIs.
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <PiDxe.h>
#include <Protocol/HiiConfigAccess.h>
#include <Pro... | MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h | null | null | null | null | null |
source | edk2 | /** @file
This file also installs UEFI PLATFORM_DRIVER_OVERRIDE_PROTOCOL.
The main code offers a UI interface in device manager to let user configure
platform override protocol to override the default algorithm for matching
drivers to controllers.
The main flow:
1. It dynamically locate all controller dev... | MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c | null | null | null | null | null |
source | edk2 | /** @file
Implementation of the shared functions to do the platform driver vverride mapping.
Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "InternalPlatDriOverrideDxe.h"
#define PLATFORM_OVERRIDE_ITEM_SIGNATURE SIGNATURE_32('p... | MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideLib.c | null | null | null | null | null |
source | edk2 | /** @file
The definitions are required both by Source code and Vfr file.
The PLAT_OVER_MNGR_DATA structure, form guid and Ifr question ID are defined.
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Guid/PlatDriOverr... | MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatOverMngr.h | null | null | null | null | null |
source | edk2 | /** @file
This driver produces Print2 protocols layered on top of the PrintLib from the MdePkg.
Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <PiDxe.h>
#include <Protocol/Print2.h>
#include <Library/PrintLib.h>
#include <Library/Ue... | MdeModulePkg/Universal/PrintDxe/Print.c | null | null | null | null | null |
source | edk2 | /** @file
Module to rewrite stdlib references within Oniguruma
(C) Copyright 2014-2021 Hewlett Packard Enterprise Development LP<BR>
Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: BSD-2-Claus... | MdeModulePkg/Universal/RegularExpressionDxe/OnigurumaUefiPort.c | null | null | null | null | null |
source | edk2 | /** @file
Module to rewrite stdlib references within Oniguruma
(C) Copyright 2014-2021 Hewlett Packard Enterprise Development LP<BR>
Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: BSD-2-... | MdeModulePkg/Universal/RegularExpressionDxe/OnigurumaUefiPort.h | null | null | null | null | null |
source | edk2 | /** @file
EFI_REGULAR_EXPRESSION_PROTOCOL Implementation
(C) Copyright 2015-2016 Hewlett Packard Enterprise Development LP<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "RegularExpressionDxe.h"
STATIC
EFI_REGEX_SYNTAX_TYPE *CONST mSupportedSyntaxes[] = {
&gEfiRegexSyntaxTypePosixExtendedG... | MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.c | null | null | null | null | null |
source | edk2 | /** @file
EFI_REGULAR_EXPRESSION_PROTOCOL Header File.
(C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include "oniguruma/src/oniguruma.h"
#include <Uefi.h>
#incl... | MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h | null | null | null | null | null |
source | edk2 | /** @file
Include file to support building the third-party oniguruma.
Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <OnigurumaUefiPort.h> | MdeModulePkg/Universal/RegularExpressionDxe/config.h | null | null | null | null | null |
source | edk2 | /** @file
Report Status Code Router PEIM which produces Report Stataus Code Handler PPI and Status Code PPI.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "ReportStatusCodeRouterPei.h"
EFI_PEI_RSC_HANDLER_PPI mRscHandlerPpi = ... | MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.c | null | null | null | null | null |
source | edk2 | /** @file
Internal include file for Report Status Code Router PEIM.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Ppi/ReportStatusCodeHandler.h>
#include <Ppi/StatusCode.h>
#include <Guid/StatusCodeCallbackGuid.h... | MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.h | null | null | null | null | null |
source | edk2 | /** @file
Report Status Code Router Driver which produces Report Stataus Code Handler Protocol
and Status Code Runtime Protocol.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
Copyright (c) Microsoft Corporation.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "ReportS... | MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.c | null | null | null | null | null |
source | edk2 | /** @file
Internal include file for Report Status Code Router Driver.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Protocol/ReportStatusCodeHandler.h>
#include <Protocol/StatusCode.h>
#include <Guid/EventGroup.h... | MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.h | null | null | null | null | null |
source | edk2 | /** @file
Report Status Code Router Driver which produces SMM Report Stataus Code Handler Protocol
and SMM Status Code Protocol.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "ReportStatusCodeRouterCommon.h"
LIST_ENTRY mCall... | MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterCommon.c | null | null | null | null | null |
source | edk2 | /** @file
Internal include file for Report Status Code Router Driver.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Protocol/MmReportStatusCodeHandler.h>
#include <Protocol/MmStatusCode.h>
#include <Library/BaseL... | MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterCommon.h | null | null | null | null | null |
source | edk2 | /** @file
Report Status Code Router Driver which produces MM Report Stataus Code Handler Protocol
and MM Status Code Protocol.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "ReportStatusC... | MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterStandaloneMm.c | null | null | null | null | null |
source | edk2 | /** @file
Report Status Code Router Driver which produces MM Report Stataus Code Handler Protocol
and MM Status Code Protocol.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "ReportStatusC... | MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterTraditional.c | null | null | null | null | null |
source | edk2 | /** @file
Implementation of Reset2, ResetFilter and ResetHandler PPIs.
Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "ResetSystem.h"
GLOBAL_REMOVE_IF_UNREFERENCED CHAR16 *mResetTypeStr[] = {
L"Cold", L"Warm", L"Shutdown", L... | MdeModulePkg/Universal/ResetSystemPei/ResetSystem.c | null | null | null | null | null |
source | edk2 | /** @file
Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Uefi.h>
#include <PiPei.h>
#include <Ppi/Reset2.h>
#include <Ppi/PlatformSpecificResetFilter.h>
#include <Ppi/PlatformSpecificResetNotification.h>
#include <... | MdeModulePkg/Universal/ResetSystemPei/ResetSystem.h | null | null | null | null | null |
source | edk2 | /** @file
Reset Architectural and Reset Notification protocols implementation.
Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "ResetSystem.h"
GLOBAL_REMOVE_IF_UNREFERENCED CHAR16 *mResetTypeStr[] = {
L"Cold", L"Warm", L"Shut... | MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.c | null | null | null | null | null |
source | edk2 | /** @file
Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <PiDxe.h>
#include <Protocol/Reset.h>
#include <Protocol/ResetNotification.h>
#include <Protocol/PlatformSpecificResetFilter.h>
#include <Protocol/PlatformSpe... | MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.h | null | null | null | null | null |
source | edk2 | /** @file
Section Extraction DXE Driver
Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <PiDxe.h>
#include <Protocol/GuidedSectionExtraction.h>
#include <Library/DebugLib.h>
#include <Library/ExtractGuidedSectionLib.h>
#include <Librar... | MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.c | null | null | null | null | null |
source | edk2 | /** @file
Section Extraction PEIM
Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <PiPei.h>
#include <Ppi/GuidedSectionExtraction.h>
#include <Library/DebugLib.h>
#include <Library/ExtractGuidedSectionLib.h>
#include <Library/MemoryAll... | MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.c | null | null | null | null | null |
source | edk2 | /** @file
Implement defer image load services for user identification in UEFI2.2.
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "Defer3rdPartyImageLoad.h"
//
// The structure to save the deferred 3rd party image information.
//
typedef str... | MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.c | null | null | null | null | null |
source | edk2 | /** @file
Implement defer image load services for user identification in UEFI2.2.
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <PiDxe.h>
#include <Guid/EventGroup.h>
#include <Protocol/DeferredImageLoad.h>
#include <Protocol... | MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.h | null | null | null | null | null |
source | edk2 | /** @file
This driver produces Security2 and Security architectural protocol based on SecurityManagementLib.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <Uefi.h>
#include <Protocol/Security.h>
#include <Protocol/Security2.h>
#... | MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c | null | null | null | null | null |
source | edk2 | /** @file
Serial driver that layers on top of a Serial Port Library instance.
Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
Copyright (c) 2013-2014, ARM Ltd. All rights reserved.<BR>
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent... | MdeModulePkg/Universal/SerialDxe/SerialIo.c | null | null | null | null | null |
source | edk2 | /** @file
Utility functions for expression evaluation.
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "Setup.h"
//
// Global stack used to evaluate boolean expresions
//
EFI_HII_VALUE *mOpCodeScopeStack = NULL;
EFI_HII_VALUE ... | MdeModulePkg/Universal/SetupBrowserDxe/Expression.c | null | null | null | null | null |
source | edk2 | /** @file
Private structure, MACRO and function definitions for User Interface related functionalities.
Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
/**
Get the expression list count.
@param Level Which ty... | MdeModulePkg/Universal/SetupBrowserDxe/Expression.h | null | null | null | null | null |
source | edk2 | /** @file
Parser for IFR binary encoding.
Copyright (c) 2007 - 2020, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "Setup.h"
UINTN mStatementIndex;
UINTN mExpressionOpCodeIndex;
EFI_QUESTION_ID mUsedQuestionId;
extern LIST_ENTRY g... | MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c | null | null | null | null | null |
source | edk2 | /** @file
Utility functions for UI presentation.
Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2015 - 2022 Hewlett Packard Enterprise Development LP<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "Setup.h"
BOOLEAN mHiiPackageListUpdated;
UI_MEN... | MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c | null | null | null | null | null |
source | edk2 | /** @file
Entry and initialization module for the browser.
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2020 - 2022 Hewlett Packard Enterprise Development LP<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "Setup.h"
SETUP_DRIVER_PRIVATE_DATA mPrivateData = {
... | MdeModulePkg/Universal/SetupBrowserDxe/Setup.c | null | null | null | null | null |
source | edk2 | /** @file
Private MACRO, structure and function definitions for Setup Browser module.
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <PiDxe.h>
#include <Protocol/SimpleTextOut.h>
#include <Protocol/SimpleTextIn.h>
#incl... | MdeModulePkg/Universal/SetupBrowserDxe/Setup.h | null | null | null | null | null |
source | edk2 | /** @file
This code produces the Smbios protocol. It also responsible for constructing
SMBIOS table into system table.
Copyright (c) 2009 - 2021, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "SmbiosDxe.h"
//
// Module Global:
// Since this driver will onl... | MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.c | null | null | null | null | null |
source | edk2 | /** @file
This code supports the implementation of the Smbios protocol
Copyright (c) 2009 - 2021, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <PiDxe.h>
#include <Protocol/Smbios.h>
#include <IndustryStandard/SmBios.h>
#include <Guid/EventGrou... | MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h | null | null | null | null | null |
source | edk2 | /** @file
This driver measures SMBIOS table to TPM.
Copyright (c) 2015 - 2022, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <PiDxe.h>
#include <Protocol/Smbios.h>
#include <IndustryStandard/SmBios.h>
#include <IndustryStandard/UefiTcgPlatform.h>
#include <G... | MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.c | null | null | null | null | null |
source | edk2 | /** @file
A driver allocates common SMM communication buffer in EfiReservedMemoryType.
This driver allocates common SMM communication buffer in EfiReservedMemoryType,
then it publishes the information to EFI configuration table with
gEdkiiPiSmmCommunicationRegionTableGuid.
Any other driver or application can get the t... | MdeModulePkg/Universal/SmmCommunicationBufferDxe/SmmCommunicationBufferDxe.c | null | null | null | null | null |
source | edk2 | /** @file
PEI memory status code worker.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "StatusCodeHandlerPei.h"
/**
Create the first memory status code GUID'ed HOB as initialization for memory status code worker.
@retval E... | MdeModulePkg/Universal/StatusCodeHandler/Pei/MemoryStausCodeWorker.c | null | null | null | null | null |
source | edk2 | /** @file
Serial I/O status code reporting worker.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "StatusCodeHandlerPei.h"
/**
Convert status code value and extended data to readable ASCII string, send string to serial I/O devi... | MdeModulePkg/Universal/StatusCodeHandler/Pei/SerialStatusCodeWorker.c | null | null | null | null | null |
source | edk2 | /** @file
Report Status Code Handler PEIM which produces general handlers and hook them
onto the PEI status code router.
Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "StatusCodeHandlerPei.h"
/**
Entry point of Status Code ... | MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.c | null | null | null | null | null |
source | edk2 | /** @file
Internal include file for Status Code Handler PEIM.
Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Ppi/ReportStatusCodeHandler.h>
#include <Guid/MemoryStatusCodeRecord.h>
#include <Guid/StatusCodeDataTyp... | MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.h | null | null | null | null | null |
source | edk2 | /** @file
Runtime memory status code worker.
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
**/
#include "StatusCodeHandlerRuntimeDxe.h"
RUNTIME_MEMORY_STATUSCODE_HEADER *mR... | MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/MemoryStatusCodeWorker.c | null | null | null | null | null |
source | edk2 | /** @file
Serial I/O status code reporting worker.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "StatusCodeHandlerRuntimeDxe.h"
/**
Convert status code value and extended data to readable ASCII string, send string to serial ... | MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/SerialStatusCodeWorker.c | null | null | null | null | null |
source | edk2 | /** @file
Status Code Handler Driver which produces general handlers and hook them
onto the DXE status code router.
Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "StatusCodeHandlerRuntimeDxe.h"
EFI_EVENT mVirt... | MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.c | null | null | null | null | null |
source | edk2 | /** @file
Internal include file for Status Code Handler Driver.
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
#include <Protocol/ReportStatusCodeHandler.h>
... | MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.h | null | null | null | null | null |
source | edk2 | /** @file
Runtime memory status code worker.
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
**/
#include "StatusCodeHandlerMm.h"
RUNTIME_MEMORY_STATUSCODE_HEADER *mMmMemoryS... | MdeModulePkg/Universal/StatusCodeHandler/Smm/MemoryStatusCodeWorker.c | null | null | null | null | null |
source | edk2 | /** @file
Serial I/O status code reporting worker.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "StatusCodeHandlerMm.h"
/**
Convert status code value and extended data to readable ASCII string, send string to serial I/O devi... | MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c | null | null | null | null | null |
source | edk2 | /** @file
Status Code Handler Driver which produces general handlers and hook them
onto the MM status code router.
Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "StatusCodeHandlerMm.h"
EFI_MM_RSC_HANDLER_PROTOCOL *mRscHandle... | MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerMm.c | null | null | null | null | null |
source | edk2 | /** @file
Internal include file for Status Code Handler Driver.
Copyright (c) 2009 - 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
#include <Protocol/MmReportStatusCodeHandler.h... | MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerMm.h | null | null | null | null | null |
source | edk2 | /** @file
Abstraction layer that contains Standalone MM specific implementation for
Status Code Handler Driver.
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "StatusCodeHandlerMm.h"
#include <Guid/MmStatusCodeUseSerial.h>
#include <Library/HobLib.h>
/**
Che... | MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerStandalone.c | null | null | null | null | null |
source | edk2 | /** @file
Abstraction layer that contains Standalone MM specific implementation for
Status Code Handler Driver.
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "StatusCodeHandlerMm.h"
/**
Check if the status code is using serial port.
This function determi... | MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerTraditional.c | null | null | null | null | null |
source | edk2 | /** @file
Implementation of Timestamp Protocol using UEFI APIs.
Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <Uefi.h>
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiBootServicesTableLi... | MdeModulePkg/Universal/TimestampDxe/TimestampDxe.c | null | null | null | null | null |
source | edk2 | /** @file -- MmVariablePei.c
Provides interface for reading Secure System Variables during PEI.
Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
Copyright (c) Microsoft Corporation.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "MmVariablePei.h"
//
// Module globals
//
E... | MdeModulePkg/Universal/Variable/MmVariablePei/MmVariablePei.c | null | null | null | null | null |
source | edk2 | /** @file -- MmVariablePei.h
Provides interface for reading Secure System Variables during PEI.
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <PiPei.h>
#include <Uefi/UefiSpec.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
#include <L... | MdeModulePkg/Universal/Variable/MmVariablePei/MmVariablePei.h | null | null | null | null | null |
source | edk2 | /** @file
Implement ReadOnly Variable Services required by PEIM and install
PEI ReadOnly Varaiable2 PPI. These services operates the non volatile storage space.
Copyright (c) 2006 - 2024, Intel Corporation. All rights reserved.<BR>
Copyright (c) Microsoft Corporation.<BR>
SPDX-License-Identifier: BSD-2-Clause-Pate... | MdeModulePkg/Universal/Variable/Pei/Variable.c | null | null | null | null | null |
source | edk2 | /** @file
The internal header file includes the common header files, defines
internal structure and functions used by PeiVariable module.
Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <PiPei.h>
#include <Ppi/ReadOnly... | MdeModulePkg/Universal/Variable/Pei/Variable.h | null | null | null | null | null |
source | edk2 | /** @file
Measure TCG required variable.
Copyright (c) 2013 - 2017, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <PiDxe.h>
#include <Guid/ImageAuthentication.h>
#include <Guid/DeviceAuthentication.h>
#include <IndustryStandard/UefiTcgPlatform.h>
#include <L... | MdeModulePkg/Universal/Variable/RuntimeDxe/Measurement.c | null | null | null | null | null |
source | edk2 | /** @file
Polymorphic functions that are called from both the privileged driver (i.e.,
the DXE_SMM variable module) and the non-privileged drivers (i.e., one or
both of the DXE_RUNTIME variable modules).
Each of these functions has two implementations, appropriate for privileged
vs. non-privileged driver cod... | MdeModulePkg/Universal/Variable/RuntimeDxe/PrivilegePolymorphic.h | null | null | null | null | null |
source | edk2 | /** @file
Handles non-volatile variable store garbage collection, using FTW
(Fault Tolerant Write) protocol.
Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "Variable.h"
/**
Gets LBA of block and offset by given address.
This ... | MdeModulePkg/Universal/Variable/RuntimeDxe/Reclaim.c | null | null | null | null | null |
source | edk2 | /** @file
Barrier to stop speculative execution (DXE version).
Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "Variable.h"
/**
This service is consumed by the variable modules to place a barrier to stop
speculative execution.
Ensure... | MdeModulePkg/Universal/Variable/RuntimeDxe/SpeculationBarrierDxe.c | null | null | null | null | null |
source | edk2 | /** @file
Barrier to stop speculative execution (SMM version).
Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <Library/BaseLib.h>
#include "Variable.h"
/**
This service is consumed by the variable modules to place a barrier to stop
spe... | MdeModulePkg/Universal/Variable/RuntimeDxe/SpeculationBarrierSmm.c | null | null | null | null | null |
source | edk2 | /** @file
TCG MOR (Memory Overwrite Request) Lock Control support (DXE version).
This module clears MemoryOverwriteRequestControlLock variable to indicate
MOR lock control unsupported.
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: B... | MdeModulePkg/Universal/Variable/RuntimeDxe/TcgMorLockDxe.c | null | null | null | null | null |
source | edk2 | /** @file
TCG MOR (Memory Overwrite Request) Lock Control support (SMM version).
This module initilizes MemoryOverwriteRequestControlLock variable.
This module adds Variable Hook and check MemoryOverwriteRequestControlLock.
Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
Copyright (c) Mic... | MdeModulePkg/Universal/Variable/RuntimeDxe/TcgMorLockSmm.c | null | null | null | null | null |
source | edk2 | /** @file
Implementation functions and structures for var check protocol
and variable lock protocol based on VarCheckLib.
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "Variable.h"
/**
Register Set... | MdeModulePkg/Universal/Variable/RuntimeDxe/VarCheck.c | null | null | null | null | null |
source | edk2 | /** @file
The common variable operation routines shared by DXE_RUNTIME variable
module and DXE_SMM variable module.
Caution: This module requires additional review when modified.
This driver will have external input - variable data. They may be input in SMM mode.
This external input must be validated careful... | MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c | null | null | null | null | null |
source | edk2 | /** @file
The internal header file includes the common header files, defines
internal structure and functions used by Variable modules.
Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <PiDxe.h>
#include <Protocol/Varia... | MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.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.