public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Update Bios schema version
@ 2022-07-12 12:15 Nickle Wang
  2022-07-18  6:07 ` abner.chang
  0 siblings, 1 reply; 2+ messages in thread
From: Nickle Wang @ 2022-07-12 12:15 UTC (permalink / raw)
  To: devel; +Cc: Abner Chang, Yang Atom, Nick Ramirez

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

Signed-off-by: Nickle Wang <nickle.wang@hpe.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Yang Atom <Atom.Yang@amd.com>
Cc: Nick Ramirez <nramirez@nvidia.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/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/Bios/index.json b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/Bios/index.json
index 540dcd309f..bab2381ff3 100644
--- a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/Bios/index.json
+++ b/RedfishClientPkg/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/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/Bios/index.json b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/Bios/index.json
index db56911d7f..13fb0cac04 100644
--- a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/Bios/index.json
+++ b/RedfishClientPkg/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/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/Bios/index.json b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/Bios/index.json
index b758584470..2d14918a98 100644
--- a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/Bios/index.json
+++ b/RedfishClientPkg/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.32.0.windows.2


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

* Re: [edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Update Bios schema version
  2022-07-12 12:15 [edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Update Bios schema version Nickle Wang
@ 2022-07-18  6:07 ` abner.chang
  0 siblings, 0 replies; 2+ messages in thread
From: abner.chang @ 2022-07-18  6:07 UTC (permalink / raw)
  To: Nickle Wang, devel@edk2.groups.io; +Cc: Yang, Atom, Nick Ramirez

[AMD Official Use Only - General]

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

-----Original Message-----
From: Nickle Wang <nickle.wang@hpe.com> 
Sent: Tuesday, July 12, 2022 8:15 PM
To: devel@edk2.groups.io
Cc: Chang, Abner <Abner.Chang@amd.com>; Yang, Atom <Atom.Yang@amd.com>; Nick Ramirez <nramirez@nvidia.com>
Subject: [edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Update Bios schema version

[CAUTION: External Email]

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

Signed-off-by: Nickle Wang <nickle.wang@hpe.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Yang Atom <Atom.Yang@amd.com>
Cc: Nick Ramirez <nramirez@nvidia.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/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/Bios/index.json b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/Bios/index.json
index 540dcd309f..bab2381ff3 100644
--- a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/Bios/index.json
+++ b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/Simple
+++ OcpServerV1/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/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/Bios/index.json b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/Bios/index.json
index db56911d7f..13fb0cac04 100644
--- a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/Bios/index.json
+++ b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/Simple
+++ OcpServerV1/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/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/Bios/index.json b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/Bios/index.json
index b758584470..2d14918a98 100644
--- a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/Bios/index.json
+++ b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/Simple
+++ OcpServerV1/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.32.0.windows.2

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

end of thread, other threads:[~2022-07-18  6:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-12 12:15 [edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Update Bios schema version Nickle Wang
2022-07-18  6:07 ` abner.chang

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