commit | e96b86b7c938439e9076fa2c99642de1042d1fb3 | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Fri Sep 24 11:13:31 2021 -0700 |
committer | Brandon Kim <brandonkim@google.com> | Fri Sep 24 12:10:23 2021 -0700 |
tree | 993fe06b6ee59b6d9fb574218bd5691d5cbe032f | |
parent | 3a665b28dcc0d9f6926a1f5eb20bc0d9d768418d [diff] |
Add Microcode property to CpuCore Interface "Core" is one of the "ProcessorType" under the Processor Redfish Schema. https://redfish.dmtf.org/schemas/v1/Processor.v1_12_0.json Microcode is often exposed at the core level, expose it to CpuCore. Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Id7e3f66431883b5f25322e3f055c0c6ab84b8ece
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml index a5d2f1e..18168de 100644 --- a/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml +++ b/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml
@@ -1,2 +1,8 @@ description: > Implement to provide CPU core attributes. +properties: + - name: Microcode + type: string + description: > + The microcode information for this core. + Should be left empty if this is not supported.