public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-redfish-client][PATCH 6/6] Tool/Redfish-Profile-Simulator: Update Bios schema version
@ 2023-05-08 14:52 Nickle Wang
  2023-05-09  6:06 ` Chang, Abner
  0 siblings, 1 reply; 2+ messages in thread
From: Nickle Wang @ 2023-05-08 14:52 UTC (permalink / raw)
  To: devel; +Cc: Abner Chang, Igor Kulchytskyy

Update mock-up file and use Bios schema version 1.0.9 in order to
support BIOS configuration driver.

Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
---
 .../redfish/v1/Systems/2M220100SL/Bios/index.json               | 2 +-
 .../redfish/v1/Systems/2M220101SL/Bios/index.json               | 2 +-
 .../redfish/v1/Systems/2M220102SL/Bios/index.json               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/Bios/index.json b/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/Bios/index.json
index 540dcd30..bab2381f 100644
--- a/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/Bios/index.json
+++ b/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/Bios/index.json
@@ -1,5 +1,5 @@
 {
-    "@odata.type": "#Bios.v1_0_2.Bios",
+    "@odata.type": "#Bios.v1_0_9.Bios",
     "Id": "Bios",
     "Name": "BIOS Configuration Current Settings",
     "Description": "BIOS Configuration Current Settings",
diff --git a/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/Bios/index.json b/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/Bios/index.json
index db56911d..13fb0cac 100644
--- a/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/Bios/index.json
+++ b/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/Bios/index.json
@@ -1,5 +1,5 @@
 {
-    "@odata.type": "#Bios.v1_0_2.Bios",
+    "@odata.type": "#Bios.v1_0_9.Bios",
     "Id": "Bios",
     "Name": "BIOS Configuration Current Settings",
     "Description": "BIOS Configuration Current Settings.",
diff --git a/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/Bios/index.json b/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/Bios/index.json
index b7585844..2d14918a 100644
--- a/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/Bios/index.json
+++ b/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/Bios/index.json
@@ -1,5 +1,5 @@
 {
-    "@odata.type": "#Bios.v1_0_2.Bios",
+    "@odata.type": "#Bios.v1_0_9.Bios",
     "Id": "Bios",
     "Name": "BIOS Configuration Current Settings",
     "Description": "BIOS Configuration Current Settings",
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [edk2-redfish-client][PATCH 6/6] Tool/Redfish-Profile-Simulator: Update Bios schema version
  2023-05-08 14:52 [edk2-redfish-client][PATCH 6/6] Tool/Redfish-Profile-Simulator: Update Bios schema version Nickle Wang
@ 2023-05-09  6:06 ` Chang, Abner
  0 siblings, 0 replies; 2+ messages in thread
From: Chang, Abner @ 2023-05-09  6:06 UTC (permalink / raw)
  To: Nickle Wang, devel@edk2.groups.io; +Cc: Igor Kulchytskyy

[AMD Official Use Only - General]

Reviewed-by: Abner Chang <abner.chang@amd.com>

> -----Original Message-----
> From: Nickle Wang <nicklew@nvidia.com>
> Sent: Monday, May 8, 2023 10:52 PM
> To: devel@edk2.groups.io
> Cc: Chang, Abner <Abner.Chang@amd.com>; Igor Kulchytskyy
> <igork@ami.com>
> Subject: [edk2-redfish-client][PATCH 6/6] Tool/Redfish-Profile-Simulator:
> Update Bios schema version
> 
> Caution: This message originated from an External Source. Use proper
> caution when opening attachments, clicking links, or responding.
> 
> 
> Update mock-up file and use Bios schema version 1.0.9 in order to support
> BIOS configuration driver.
> 
> Signed-off-by: Nickle Wang <nicklew@nvidia.com>
> Cc: Abner Chang <abner.chang@amd.com>
> Cc: Igor Kulchytskyy <igork@ami.com>
> ---
>  .../redfish/v1/Systems/2M220100SL/Bios/index.json               | 2 +-
>  .../redfish/v1/Systems/2M220101SL/Bios/index.json               | 2 +-
>  .../redfish/v1/Systems/2M220102SL/Bios/index.json               | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100S
> L/Bios/index.json b/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100S
> L/Bios/index.json
> index 540dcd30..bab2381f 100644
> --- a/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100S
> L/Bios/index.json
> +++ b/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfi
> +++ sh/v1/Systems/2M220100SL/Bios/index.json
> @@ -1,5 +1,5 @@
>  {
> -    "@odata.type": "#Bios.v1_0_2.Bios",
> +    "@odata.type": "#Bios.v1_0_9.Bios",
>      "Id": "Bios",
>      "Name": "BIOS Configuration Current Settings",
>      "Description": "BIOS Configuration Current Settings", diff --git
> a/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101S
> L/Bios/index.json b/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101S
> L/Bios/index.json
> index db56911d..13fb0cac 100644
> --- a/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101S
> L/Bios/index.json
> +++ b/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfi
> +++ sh/v1/Systems/2M220101SL/Bios/index.json
> @@ -1,5 +1,5 @@
>  {
> -    "@odata.type": "#Bios.v1_0_2.Bios",
> +    "@odata.type": "#Bios.v1_0_9.Bios",
>      "Id": "Bios",
>      "Name": "BIOS Configuration Current Settings",
>      "Description": "BIOS Configuration Current Settings.", diff --git
> a/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102S
> L/Bios/index.json b/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102S
> L/Bios/index.json
> index b7585844..2d14918a 100644
> --- a/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102S
> L/Bios/index.json
> +++ b/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfi
> +++ sh/v1/Systems/2M220102SL/Bios/index.json
> @@ -1,5 +1,5 @@
>  {
> -    "@odata.type": "#Bios.v1_0_2.Bios",
> +    "@odata.type": "#Bios.v1_0_9.Bios",
>      "Id": "Bios",
>      "Name": "BIOS Configuration Current Settings",
>      "Description": "BIOS Configuration Current Settings",
> --
> 2.17.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-09  6:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-08 14:52 [edk2-redfish-client][PATCH 6/6] Tool/Redfish-Profile-Simulator: Update Bios schema version Nickle Wang
2023-05-09  6:06 ` Chang, Abner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox