* [PATCH 5/5] RedfishPkg: Add Redfish Platform Config Protocol to RedfishPkg
@ 2023-04-13 6:21 Nickle Wang
2023-04-16 4:12 ` Chang, Abner
0 siblings, 1 reply; 2+ messages in thread
From: Nickle Wang @ 2023-04-13 6:21 UTC (permalink / raw)
To: devel; +Cc: Abner Chang, Igor Kulchytskyy, Nick Ramirez
Add RedfishPlatformConfigDxe driver and corresponding library to
RedfishPkg.
Signed-off-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>
---
RedfishPkg/RedfishComponents.dsc.inc | 3 +++
RedfishPkg/RedfishLibs.dsc.inc | 2 ++
RedfishPkg/RedfishPkg.dsc | 4 ++++
RedfishPkg/Redfish.fdf.inc | 3 +++
4 files changed, 12 insertions(+)
diff --git a/RedfishPkg/RedfishComponents.dsc.inc b/RedfishPkg/RedfishComponents.dsc.inc
index ccc62edf6a08..1c4284d3ecf3 100644
--- a/RedfishPkg/RedfishComponents.dsc.inc
+++ b/RedfishPkg/RedfishComponents.dsc.inc
@@ -7,6 +7,7 @@
# "RedfishDefines.dsc.inc".
#
# (C) Copyright 2020-2021 Hewlett Packard Enterprise Development LP<BR>
+# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
@@ -19,4 +20,6 @@
RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf
RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf
+ RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
+ MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
!endif
diff --git a/RedfishPkg/RedfishLibs.dsc.inc b/RedfishPkg/RedfishLibs.dsc.inc
index 110526738c8a..6e497899b556 100644
--- a/RedfishPkg/RedfishLibs.dsc.inc
+++ b/RedfishPkg/RedfishLibs.dsc.inc
@@ -20,5 +20,7 @@
RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
RedfishDebugLib|RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
RedfishPlatformCredentialLib|RedfishPkg/Library/RedfishPlatformCredentialIpmiLib/RedfishPlatformCredentialIpmiLib.inf
+ HiiUtilityLib|RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.inf
+ RedfishPlatformConfigLib|RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.inf
!endif
diff --git a/RedfishPkg/RedfishPkg.dsc b/RedfishPkg/RedfishPkg.dsc
index 5503e65de407..25ed193182aa 100644
--- a/RedfishPkg/RedfishPkg.dsc
+++ b/RedfishPkg/RedfishPkg.dsc
@@ -41,6 +41,8 @@
HttpIoLib|NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf
NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
DpcLib|NetworkPkg/Library/DxeDpcLib/DxeDpcLib.inf
+ HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
+ UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
RedfishPlatformCredentialLib|RedfishPkg/Library/PlatformCredentialLibNull/PlatformCredentialLibNull.inf
RedfishContentCodingLib|RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.inf
@@ -68,5 +70,7 @@
RedfishPkg/Library/JsonLib/JsonLib.inf
RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
+ RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.inf
+ RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.inf
!include RedfishPkg/Redfish.dsc.inc
diff --git a/RedfishPkg/Redfish.fdf.inc b/RedfishPkg/Redfish.fdf.inc
index 67e046991424..3e5a77766e6b 100644
--- a/RedfishPkg/Redfish.fdf.inc
+++ b/RedfishPkg/Redfish.fdf.inc
@@ -6,6 +6,7 @@
# to be built in the firmware volume.
#
# (C) Copyright 2020-2021 Hewlett Packard Enterprise Development LP<BR>
+# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
@@ -17,4 +18,6 @@
INF RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
INF RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf
INF RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf
+ INF RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
+ INF MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
!endif
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 5/5] RedfishPkg: Add Redfish Platform Config Protocol to RedfishPkg
2023-04-13 6:21 [PATCH 5/5] RedfishPkg: Add Redfish Platform Config Protocol to RedfishPkg Nickle Wang
@ 2023-04-16 4:12 ` Chang, Abner
0 siblings, 0 replies; 2+ messages in thread
From: Chang, Abner @ 2023-04-16 4:12 UTC (permalink / raw)
To: Nickle Wang, devel@edk2.groups.io; +Cc: Igor Kulchytskyy, Nick Ramirez
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@amd.com>
> -----Original Message-----
> From: Nickle Wang <nicklew@nvidia.com>
> Sent: Thursday, April 13, 2023 2:21 PM
> To: devel@edk2.groups.io
> Cc: Chang, Abner <Abner.Chang@amd.com>; Igor Kulchytskyy
> <igork@ami.com>; Nick Ramirez <nramirez@nvidia.com>
> Subject: [PATCH 5/5] RedfishPkg: Add Redfish Platform Config Protocol to
> RedfishPkg
>
> Caution: This message originated from an External Source. Use proper
> caution when opening attachments, clicking links, or responding.
>
>
> Add RedfishPlatformConfigDxe driver and corresponding library to
> RedfishPkg.
>
> Signed-off-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>
> ---
> RedfishPkg/RedfishComponents.dsc.inc | 3 +++
> RedfishPkg/RedfishLibs.dsc.inc | 2 ++
> RedfishPkg/RedfishPkg.dsc | 4 ++++
> RedfishPkg/Redfish.fdf.inc | 3 +++
> 4 files changed, 12 insertions(+)
>
> diff --git a/RedfishPkg/RedfishComponents.dsc.inc
> b/RedfishPkg/RedfishComponents.dsc.inc
> index ccc62edf6a08..1c4284d3ecf3 100644
> --- a/RedfishPkg/RedfishComponents.dsc.inc
> +++ b/RedfishPkg/RedfishComponents.dsc.inc
> @@ -7,6 +7,7 @@
> # "RedfishDefines.dsc.inc".
> #
> # (C) Copyright 2020-2021 Hewlett Packard Enterprise Development LP<BR>
> +# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights
> reserved.
> #
> # SPDX-License-Identifier: BSD-2-Clause-Patent
> #
> @@ -19,4 +20,6 @@
> RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
> RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf
> RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf
> + RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
> +
> MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
> !endif
> diff --git a/RedfishPkg/RedfishLibs.dsc.inc b/RedfishPkg/RedfishLibs.dsc.inc
> index 110526738c8a..6e497899b556 100644
> --- a/RedfishPkg/RedfishLibs.dsc.inc
> +++ b/RedfishPkg/RedfishLibs.dsc.inc
> @@ -20,5 +20,7 @@
> RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
>
> RedfishDebugLib|RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
>
> RedfishPlatformCredentialLib|RedfishPkg/Library/RedfishPlatformCredential
> IpmiLib/RedfishPlatformCredentialIpmiLib.inf
> + HiiUtilityLib|RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.inf
> +
> + RedfishPlatformConfigLib|RedfishPkg/Library/RedfishPlatformConfigLib/R
> + edfishPlatformConfigLib.inf
> !endif
>
> diff --git a/RedfishPkg/RedfishPkg.dsc b/RedfishPkg/RedfishPkg.dsc index
> 5503e65de407..25ed193182aa 100644
> --- a/RedfishPkg/RedfishPkg.dsc
> +++ b/RedfishPkg/RedfishPkg.dsc
> @@ -41,6 +41,8 @@
> HttpIoLib|NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf
> NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
> DpcLib|NetworkPkg/Library/DxeDpcLib/DxeDpcLib.inf
> + HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
> +
> + UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServ
> + icesLib.inf
>
> RedfishPlatformCredentialLib|RedfishPkg/Library/PlatformCredentialLibNull/
> PlatformCredentialLibNull.inf
>
> RedfishContentCodingLib|RedfishPkg/Library/RedfishContentCodingLibNull/
> RedfishContentCodingLibNull.inf
>
> @@ -68,5 +70,7 @@
> RedfishPkg/Library/JsonLib/JsonLib.inf
> RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
> RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
> + RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.inf
> +
> + RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.i
> + nf
>
> !include RedfishPkg/Redfish.dsc.inc
> diff --git a/RedfishPkg/Redfish.fdf.inc b/RedfishPkg/Redfish.fdf.inc index
> 67e046991424..3e5a77766e6b 100644
> --- a/RedfishPkg/Redfish.fdf.inc
> +++ b/RedfishPkg/Redfish.fdf.inc
> @@ -6,6 +6,7 @@
> # to be built in the firmware volume.
> #
> # (C) Copyright 2020-2021 Hewlett Packard Enterprise Development LP<BR>
> +# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights
> reserved.
> #
> # SPDX-License-Identifier: BSD-2-Clause-Patent
> #
> @@ -17,4 +18,6 @@
> INF RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
> INF RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf
> INF RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf
> + INF RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
> + INF
> +
> MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
> !endif
> --
> 2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-16 4:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-13 6:21 [PATCH 5/5] RedfishPkg: Add Redfish Platform Config Protocol to RedfishPkg Nickle Wang
2023-04-16 4:12 ` Chang, Abner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox