summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/Library/RedfishPlatformConfigLib
diff options
context:
space:
mode:
authorNickle Wang <nicklew@nvidia.com>2024-05-03 09:12:21 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-05-04 04:03:13 +0000
commit24fa360857ce9e181cce0e5dad44cf0810119ff4 (patch)
treea841df608d69eef91964428f4387677053d1ea02 /RedfishPkg/Library/RedfishPlatformConfigLib
parent248aa153f65866f46b5370ac2ef7dfaf3af72480 (diff)
downloadedk2-24fa360857ce9e181cce0e5dad44cf0810119ff4.tar.gz
edk2-24fa360857ce9e181cce0e5dad44cf0810119ff4.tar.bz2
edk2-24fa360857ce9e181cce0e5dad44cf0810119ff4.zip
RedfishPkg: Rename x-uefi-redfish to x-UEFI-redfish
Rename x-uefi-redfish to x-UEFI-redfish to match the format of UEFI configuration namespace prefix. RFC: https://edk2.groups.io/g/rfc/message/849 Signed-off-by: Jeff Brasen <jbrasen@nvidia.com> Co-authored-by: Nickle Wang <nicklew@nvidia.com> Cc: Abner Chang <abner.chang@amd.com> Cc: Igor Kulchytskyy <igork@ami.com> Cc: Nick Ramirez <nramirez@nvidia.com> Reviewed-by: Abner Chang <abner.chang@amd.com>
Diffstat (limited to 'RedfishPkg/Library/RedfishPlatformConfigLib')
-rw-r--r--RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.c b/RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.c
index 3500b6aa8f..decb1fd012 100644
--- a/RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.c
+++ b/RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.c
@@ -2,7 +2,7 @@
Wrapper function to support Redfish Platform Config protocol.
(C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
- Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+ Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -191,7 +191,7 @@ RedfishPlatformConfigGetConfigureLang (
Get the list of supported Redfish schema from platform configuration.
@param[out] SupportedSchema The supported schema list which is separated by ';'.
- For example: "x-uefi-redfish-Memory.v1_7_1;x-uefi-redfish-Boot.v1_0_1"
+ For example: "x-UEFI-redfish-Memory.v1_7_1;x-UEFI-redfish-Boot.v1_0_1"
The SupportedSchema is allocated by the callee. It's caller's
responsibility to free this buffer using FreePool().