commit | 466c66a3df6b295b851094480fd5513d790cfa67 | [log] [tgz] |
---|---|---|
author | Kevin Tung <Kevin.Tung@quantatw.com> | Wed Jul 16 15:47:40 2025 +0800 |
committer | Kevin Tung <kevin.wtmh@gmail.com> | Wed Jul 16 16:01:01 2025 +0800 |
tree | d32791930e1ddb5d8b5aeb1be870279ef6d4a64c | |
parent | e793150ace1a40145fa12dc1718ccac14d086a49 [diff] |
i2c-vr: use hexadecimal format for version instead of decimal Testd on Harma: ``` curl --silent $creds https://$bmc/redfish/v1/UpdateService/FirmwareInventory/Harma_MB_VR_cpu0_pvdd11_7313 ``` ``` { "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Harma_MB_VR_cpu0_pvdd11_7313", "@odata.type": "#SoftwareInventory.v1_1_0.SoftwareInventory", "Description": "Unknown image", "Id": "Harma_MB_VR_cpu0_pvdd11_7313", "Name": "Software Inventory", "Status": { "Health": "Warning", "HealthRollup": "OK", "State": "Disabled" }, "Updateable": true, "Version": "EA79EAEE" } ``` Change-Id: Ic7aa4216b8b27159a76af0c5116b784543c1f46b Signed-off-by: Kevin Tung <kevin.wtmh@gmail.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.