|
Post by ueliyahu on Feb 26, 2023 14:29:00 GMT
Hi
As I understood Bios attributes information stored at DBUS BaseBiosTable (BIOS config manager) and BMC-WEB is the layer that translate REDFISH commands to BIOS config manager (DBUS) configuration commands.
There are fields like "Hidden" and "Immutable" which exist in BiosAttributeRegistry scheme (http://redfish.dmtf.org/schemas/v1/AttributeRegistry.v1_3_6.json) and retrieved by BiosAttributeRegistry GET request
However those fields are not part of BaseBiosTable, according to table definitions (phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml)
I wondering where those fields are stored? I didn't find the answers at the code.
Thanks
|
|
|
Post by mraineri on Feb 27, 2023 13:36:38 GMT
It looks like you're looking at a specifically at the OpenBMC implementation of Redfish, so you should reach out to their support groups. The Redfish Specification does not cover implementation details like this.
|
|