TianoCore EDK2 master
Loading...
Searching...
No Matches
RedfishPlatformConfigCapability.c File Reference

Go to the source code of this file.

Functions

BOOLEAN RedfishPlatformConfigDebugProp (IN UINT64 DebugType)
 
BOOLEAN RedfishPlatformConfigFeatureProp (IN UINT64 FeatureType)
 

Detailed Description

The implementation of EDKII Redfish Platform Config Capability. Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file RedfishPlatformConfigCapability.c.

Function Documentation

◆ RedfishPlatformConfigDebugProp()

BOOLEAN RedfishPlatformConfigDebugProp ( IN UINT64  DebugType)

Check if the debug property is enabled or not.

Parameters
[in]DebugTypeDebug enablement type
Return values
TRUE,thedebug property is enabled. FALSE, the debug property is not enabled.

Definition at line 22 of file RedfishPlatformConfigCapability.c.

◆ RedfishPlatformConfigFeatureProp()

BOOLEAN RedfishPlatformConfigFeatureProp ( IN UINT64  FeatureType)

Check if the Platform Configure feature is enabled or not.

Parameters
[in]FeatureTypeRedfish platform config feature enablement
Return values
TRUE,thefeature is enabled. FALSE, the feature is not enabled.

Definition at line 46 of file RedfishPlatformConfigCapability.c.