commit | f75a499a91c5705c6a94604cad990c4aaad50a66 | [log] [tgz] |
---|---|---|
author | Kevin Tung <Kevin.Tung@quantatw.com> | Mon Jan 13 19:14:27 2025 +0800 |
committer | Jagpal S Gill <paligill@gmail.com> | Wed Apr 30 03:12:38 2025 +0000 |
tree | 477a77a448588f7ca3c1aa6323bc2b630459e4ad | |
parent | 59ef1e72fbf8c8eef1d5108b790a30e745cadaee [diff] [blame] |
schemas: add EEPROM device firmware info Define the JSON schema for EEPROM device info which exposes various attributes such as BUS, Address, and Mux GPIO details so it can be used to update the EEPROM devices via EEPROM Device Update Daemon. Related PR: https://gerrit.openbmc.org/c/openbmc/phosphor-bmc-code-mgmt/+/77088 Change-Id: I8977fc761e0b7919aedc4f4feede2a15b2ac7815 Signed-off-by: Kevin Tung <Kevin.Tung@quantatw.com>
diff --git a/schemas/exposes_record.json b/schemas/exposes_record.json index 9bdfb28..5c3be11 100644 --- a/schemas/exposes_record.json +++ b/schemas/exposes_record.json
@@ -145,6 +145,9 @@ "$ref": "firmware.json#/$defs/XDPE1X2XXFirmware" }, { + "$ref": "firmware.json#/$defs/EEPROMDeviceFirmware" + }, + { "$ref": "firmware.json#/$defs/BIOS" }, {