commit | 080f018324028d3702b8c151a290f06961de7a30 | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Thu Oct 28 16:17:17 2021 -0700 |
committer | Brandon Kim <brandonkim@google.com> | Thu Oct 28 16:17:17 2021 -0700 |
tree | cfdf885040656f3c784f80287d4c871f805fdc96 | |
parent | 4aec8027acae734a1dbc6334d53fd66ab854b81c [diff] |
CpuCore: Update Microcode type to uint Match the type with Cpu.interface.yaml with the change that went in: https://gerrit.openbmc-project.xyz/47987 Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I97401a8325c939ec1f69a6e59716fa9bc4dfd45e
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml index 18168de..b68b6c0 100644 --- a/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml +++ b/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml
@@ -2,7 +2,8 @@ Implement to provide CPU core attributes. properties: - name: Microcode - type: string + type: uint32 description: > - The microcode information for this core. - Should be left empty if this is not supported. + The microcode information for this processor + default: 0 +