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 Definitions internally used for Platform Runtime Mechanism (PRM) module discovery. Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <PrmModuleImageContext.h> #define PRM_MODULE_IMAGE_CONTEXT_LIST_ENTRY_SIGNATURE SIGNATURE_32('P','R','M','E...
PrmPkg/Library/DxePrmModuleDiscoveryLib/PrmModuleDiscovery.h
null
null
null
null
null
source
edk2
/** @file Unit tests for the PRM Module Discovery Library. Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <stdio.h> #include <string.h> #include <stdarg.h> #include <stddef.h> #include <setjmp.h> #include <cmocka.h> #include <Library/BaseLib.h> #include <Library...
PrmPkg/Library/DxePrmModuleDiscoveryLib/UnitTest/DxePrmModuleDiscoveryLibUnitTest.c
null
null
null
null
null
source
edk2
/** @file This file contains implementation for additional PE/COFF functionality needed to use Platform Runtime Mechanism (PRM) modules. Copyright (c) Microsoft Corporation Copyright (c) 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <IndustrySt...
PrmPkg/Library/DxePrmPeCoffLib/DxePrmPeCoffLib.c
null
null
null
null
null
source
edk2
/** @file This file contains the implementation for a Platform Runtime Mechanism (PRM) configuration driver. Copyright (c) Microsoft Corporation Copyright (c) 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Library/BaseLib.h> #include <Library/Bas...
PrmPkg/PrmConfigDxe/PrmConfigDxe.c
null
null
null
null
null
source
edk2
/** @file Definition for the Platform Runtime Mechanism (PRM) ACPI table (PRMT). Copyright (c) 2020, Intel Corporation. All rights reserved.<BR> Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Base.h> #include <IndustryStandard/Acpi10.h> #define ...
PrmPkg/PrmLoaderDxe/PrmAcpiTable.h
null
null
null
null
null
source
edk2
/** @file This file contains the implementation for a Platform Runtime Mechanism (PRM) loader driver. Copyright (c) 2020, Intel Corporation. All rights reserved.<BR> Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "PrmAcpiTable.h" #include <Guid/ZeroGuid.h> #...
PrmPkg/PrmLoaderDxe/PrmLoaderDxe.c
null
null
null
null
null
source
edk2
/** @file This file contains a sample implementation of the Platform Runtime Mechanism (PRM) SSDT Install library. Copyright (c) Microsoft Corporation Copyright (c) 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <IndustryStandard/Acpi.h> #includ...
PrmPkg/PrmSsdtInstallDxe/PrmSsdtInstallDxe.c
null
null
null
null
null
source
edk2
# **Platform Runtime Mechanism Sample Modules** The PRM module samples provided here serve as focused examples of how to perform various tasks in a PRM module. The samples can also be used to verify the basic infrastructure needed in your firmware implementation is working as expected by checking that the sample modul...
PrmPkg/Samples/Readme.md
null
null
null
null
null
source
edk2
/** @file This PRM Module demonstrates how to define an ACPI parameter buffer that is used by a PRM handler. Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <PrmModule.h> #include <Library/BaseLib.h> #include <Library/UefiLib.h> // TEMP #include <Library/DebugLi...
PrmPkg/Samples/PrmSampleAcpiParameterBufferModule/PrmSampleAcpiParameterBufferModule.c
null
null
null
null
null
source
edk2
/** @file The boot services environment configuration library for the ACPI Parameter Buffer Sample PRM module. Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Library/BaseLib.h> #include <Library/BaseMemoryLib.h> #include <Library/DebugLib.h> #include <Library/Me...
PrmPkg/Samples/PrmSampleAcpiParameterBufferModule/Library/DxeAcpiParameterBufferModuleConfigLib/DxeAcpiParameterBufferModuleConfigLib.c
null
null
null
null
null
source
edk2
/** @file This PRM Module demonstrates how to configure the module data resources in the firmware boot environment and access those resources in a PRM handler at OS runtime. Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <PrmModule.h> #include <Library/BaseLib...
PrmPkg/Samples/PrmSampleContextBufferModule/PrmSampleContextBufferModule.c
null
null
null
null
null
source
edk2
/** @file PRM Module Static Data Defines the structure of the static data buffer for the PRM Sample Context Buffer module. Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Base.h> #define SOME_VALUE_ARRAY_MAX_VALUES 16 typedef struct { BOOLE...
PrmPkg/Samples/PrmSampleContextBufferModule/Include/StaticData.h
null
null
null
null
null
source
edk2
/** @file The boot services environment configuration library for the Context Buffer Sample PRM module. Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Library/BaseLib.h> #include <Library/BaseMemoryLib.h> #include <Library/DebugLib.h> #include <Library/MemoryAll...
PrmPkg/Samples/PrmSampleContextBufferModule/Library/DxeContextBufferModuleConfigLib/DxeContextBufferModuleConfigLib.c
null
null
null
null
null
source
edk2
/** @file HPET register definitions from the IA-PC HPET (High Precision Event Timers) Specification, Revision 1.0a, October 2004. PRM Module Note: This specific header was copied from PcAtChipsetPkg to avoid a module dependency on the package just for this header. This is done for temporary testing purposes ...
PrmPkg/Samples/PrmSampleHardwareAccessModule/Hpet.h
null
null
null
null
null
source
edk2
/** @file A sample PRM Module implementation. This PRM Module provides PRM handlers that perform various types of hardware access. This is simply meant to demonstrate hardware access capabilities from a PRM handler. Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #includ...
PrmPkg/Samples/PrmSampleHardwareAccessModule/PrmSampleHardwareAccessModule.c
null
null
null
null
null
source
edk2
/** @file The boot services environment configuration library for the Hardware Access Sample PRM module. Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Library/BaseLib.h> #include <Library/BaseMemoryLib.h> #include <Library/DebugLib.h> #include <Library/MemoryAl...
PrmPkg/Samples/PrmSampleHardwareAccessModule/Library/DxeHardwareAccessModuleConfigLib/DxeHardwareAccessModuleConfigLib.c
null
null
null
null
null
source
edk2
# UEFI Redfish EDK2 Implementation ## Introduction UEFI Redfish EDK2 solution is an efficient and secure solution for the end-users to remote configure (in Out-of-band) UEFI platform configurations by leveraging the Redfish RESTful API. It's simple for end-users to access the configurations of UEFI firmware which hav...
RedfishPkg/Readme.md
null
null
null
null
null
source
edk2
/** @file This header file defines common macros for the use in RedfishPkg. Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #ifndef IS_EMPTY_STRING #define IS_EMPTY_STRING(a) ((a) == NULL || (a)[0] == '\0') #endif
RedfishPkg/Include/RedfishCommon.h
null
null
null
null
null
source
edk2
/** @file This header file defines Redfish service and Redfish data structures that are used to communicate with Redfish Ex Protocol. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023-2024, NVIDIA CORPORATION & ...
RedfishPkg/Include/RedfishServiceData.h
null
null
null
null
null
source
edk2
/** @file This file defines the Redfish Interface Specific Data. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Pat...
RedfishPkg/Include/IndustryStandard/RedfishHostInterface.h
null
null
null
null
null
source
edk2
/** @file Redfish Host Interface IPMI command Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <IndustryStandard/IpmiNetFnGroupExtension.h> #define REDFISH_IPMI_GROUP_EXTENSION ...
RedfishPkg/Include/IndustryStandard/RedfishHostInterfaceIpmi.h
null
null
null
null
null
source
edk2
/** @file UCS2 to UTF8 manipulation library header file. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /// /// L"\u0000" /// #define UNICODE_FORMAT_LEN ...
RedfishPkg/Include/Library/BaseUcs2Utf8Lib.h
null
null
null
null
null
source
edk2
/** @file Definitions of RedfishPlatformConfigLib. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/...
RedfishPkg/Include/Library/HiiUtilityLib.h
null
null
null
null
null
source
edk2
/** @file APIs for JSON operations. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once type...
RedfishPkg/Include/Library/JsonLib.h
null
null
null
null
null
source
edk2
/** @file Definitinos of RedfishContentCodingLib. (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** This is the function to encode the content use the algorithm indicated in ContentEncodedValue. The naming of ContentEncode...
RedfishPkg/Include/Library/RedfishContentCodingLib.h
null
null
null
null
null
source
edk2
/** @file Definitinos of RedfishHostInterfaceDxe driver. (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> /** Notification of Exit Boot Service. @param[in] This Pointer to EDKII_REDFISH_CREDENTIAL_PROTOC...
RedfishPkg/Include/Library/RedfishCredentialLib.h
null
null
null
null
null
source
edk2
/** @file Redfish CRT wrapper functions. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Library/BaseLib.h> #include <Library/BaseMemoryLib.h> #include ...
RedfishPkg/Include/Library/RedfishCrtLib.h
null
null
null
null
null
source
edk2
/** @file This file defines the Redfish debug library interface. Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <...
RedfishPkg/Include/Library/RedfishDebugLib.h
null
null
null
null
null
source
edk2
/** @file Definitinos of RedfishHostInterfaceDxe driver. (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> Copyright (C) 2022 Advanced Micro Devices, Inc. All rights reserved.<BR> Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-P...
RedfishPkg/Include/Library/RedfishHostInterfaceLib.h
null
null
null
null
null
source
edk2
/** @file This file defines the Redfish HTTP library interface. Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/EdkIIRedfishHttpProtocol.h> /** This function create Redfish service. It's caller'...
RedfishPkg/Include/Library/RedfishHttpLib.h
null
null
null
null
null
source
edk2
/** @file This library provides a set of utility APIs that allow to create/read/update/delete (CRUD) Redfish resources and provide basic query abilities by using [URI/RedPath] (https://github.com/DMTF/libredfish). The query language is based on XPath (https://www.w3.org/TR/1999/REC-xpath-19991116/). This lib...
RedfishPkg/Include/Library/RedfishLib.h
null
null
null
null
null
source
edk2
/** @file Definitions of RedfishPlatformConfigLib (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/EdkIIRedfishPlatformConfig.h> /...
RedfishPkg/Include/Library/RedfishPlatformConfigLib.h
null
null
null
null
null
source
edk2
/** @file Definitions of RedfishPlatformWantedDeviceLib. Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> /** This is the function to decide if input controller is the device that platform want to su...
RedfishPkg/Include/Library/RedfishPlatformWantedDeviceLib.h
null
null
null
null
null
source
edk2
/** @file This library provides help functions for REST EX Protocol. (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023, Ampere Computing LLC. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/RestEx.h> /// /// Librar...
RedfishPkg/Include/Library/RestExLib.h
null
null
null
null
null
source
edk2
/** @file This library defines the UEFI device path data of network device for REST service to decide which should be used as the Redfish host interface. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023, Ampere...
RedfishPkg/Include/Pcd/RestExServiceDevicePath.h
null
null
null
null
null
source
edk2
/** @file This file defines the EDKII_REDFISH_CONFIG_HANDLER_PROTOCOL interface. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once typedef struct _EDKII_REDFISH_CONFI...
RedfishPkg/Include/Protocol/EdkIIRedfishConfigHandler.h
null
null
null
null
null
source
edk2
/** @file This file defines the EDKII_REDFISH_CREDENTIAL_PROTOCOL interface. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once typedef struct _EDKII_REDFISH_CREDENTIA...
RedfishPkg/Include/Protocol/EdkIIRedfishCredential.h
null
null
null
null
null
source
edk2
/** @file This file defines the EDKII_REDFISH_CREDENTIAL2_PROTOCOL interface. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> (C) Copyright 2024 American Megatrends International LLC<BR> SPDX-License-Identifier: BSD-2-Clause-Pa...
RedfishPkg/Include/Protocol/EdkIIRedfishCredential2.h
null
null
null
null
null
source
edk2
/** @file This file defines the EDKII_REDFISH_HTTP_PROTOCOL interface. Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <RedfishServiceData.h> #include <Library/JsonLib.h> #include <Protocol/EdkIIRedfishConfi...
RedfishPkg/Include/Protocol/EdkIIRedfishHttpProtocol.h
null
null
null
null
null
source
edk2
/** @file This file defines the EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL interface. (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once typedef struct...
RedfishPkg/Include/Protocol/EdkIIRedfishPlatformConfig.h
null
null
null
null
null
source
edk2
/** @file UCS2 to UTF8 manipulation library. Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Uefi.h> #include <Library/BaseLib.h> #include <Library/BaseMemoryLi...
RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.c
null
null
null
null
null
source
edk2
/** @file This library provides help functions for REST EX Protocol. (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023, Ampere Computing LLC. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Uefi.h> #include <Library/BaseMemoryLib.h> #incl...
RedfishPkg/Library/DxeRestExLib/DxeRestExLib.c
null
null
null
null
null
source
edk2
/** @file The implementation of HII expression. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #i...
RedfishPkg/Library/HiiUtilityLib/HiiExpression.c
null
null
null
null
null
source
edk2
/** @file Definitions of Hii Expression. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma ...
RedfishPkg/Library/HiiUtilityLib/HiiExpression.h
null
null
null
null
null
source
edk2
/** @file The implementation of HII IFR parser. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #inclu...
RedfishPkg/Library/HiiUtilityLib/HiiIfrParse.c
null
null
null
null
null
source
edk2
/** @file HII internal header file. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #inc...
RedfishPkg/Library/HiiUtilityLib/HiiInternal.h
null
null
null
null
null
source
edk2
/** @file HII utility internal functions. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #includ...
RedfishPkg/Library/HiiUtilityLib/HiiUtilityInternal.c
null
null
null
null
null
source
edk2
/** @file Implementation of HII utility library. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #incl...
RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.c
null
null
null
null
null
source
edk2
/** @file APIs for JSON operations. The fuctions provided by this library are the wrapper to native open source jansson library. See below document for the API reference. https://jansson.readthedocs.io/en/2.13/apiref.html Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2...
RedfishPkg/Library/JsonLib/JsonLib.c
null
null
null
null
null
source
edk2
============================================================================= Introduction ============================================================================= Jansson is a C library for encoding, decoding and manipulating JSON data. Its main features and design principles are: ...
RedfishPkg/Library/JsonLib/Readme.rst
null
null
null
null
null
source
edk2
/** @file This is the configuration file for building jansson library. (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /// /// We don't support inline JSON on edk2 /// #define JSON_INLINE /// /// We support long long on edk2 /// #...
RedfishPkg/Library/JsonLib/jansson_config.h
null
null
null
null
null
source
edk2
/** @file Jansson private configurations for UEFI support. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 ...
RedfishPkg/Library/JsonLib/jansson_private_config.h
null
null
null
null
null
source
edk2
/* * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org> * * Jansson is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES....
RedfishPkg/Library/JsonLib/load.c
null
null
null
null
null
source
edk2
/** @file NULL instace of RedfishPlatformCredentialLib (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Uefi.h> #include <Protocol/EdkIIRedfishCredential.h> /** Notification of Exit Boot Service. @param[in] This Pointer to EDK...
RedfishPkg/Library/PlatformCredentialLibNull/PlatformCredentialLibNull.c
null
null
null
null
null
source
edk2
/** @file Source file to provide the platform Redfish Host Interface information of USB NIC Device exposed by BMC. Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved. Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ ...
RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInterfaceBmcUsbNicLib.c
null
null
null
null
null
source
edk2
/** @file Header file to provide the platform Redfish Host Interface information of USB NIC Device exposed by BMC. Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <IndustryStandard/Ipmi.h> #include...
RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInterfaceBmcUsbNicLib.h
null
null
null
null
null
source
edk2
/** @file NULL instace of RedfishPlatformHostInterfaceLib (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> Copyright (C) 2022 Advanced Micro Devices, Inc. All rights reserved.<BR> Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-...
RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.c
null
null
null
null
null
source
edk2
/** @file NULL instace of RedfishContentCodingLib (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Uefi.h> /** This is the function to encode the content use the algorithm indicated in ContentEncodedValue. The naming of ContentEn...
RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.c
null
null
null
null
null
source
edk2
/** @file Redfish debug library to debug Redfish application. Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Uefi.h> #include <RedfishCommon.h> ...
RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.c
null
null
null
null
null
source
edk2
/** @file Redfish HTTP cache library helps Redfish application to get Redfish resource from BMC with cache mechanism enabled. Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Library/BaseLib.h> #include <Library/DebugLi...
RedfishPkg/Library/RedfishHttpLib/RedfishHttpLib.c
null
null
null
null
null
source
edk2
/** @file Internal function header for Redfish Platform Config Library. (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <Libra...
RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigInternal.h
null
null
null
null
null
source
edk2
/** @file Wrapper function to support Redfish Platform Config protocol. (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "RedfishPlatformConfigInternal.h" ...
RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.c
null
null
null
null
null
source
edk2
/** @file Implementation of getting bootstrap credential via IPMI. Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @par Specification Reference: - Redfish Host Interface Specification (https://www.dmtf.org/sites/default/files/stan...
RedfishPkg/Library/RedfishPlatformCredentialIpmiLib/RedfishPlatformCredentialIpmiLib.c
null
null
null
null
null
source
edk2
/** @file Header file for RedfishPlatformCredentialIpmiLib. Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <IndustryStandard/Ipmi.h> #include <IndustryStandard/RedfishHostInterfaceIpmi.h> ...
RedfishPkg/Library/RedfishPlatformCredentialIpmiLib/RedfishPlatformCredentialIpmiLib.h
null
null
null
null
null
source
edk2
/** @file NULL instace of RedfishPlatformWantedDeviceLib Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Library/RedfishPlatformWantedDeviceLib.h> /** This is the function to decide if input controller is the device that ...
RedfishPkg/Library/RedfishPlatformWantedDeviceLibNull/RedfishPlatformWantedDeviceLibNull.c
null
null
null
null
null
source
edk2
/** @file Include file to support building the third-party jansson library. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Library/RedfishCrtLib.h>
RedfishPkg/PrivateInclude/Crt/assert.h
null
null
null
null
null
source
edk2
/** @file CRT wrapper functions for system call,the string operation functions are remodeled after edk2-libc. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserv...
RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.c
null
null
null
null
null
source
edk2
/** @file This file is copied from CryptoPkg/Library/IntrinsicLib/Ia32/MathFtol.c 64-bit Math Worker Function. The 32-bit versions of C compiler generate calls to library routines to handle 64-bit math. These functions use non-standard calling conventions. Copyright (c) 2019, Intel Corporation. All rights reserv...
RedfishPkg/PrivateLibrary/RedfishCrtLib/Ia32/MathFtol.c
null
null
null
null
null
source
edk2
/** @file Provides a set of utility APIs that allow to create/read/update/delete (CRUD) Redfish resources and provide basic query. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023, NVIDIA CORPORATION & AFFILIAT...
RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.c
null
null
null
null
null
source
edk2
/** @file Internal Functions for RedfishLib. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include ...
RedfishPkg/PrivateLibrary/RedfishLib/RedfishMisc.c
null
null
null
null
null
source
edk2
/** @file Internal Functions for RedfishLib. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Library/BaseLib.h> #include <Library/BaseMemoryLib.h> #includ...
RedfishPkg/PrivateLibrary/RedfishLib/RedfishMisc.h
null
null
null
null
null
source
edk2
/** @file This file is cloned from DMTF libredfish library tag v1.0.0 and maintained by EDKII. //---------------------------------------------------------------------------- // Copyright Notice: // Copyright 2017 Distributed Management Task Force, Inc. All rights reserved. // License: BSD 3-Clause License. For ful...
RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfish.h
null
null
null
null
null
source
edk2
/** @file This file is cloned from DMTF libredfish library tag v1.0.0 and maintained by EDKII. //---------------------------------------------------------------------------- // Copyright Notice: // Copyright 2017 Distributed Management Task Force, Inc. All rights reserved. // License: BSD 3-Clause License. For ful...
RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishPayload.h
null
null
null
null
null
source
edk2
/** @file This file is cloned from DMTF libredfish library tag v1.0.0 and maintained by EDKII. //---------------------------------------------------------------------------- // Copyright Notice: // Copyright 2017 Distributed Management Task Force, Inc. All rights reserved. // License: BSD 3-Clause License. For ful...
RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishService.h
null
null
null
null
null
source
edk2
/** @file This file is cloned from DMTF libredfish library tag v1.0.0 and maintained by EDKII. //---------------------------------------------------------------------------- // Copyright Notice: // Copyright 2017 Distributed Management Task Force, Inc. All rights reserved. // License: BSD 3-Clause License. For ful...
RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redpath.h
null
null
null
null
null
source
edk2
/** @file This file is cloned from DMTF libredfish library tag v1.0.0 and maintained by EDKII. //---------------------------------------------------------------------------- // Copyright Notice: // Copyright 2017 Distributed Management Task Force, Inc. All rights reserved. // License: BSD 3-Clause License. For ful...
RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/payload.c
null
null
null
null
null
source
edk2
/** @file This file is cloned from DMTF libredfish library tag v1.0.0 and maintained by EDKII. //---------------------------------------------------------------------------- // Copyright Notice: // Copyright 2017 Distributed Management Task Force, Inc. All rights reserved. // License: BSD 3-Clause License. For ful...
RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/redpath.c
null
null
null
null
null
source
edk2
/** @file This file is cloned from DMTF libredfish library tag v1.0.0 and maintained by EDKII. //---------------------------------------------------------------------------- // Copyright Notice: // Copyright 2017 Distributed Management Task Force, Inc. All rights reserved. // License: BSD 3-Clause License. For ful...
RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/src/service.c
null
null
null
null
null
source
edk2
/** @file Implementation of EFI_COMPONENT_NAME_PROTOCOL and EFI_COMPONENT_NAME2_PROTOCOL protocol for EFI Refish Config Handler Protocol Copyright (c) 2023, Mike Maslenkin <mike.maslenkin@gmail.com> <BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "RedfishConfigHandlerCommon.h" // // EFI Comp...
RedfishPkg/RedfishConfigHandler/ComponentName.c
null
null
null
null
null
source
edk2
/** @file The common code of EDKII Redfish Configuration Handler driver. (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "RedfishConfigHandlerCommon.h" REDFIS...
RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerCommon.c
null
null
null
null
null
source
edk2
/** @file Common Header file for Redfish Configuration Handler UEFI driver and DXE driver. (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> // // Libraries // #include <Library/BaseLib.h> #include <Library/Base...
RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerCommon.h
null
null
null
null
null
source
edk2
/** @file The UEFI driver model driver which is responsible for locating the Redfish service through Redfish host interface and executing EDKII Redfish feature drivers. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> SPDX-Lic...
RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.c
null
null
null
null
null
source
edk2
/** @file Header file of Redfish Configuration Handler UEFI driver. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include "RedfishConfigHandlerCommon.h" // // U...
RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.h
null
null
null
null
null
source
edk2
/** @file RedfishCrentialDxe produces the EdkIIRedfishCredentialProtocol for the consumer to get the Redfish credential Info and to restrict Redfish access from UEFI side. (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> (C) Copyright 2024 American Megatrends International LLC<BR> SPDX-Licen...
RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
null
null
null
null
null
source
edk2
/** @file Definition of Redfish Credential DXE driver. (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR> (C) Copyright 2024 American Megatrends International LLC<BR> Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #p...
RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.h
null
null
null
null
null
source
edk2
/** @file Implementation of EFI_COMPONENT_NAME_PROTOCOL and EFI_COMPONENT_NAME2_PROTOCOL protocol. for EFI Refish Discover Protocol (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "RedfishDiscoverInternal.h" // // EFI Component Name...
RedfishPkg/RedfishDiscoverDxe/ComponentName.c
null
null
null
null
null
source
edk2
/** @file The implementation of EFI Redfish Discover Protocol. (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2022, AMD Incorporated. All rights reserved. Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. Copyright (c) 2023, Ampere Computing LLC. All r...
RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.c
null
null
null
null
null
source
edk2
/** @file This file defines the EFI Redfish Discover Protocol interface. (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2022, AMD Incorporated. All rights reserved. Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause...
RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverInternal.h
null
null
null
null
null
source
edk2
/** @file RedfishSmbiosHostInterface.c Discover Redfish SMBIOS Host Interface. (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "RedfishDiscoverInternal.h" ...
RedfishPkg/RedfishDiscoverDxe/RedfishSmbiosHostInterface.c
null
null
null
null
null
source
edk2
/** @file RedfishHostInterfaceDxe builds up SMBIOS Type 42h host interface record for Redfish service host interface using EFI MBIOS Protocol. RedfishHostInterfacePlatformLib is the platform-level library which provides the content of Redfish host interface type 42h record. Copyright (c) 2019, Intel Corporat...
RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c
null
null
null
null
null
source
edk2
/** @file RedfishHttpData handles internal data to support Redfish HTTP protocol. Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. Copyright (C) 2025 Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "RedfishHttpData.h" ...
RedfishPkg/RedfishHttpDxe/RedfishHttpData.c
null
null
null
null
null
source
edk2
/** @file Definitions of RedfishHttpData Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. Copyright (C) 2025 Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include "RedfishHttpDxe.h" #define REDFISH_HTTP_DRIVER...
RedfishPkg/RedfishHttpDxe/RedfishHttpData.h
null
null
null
null
null
source
edk2
/** @file RedfishHttpDxe produces EdkIIRedfishHttpProtocol for EDK2 Redfish Feature driver to do HTTP operations. Copyright (c) 2023-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. Copyright (C) 2025 Advanced Micro Devices, Inc. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Pate...
RedfishPkg/RedfishHttpDxe/RedfishHttpDxe.c
null
null
null
null
null
source
edk2
/** @file Definitions of RedfishHttpDxe Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <RedfishCommon.h> #include <IndustryStandard/Http11.h> #include <Library/UefiLib.h> #include <Librar...
RedfishPkg/RedfishHttpDxe/RedfishHttpDxe.h
null
null
null
null
null
source
edk2
/** @file RedfishHttpOperation handles HTTP operations. Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "RedfishHttpOperation.h" #include "RedfishHttpData.h" /** This function copies all headers in SrcHeaders to DstHeaders....
RedfishPkg/RedfishHttpDxe/RedfishHttpOperation.c
null
null
null
null
null
source
edk2
/** @file Definitions of RedfishHttpOperation Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include "RedfishHttpDxe.h" #define REDFISH_CONTENT_LENGTH_SIZE 80 #define REDFISH_COMMON_HEADER_SIZE ...
RedfishPkg/RedfishHttpDxe/RedfishHttpOperation.h
null
null
null
null
null
source
edk2
/** @file The implementation of EDKII Redfish Platform Config Capability. Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "RedfishPlatformConfigDxe.h" #include "RedfishPlatformConfigImpl.h" /** Check if the debug property is ...
RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigCapability.c
null
null
null
null
null
source
edk2
/** @file The implementation of EDKII Redfish Platform Config Protocol. (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2022-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR> SPDX-License-I...
RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.c
null
null
null
null
null
source
edk2
/** @file This file defines the EDKII Redfish Platform Config Protocol interface. (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR> SPDX-Lice...
RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.h
null
null
null
null
null
source
edk2
/** @file The implementation of EDKII Redfish Platform Config Protocol. (C) Copyright 2021-2022 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2022-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR> SPDX-License-I...
RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigImpl.c
null
null
null
null
null