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 Entrypoint of "tftp" shell standalone application. Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved. <BR> Copyright (c) 2015, ARM Ltd. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "Tftp.h" // // String token ID of help message text. // Shell s...
ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.c
null
null
null
null
null
source
edk2
/** @file Produce "tftp" shell dynamic command. Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved. <BR> Copyright (c) 2015, ARM Ltd. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "Tftp.h" #include <Protocol/ShellDynamicCommand.h> /** This is the shell c...
ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.c
null
null
null
null
null
source
edk2
/** @file Main file for the "varpolicy" dynamic UEFI shell command and application. This feature can provide detailed UEFI variable policy configuration information in the UEFI shell. Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "VariablePolicy.h" #includ...
ShellPkg/DynamicCommand/VariablePolicyDynamicCommand/VariablePolicy.c
null
null
null
null
null
source
edk2
/** @file Internal header file for the module. Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <Protocol/Shell.h> #define VAR_POLICY_COMMAND_NAME L"varpolicy" typedef enum { VariableVendorCapsule, VariableVendorCapsuleReport,...
ShellPkg/DynamicCommand/VariablePolicyDynamicCommand/VariablePolicy.h
null
null
null
null
null
source
edk2
/** @file Functionality specific for standalone UEFI application support. This application can provide detailed UEFI variable policy configuration information in the UEFI shell. Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "VariablePolicy.h" #include <Lib...
ShellPkg/DynamicCommand/VariablePolicyDynamicCommand/VariablePolicyApp.c
null
null
null
null
null
source
edk2
/** @file Functionality specific for dynamic UEFI shell command support. This command can provide detailed UEFI variable policy configuration information in the UEFI shell. Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "VariablePolicy.h" #include <Library/...
ShellPkg/DynamicCommand/VariablePolicyDynamicCommand/VariablePolicyDynamicCommand.c
null
null
null
null
null
source
edk2
/** @file GUID for Shell Variable for Get/Set via runtime services. Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define SHELL_ALIAS_VARIABLE_GUID \ { \ 0x0053d9d6, 0x2659, 0x4599, { 0xa2, 0x6b, 0xef, 0x45, 0x36, 0xe6, 0...
ShellPkg/Include/Guid/ShellAliasGuid.h
null
null
null
null
null
source
edk2
/** @file GUID for EFI shell Environment2 Extension. Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define SHELLPKG_SHELL_ENV2_EXT_GUID \ { \ 0xd2c18636, 0x40e5, 0x4eb5, {0xa3, 0x1b, 0x36, 0x69, 0x5f, 0xd4, 0x2c, 0x87} \ ...
ShellPkg/Include/Guid/ShellEnvironment2Ext.h
null
null
null
null
null
source
edk2
/** @file GUIDs for HII package list installed by Shell libraries. Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define HANDLE_PARSING_HII_GUID \ { \ 0xb8969637, 0x81de, 0x43af, { 0xbc, 0x9a, 0x24, 0xd9, 0x89, 0x13, 0x...
ShellPkg/Include/Guid/ShellLibHiiGuid.h
null
null
null
null
null
source
edk2
/** @file GUID for Shell Map for Get/Set via runtime services. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define SHELL_MAP_GUID \ { \ 0x51271e13, 0x7de3, 0x43af, { 0x8b, 0xc2, 0x71, 0xad, 0x3b, 0x82, 0x43, 0x25 } \ } ...
ShellPkg/Include/Guid/ShellMapGuid.h
null
null
null
null
null
source
edk2
/** @file GUID for ShellPkg PCD Token Space. Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define EFI_SHELLPKG_TOKEN_SPACE_GUID \ { \ 0x171e9188, 0x31d3, 0x40f5, { 0xb1, 0xc, 0x53, 0x9b, 0x2d, 0xb9, 0x40, 0xcd } \ } ext...
ShellPkg/Include/Guid/ShellPkgTokenSpace.h
null
null
null
null
null
source
edk2
/** @file GUID for Shell Variable for Get/Set via runtime services. Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define SHELL_VARIABLE_GUID \ { \ 0x158def5a, 0xf656, 0x419c, { 0xb0, 0x27, 0x7a, 0x31, 0x92, 0xc0, 0x79, 0...
ShellPkg/Include/Guid/ShellVariableGuid.h
null
null
null
null
null
source
edk2
/** @file Library providing 'acpiview' functionality to display and validate installed ACPI tables. Copyright (c) 2016 - 2020, ARM Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Dump a buffer to a file. Print error message if a file cannot be created. ...
ShellPkg/Include/Library/AcpiViewCommandLib.h
null
null
null
null
null
source
edk2
/** @file Header file for BCFG command library. Copyright (c) 2014, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** "Constructor" for the library. This will register the handler for the bcfg command. @param[in] ImageHandle the image hand...
ShellPkg/Include/Library/BcfgCommandLib.h
null
null
null
null
null
source
edk2
/** @file Provides interface to advanced shell functionality for parsing both handle and protocol database. Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> /** Function to add a new GUID/Name mapping. ...
ShellPkg/Include/Library/HandleParsingLib.h
null
null
null
null
null
source
edk2
/** @file Provides application point extension for "C" style main function. Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** UEFI application entry point which has an interface similar to a standard C main function. ...
ShellPkg/Include/Library/ShellCEntryLib.h
null
null
null
null
null
source
edk2
/** @file Provides interface to shell internal functions for shell commands. This library is for use ONLY by shell commands linked into the shell application. This library will not function if it is used for UEFI Shell 2.0 Applications. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> ...
ShellPkg/Include/Library/ShellCommandLib.h
null
null
null
null
null
source
edk2
/** @file Provides interface to shell functionality for shell commands and applications. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> Copyright 2018 Dell Technologies.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <Guid/FileInfo.h> #in...
ShellPkg/Include/Library/ShellLib.h
null
null
null
null
null
source
edk2
/** @file Defines for EFI shell environment 2 ported to EDK II build environment. (no spec) Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define DEFAULT_INIT_ROW 1 #define DEFAULT_AUTO_LF FALSE /** This function is a...
ShellPkg/Include/Protocol/EfiShellEnvironment2.h
null
null
null
null
null
source
edk2
/** @file EFI Shell Interface protocol from EDK shell (no spec). Shell Interface - additional information (over image_info) provided to an application started by the shell. ConIo provides a file-style interface to the console. The shell interface's and data (including ConIo) are only valid during the app...
ShellPkg/Include/Protocol/EfiShellInterface.h
null
null
null
null
null
source
edk2
/** @file Provides interface to advanced shell functionality for parsing both handle and protocol database. Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR> (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR> (C) Copyright 2015-2021 Hewlett Packard Enterprise Development...
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
null
null
null
null
null
source
edk2
/** @file Provides interface to advanced shell functionality for parsing both handle and protocol database. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> (C) Copyright 2013-2016 Hewlett-Packard Development Company, L.P.<B...
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h
null
null
null
null
null
source
edk2
/** @file ACPI parser Copyright (c) 2016 - 2024, Arm Limited. All rights reserved. Copyright (c) 2022, AMD Incorporated. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Uefi.h> #include <Library/UefiLib.h> #include <Library/UefiBootServicesTableLib.h> #include <Library/BaseMemo...
ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.c
null
null
null
null
null
source
edk2
/** @file Header file for ACPI parser Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. Copyright (c) 2016 - 2024, Arm Limited. All rights reserved. Copyright (C) 2022 - 2026, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define ...
ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.h
null
null
null
null
null
source
edk2
/** @file ACPI table parser Copyright (c) 2016 - 2020, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - Sbbr or SBBR - Server Base Boot Requirements @par Reference(s): - Arm Server Base Boot Requirements 1.2, September 2019 **/ #include <Uefi.h> #in...
ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.c
null
null
null
null
null
source
edk2
/** @file Header file for ACPI table parser Copyright (c) 2016 - 2020, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** The maximum number of ACPI table parsers. */ #define MAX_ACPI_TABLE_PARSERS 32 /** An invalid/NULL signature value. */ #define ACPI_PARS...
ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2016 - 2020, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - Sbbr or SBBR - Server Base Boot Requirements @par Reference(s): - Arm Server Base Boot Requirements 1.2, September 2019 **/ #include <Library/PrintLib.h> #include <L...
ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.c
null
null
null
null
null
source
edk2
/** @file Header file for AcpiView Copyright (c) 2016 - 2020, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** A macro to define the max file name length **/ #define MAX_FILE_NAME_LEN 128 /** Offset to the RSDP revision from the start of the RSDP **/ #de...
ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.h
null
null
null
null
null
source
edk2
/** @file State and accessors for 'acpiview' configuration. Copyright (c) 2016 - 2020, ARM Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Library/BaseMemoryLib.h> #include <Library/DebugLib.h> #include "AcpiViewConfig.h" // Report variables STATIC BOOLEAN ...
ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiViewConfig.c
null
null
null
null
null
source
edk2
/** @file Header file for 'acpiview' configuration. Copyright (c) 2016 - 2020, ARM Limited. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** This function returns the colour highlighting status. @retval TRUE Colour highlighting is enabled. **/ BOOLEAN EFIAPI GetCo...
ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiViewConfig.h
null
null
null
null
null
source
edk2
/** @file Main file for 'acpiview' Shell command function. Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. Copyright (c) 2016 - 2023, Arm Limited. All rights reserved.<BR> Copyright (C) 2025 - 2026 Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **...
ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c
null
null
null
null
null
source
edk2
/** @file Arm Server Base Boot Requirements ACPI table requirement validator. Copyright (c) 2020, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - Sbbr or SBBR - Server Base Boot Requirements - Sbsa or SBSA - Server Base System Architecture @par Re...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Arm/SbbrValidator.c
null
null
null
null
null
source
edk2
/** @file Header file for SbbrValidator.c Copyright (c) 2020, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Glossary: - Sbbr or SBBR - Server Base Boot Requirements - Sbsa or SBSA - Server Base System Architecture @par Reference(s): - Arm Server Base Bo...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Arm/SbbrValidator.h
null
null
null
null
null
source
edk2
/** @file AEST table parser Copyright (c) 2020 - 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI for the Armv8 RAS Extensions 1.1 Platform Design Document, dated 28 September 2020. (https://developer.arm.com/documentation/den0085/0...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Aest/AestParser.c
null
null
null
null
null
source
edk2
/** @file AGDI table parser Copyright (c) 2025, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI for the Arm Components 1.2 EAC1 Platform Design Document, dated July 2025. (https://developer.arm.com/documentation/den0093/1-2eac1/) **/ #i...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Agdi/AgdiParser.c
null
null
null
null
null
source
edk2
/** @file APMT table parser Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. Copyright (c) 2017 - 2018, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.2 Specification - Errata A, September 2017 **/ #include <IndustryStandard/Acpi.h...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Apmt/ApmtParser.c
null
null
null
null
null
source
edk2
/** @file BGRT table parser Copyright (c) 2017 - 2018, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.2 Specification - Errata A, September 2017 **/ #include <IndustryStandard/Acpi.h> #include <Library/UefiLib.h> #include "AcpiParser.h" #include...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Bgrt/BgrtParser.c
null
null
null
null
null
source
edk2
/** @file DBG2 table parser Copyright (c) 2016 - 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - Microsoft Debug Port Table 2 (DBG2) Specification - December 10, 2015. **/ #include <IndustryStandard/DebugPort2Table.h> #include <Library/UefiLib.h> ...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Dbg2/Dbg2Parser.c
null
null
null
null
null
source
edk2
/** @file DSDT table parser Copyright (c) 2016 - 2022, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.2 Specification - Errata A, September 2017 **/ #include <IndustryStandard/Acpi.h> #include <Library/UefiLib.h> #include "AcpiParser.h" #include...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Dsdt/DsdtParser.c
null
null
null
null
null
source
edk2
/** @file EINJ table parser Copyright (c) 2024, Arm Limited. SPDX-License-Identifier: BSD-2-Clause-Patent @par Specification Reference: - ACPI 6.5, Table 18.3.2 ACPI Error Source **/ #include <IndustryStandard/Acpi.h> #include <Library/UefiLib.h> #include "AcpiParser.h" #include "AcpiTableParser.h" #inc...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Einj/EinjParser.c
null
null
null
null
null
source
edk2
/** @file ERST table parser Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. Copyright (c) 2016 - 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.5 Specification - August 2022 **/ #include <IndustryStandard/Acpi.h> #include <L...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Erst/ErstParser.c
null
null
null
null
null
source
edk2
/** @file FACS table parser Copyright (c) 2019, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.3 Specification - January 2019 **/ #include <IndustryStandard/Acpi.h> #include <Library/UefiLib.h> #include "AcpiParser.h" #include "AcpiTableParser.h...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Facs/FacsParser.c
null
null
null
null
null
source
edk2
/** @file FADT table parser Copyright (c) 2016 - 2024, Arm Limited. All rights reserved. Copyright (c) 2022, AMD Incorporated. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.3 Specification - January 2019 **/ #include <IndustryStandard/Acpi.h> #include <Li...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Fadt/FadtParser.c
null
null
null
null
null
source
edk2
/** @file Firmware Performance Data Table (FPDT) table parser Copyright (C) 2026 Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.5 Specification - August 2022 **/ #include <IndustryStandard/Acpi.h> #include <Library/UefiLib.h> #i...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Fpdt/FpdtParser.c
null
null
null
null
null
source
edk2
/** @file GTDT table parser Copyright (c) 2016 - 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.4 Specification - January 2021 **/ #include <IndustryStandard/Acpi.h> #include <Library/UefiLib.h> #include "AcpiParser.h" #include "AcpiTabl...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Gtdt/GtdtParser.c
null
null
null
null
null
source
edk2
/** @file HEST table parser Copyright (c) 2024, Arm Limited. SPDX-License-Identifier: BSD-2-Clause-Patent @par Specification Reference: - ACPI 6.5, Table 18.3.2 ACPI Error Source **/ #include <IndustryStandard/Acpi.h> #include <Library/UefiLib.h> #include "AcpiParser.h" #include "AcpiTableParser.h" #inc...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Hest/HestParser.c
null
null
null
null
null
source
edk2
/** @file HMAT table parser Copyright (c) 2020 - 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.3 Specification - January 2019 @par Glossary: - MPDA - Memory Proximity Domain Attributes - SLLBI - System Locality Latency and Band...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Hmat/HmatParser.c
null
null
null
null
null
source
edk2
/** @file HPET table parser Copyright (c) 2024, Arm Limited. All rights reserved. Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - HPET spec, version 1.0a **/ #include <Library/UefiLib.h> #include "AcpiParser.h" STAT...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Hpet/HpetParser.c
null
null
null
null
null
source
edk2
/** @file IORT table parser Copyright (c) 2016 - 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - IO Remapping Table, Platform Design Document, Revision E.d, Feb 2022 (https://developer.arm.com/documentation/den0049/) @par Glossary: - R...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Iort/IortParser.c
null
null
null
null
null
source
edk2
/** @file MADT table parser Copyright (c) 2016 - 2024, Arm Limited. All rights reserved. Copyright (c) 2022, AMD Incorporated. All rights reserved. Copyright (c) 2024, Loongson Technology Corporation Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Madt/MadtParser.c
null
null
null
null
null
source
edk2
/** @file Header file for MADT table parser Copyright (c) 2019, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - Arm Generic Interrupt Controller Architecture Specification, GIC architecture version 3 and version 4, issue E - Arm Server Base Sys...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Madt/MadtParser.h
null
null
null
null
null
source
edk2
/** @file MCFG table parser Copyright (c) 2016 - 2018, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - PCI Firmware Specification - Revision 3.2, January 26, 2015. **/ #include <IndustryStandard/Acpi.h> #include <Library/UefiLib.h> #include "AcpiParser....
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Mcfg/McfgParser.c
null
null
null
null
null
source
edk2
/** @file MPAM table parser Copyright (c) 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Specification Reference: - [1] ACPI for Memory System Resource Partitioning and Monitoring 2.0 (https://developer.arm.com/documentation/den0065/latest) @par Glossary: ...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Mpam/MpamParser.c
null
null
null
null
null
source
edk2
/** @file PCCT table parser Copyright (c) 2021 - 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.4 Specification - January 2021 **/ #include <Library/BaseMemoryLib.h> #include <Library/PrintLib.h> #include <Library/UefiLib.h> #include "Acpi...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParser.c
null
null
null
null
null
source
edk2
/** @file Header file for PCCT parser Copyright (c) 2020, Arm Limited. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Minimum value for the 'length' field in subspaces of types 0, 1 and 2. */ #define MIN_MEMORY_RANGE_LENGTH 8 /** Minimum value for the 'length' field in subspaces of typ...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParser.h
null
null
null
null
null
source
edk2
/** @file PPTT table parser Copyright (c) 2019 - 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.4 Specification - January 2021 - ARM Architecture Reference Manual ARMv8 (D.a) **/ #include <Library/PrintLib.h> #include <Library/UefiLib....
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pptt/PpttParser.c
null
null
null
null
null
source
edk2
/** @file Header file for PPTT parser Copyright (c) 2019, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ARM Architecture Reference Manual ARMv8 (D.a) **/ #pragma once #if defined (MDE_CPU_AARCH64) /// Cache parameters allowed by the architecture wit...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pptt/PpttParser.h
null
null
null
null
null
source
edk2
/** @file RAS2 table parser Copyright (c) 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.5 Specification - August 2022 **/ #include <Library/PrintLib.h> #include <Library/BaseLib.h> #include <Library/UefiLib.h> #include "AcpiParser.h" #inc...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Ras2/Ras2Parser.c
null
null
null
null
null
source
edk2
/** @file RASF table parser Copyright (c) 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.5 Specification - August 2022 **/ #include <Library/PrintLib.h> #include <Library/BaseLib.h> #include <Library/UefiLib.h> #include "AcpiParser.h" #inc...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Rasf/RasfParser.c
null
null
null
null
null
source
edk2
/** @file RISC-V IO Mapping Table (RIMT) parser Copyright (c) 2025, Plasteli.net. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent Reference(s): - ACPI 6.6 Specification - RISC-V IO Mapping Table (RIMT) Specification Version v1.0, 2025-03-31: Ratified **/ #include <IndustryStandard/R...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Rimt/RimtParser.c
null
null
null
null
null
source
edk2
/** @file RSDP table parser Copyright (c) 2016 - 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.2 Specification - Errata A, September 2017 **/ #include <Library/UefiLib.h> #include "AcpiParser.h" #include "AcpiTableParser.h" // Local Vari...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Rsdp/RsdpParser.c
null
null
null
null
null
source
edk2
/** @file SLIT table parser Copyright (c) 2016 - 2019, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.2 Specification - Errata A, September 2017 **/ #include <IndustryStandard/Acpi.h> #include <Library/PrintLib.h> #include <Library/UefiLib.h> #i...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Slit/SlitParser.c
null
null
null
null
null
source
edk2
/** @file SPCR table parser Copyright (c) 2016 - 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - Microsoft Serial Port Console Redirection Table Specification - Version 1.03 - August 10, 2015. **/ #include <IndustryStandard/Acpi.h> #include ...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Spcr/SpcrParser.c
null
null
null
null
null
source
edk2
/** @file SRAT table parser Copyright (c) 2016 - 2024, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.3 Specification - January 2019 **/ #include <IndustryStandard/Acpi.h> #include <Library/PrintLib.h> #include <Library/UefiLib.h> #include "Acpi...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Srat/SratParser.c
null
null
null
null
null
source
edk2
/** @file SSDT table parser Copyright (c) 2016 - 2018, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.2 Specification - Errata A, September 2017 **/ #include <IndustryStandard/Acpi.h> #include <Library/UefiLib.h> #include "AcpiParser.h" #include...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Ssdt/SsdtParser.c
null
null
null
null
null
source
edk2
/** @file TPM2 table parser Copyright (c) 2024, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - TCG ACPI Specification - Version 1.4, Revision 15, April 3, 2024. (https://trustedcomputinggroup.org/resource/tcg-acpi-specification/) **/ #include <In...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Tpm2/Tpm2Parser.c
null
null
null
null
null
source
edk2
/** @file WSMT table parser Copyright (c) 2024, Arm Limited. All rights reserved. Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - Windows SMM Security Mitigation Table spec, version 1.0 **/ #include <Library/UefiLib....
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Wsmt/WsmtParser.c
null
null
null
null
null
source
edk2
/** @file XSDT table parser Copyright (c) 2016 - 2019, ARM Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Reference(s): - ACPI 6.2 Specification - Errata A, September 2017 **/ #include <IndustryStandard/Acpi.h> #include <Library/UefiLib.h> #include <Library/PrintLib.h> #i...
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Xsdt/XsdtParser.c
null
null
null
null
null
source
edk2
/** @file Main file for BCFG command. (C) Copyright 2014-2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Uefi.h> #include <Guid/GlobalVariable.h> #include <Guid/ShellLibHiiGui...
ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
null
null
null
null
null
source
edk2
/** @file Provides application point extension for "C" style main function Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Base.h> #include <Protocol/SimpleFileSystem.h> #include <Protocol/LoadedImage.h> #include <Protocol/EfiSh...
ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c
null
null
null
null
null
source
edk2
/** @file Main file for support of shell consist mapping. Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "UefiShellCommandLib.h" #include <Library/DevicePathLib.h> #include <Library/SortLib.h> #include <Library/UefiLib.h> #include...
ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c
null
null
null
null
null
source
edk2
/** @file Provides interface to shell internal functions for shell commands. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: ...
ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
null
null
null
null
null
source
edk2
/** @file Provides interface to shell internal functions for shell commands. 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 <Uefi.h> #include <Gui...
ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h
null
null
null
null
null
source
edk2
/** @file Main file for Comp shell Debug1 function. (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "UefiShellDebug1CommandsLib.h" STATIC CONST SHELL_PARAM_ITEM ...
ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c
null
null
null
null
null
source
edk2
/** @file Main file for compression routine. Compression routine. The compression algorithm is a mixture of LZ77 and Huffman coding. LZ77 transforms the source data into a sequence of Original Characters and Pointers to repeated strings. This sequence is further divided into Blocks and Huffman codings are ...
ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c
null
null
null
null
null
source
edk2
/** @file Header file for compression routine. Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** The compression routine. @param[in] SrcBuffer The buffer containing the source data. @param[in] SrcSize...
ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.h
null
null
null
null
null
source
edk2
/** @file Main file for Dblk shell Debug1 function. (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "UefiShellDebug1CommandsLib.h" #include <Protocol/BlockIo.h> /...
ShellPkg/Library/UefiShellDebug1CommandsLib/Dblk.c
null
null
null
null
null
source
edk2
/** @file Main file for Dmem shell Debug1 function. Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #incl...
ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c
null
null
null
null
null
source
edk2
/** @file Main file for DmpStore shell Debug1 function. (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "UefiShellDebug1CommandsLib.h" typedef enum { DmpSt...
ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c
null
null
null
null
null
source
edk2
/** @file Implements inputbar interface functions. Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "EditInputBar.h" #include "UefiShellDebug1CommandsLib.h" CHAR16 *mPrompt; // Input bar mPrompt ...
ShellPkg/Library/UefiShellDebug1CommandsLib/EditInputBar.c
null
null
null
null
null
source
edk2
/** @file Declares imputbar interface functions. Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Initialize the input bar. @param[in] TextInEx Pointer to SimpleTextInEx instance in System Table. **/ VOID InputBarIn...
ShellPkg/Library/UefiShellDebug1CommandsLib/EditInputBar.h
null
null
null
null
null
source
edk2
/** @file implements menubar interface functions. Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "EditMenuBar.h" #include "UefiShellDebug1CommandsLib.h" #include "EditStatusBar.h" EDITOR_MENU_ITEM *MenuItems; MENU_ITEM_FUNCT...
ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c
null
null
null
null
null
source
edk2
/** @file Declares menubar interface functions. Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define SCAN_CONTROL_E 5 #define SCAN_CONTROL_F 6 #define SCAN_CONTROL_G 7 #define SCAN_CONTROL_K 11 #define SCAN_CONTROL_O ...
ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h
null
null
null
null
null
source
edk2
/** @file Implements statusbar interface functions. Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "EditStatusBar.h" #include "UefiShellDebug1CommandsLib.h" CHAR16 *StatusString; BOOLEAN StatusBarNeedRefresh; BOOLEAN Status...
ShellPkg/Library/UefiShellDebug1CommandsLib/EditStatusBar.c
null
null
null
null
null
source
edk2
/** @file Declares statusbar interface functions. Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Initialization function for Status Bar. @retval EFI_SUCCESS The operation was successful. @retval EFI_OUT...
ShellPkg/Library/UefiShellDebug1CommandsLib/EditStatusBar.h
null
null
null
null
null
source
edk2
/** @file Implements titlebar interface functions. (C) Copyright 2013 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "EditTitleBar.h" #include "UefiShellDebug1CommandsLib.h" CHAR1...
ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.c
null
null
null
null
null
source
edk2
/** @file Declares titlebar interface functions. Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved. <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Initialize a title bar. @param[in] Prompt The prompt to print in the title bar. @retval EFI_SUCCESS ...
ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h
null
null
null
null
null
source
edk2
/** @file Main file for EfiCompress shell Debug1 function. (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "UefiShellDebug1CommandsLib.h" #include "Compress.h" /*...
ShellPkg/Library/UefiShellDebug1CommandsLib/EfiCompress.c
null
null
null
null
null
source
edk2
/** @file Main file for EfiDecompress shell Debug1 function. (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "UefiShellDebug1CommandsLib.h" #include <Protocol/Deco...
ShellPkg/Library/UefiShellDebug1CommandsLib/EfiDecompress.c
null
null
null
null
null
source
edk2
/** @file Main file for LoadPciRom shell Debug1 function. (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2005 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "UefiShellDebug1CommandsLib.h" #include <IndustryStandard...
ShellPkg/Library/UefiShellDebug1CommandsLib/LoadPciRom.c
null
null
null
null
null
source
edk2
/** @file Main file for Mode shell Debug1 function. (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ ...
ShellPkg/Library/UefiShellDebug1CommandsLib/MemMap.c
null
null
null
null
null
source
edk2
/** @file Main file for Mm shell Debug1 function. (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "UefiShellDebug1CommandsLib.h" #include <Library/ShellLib.h> #inc...
ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c
null
null
null
null
null
source
edk2
/** @file Main file for Mode shell Debug1 function. (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "UefiShellDebug1CommandsLib.h" /** Function for 'mode' comma...
ShellPkg/Library/UefiShellDebug1CommandsLib/Mode.c
null
null
null
null
null
source
edk2
/** @file Main file for Pci shell Debug1 function. Copyright (c) 2005 - 2021, Intel Corporation. All rights reserved.<BR> (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #...
ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
null
null
null
null
null
source
edk2
/** @file Header file for Pci shell Debug1 function. Copyright (c) 2013 Hewlett-Packard Development Company, L.P. Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once typedef enum { PciDevice, PciP2pBridge, PciCardBusBridg...
ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.h
null
null
null
null
null
source
edk2
/** @file Main file for SerMode shell Debug1 function. (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "UefiShellDebug1CommandsLib.h" #include <Library/ShellLib.h>...
ShellPkg/Library/UefiShellDebug1CommandsLib/SerMode.c
null
null
null
null
null
source
edk2
/** @file Main file for SetSize shell Debug1 function. (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "UefiShellDebug1CommandsLib.h" /** Function for 'setsize'...
ShellPkg/Library/UefiShellDebug1CommandsLib/SetSize.c
null
null
null
null
null
source
edk2
/** @file Main file for SetVar shell Debug1 function. (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "UefiShellDebug1CommandsLib.h" STATIC CONST SHELL_PARAM_ITEM...
ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c
null
null
null
null
null
source
edk2
/** @file Main file for NULL named library for debug1 profile shell command functions. Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "UefiShellDebug1CommandsLib.h" #include <Library/BcfgCommandLib.h> STATIC CONST CHAR16 mFileN...
ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c
null
null
null
null
null
source
edk2
/** @file Main file for NULL named library for Profile1 shell command functions. Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <Guid/GlobalVariable.h> #include <Guid/ConsoleInDevice.h> #include <...
ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h
null
null
null
null
null