[edk2-devel] [edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Update Bios schema version

Nickle Wang posted 1 patch 1 year, 9 months ago
Failed in applying to current master (apply log)
.../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(-)
[edk2-devel] [edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Update Bios schema version
Posted by Nickle Wang 1 year, 9 months ago
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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#91238): https://edk2.groups.io/g/devel/message/91238
Mute This Topic: https://groups.io/mt/92331453/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [edk2-staging][PATCH] edk2-staging/RedfishClientPkg: Update Bios schema version
Posted by Chang, Abner via groups.io 1 year, 9 months ago
[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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#91466): https://edk2.groups.io/g/devel/message/91466
Mute This Topic: https://groups.io/mt/92331453/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-