Revision Date Author Comments
# 36b527af 02-Nov-2022 Benjamin Fair <benjaminfair@google.com>

Inventory: Add "containing" Association for Item

This Association indicates that an Item (usually a Chassis or Board
object) physically contains other objects.

Also remove the duplicate definition

Inventory: Add "containing" Association for Item

This Association indicates that an Item (usually a Chassis or Board
object) physically contains other objects.

Also remove the duplicate definition from Cpu and CpuCore since it's now
covered by Item.

Signed-off-by: Benjamin Fair <benjaminfair@google.com>
Change-Id: I6df06b1dddfd9408ff39e8917d269a2cba22668d

show more ...


# 8c79b1dc 08-Aug-2022 Nikhil Namjoshi <nikhilnamjoshi@google.com>

Inventory : Add Association interface for Cpu and Core

The change #38570 in bmcweb, uses associations between Cpu and CpuCore.
So document those associations in phosphor-dbus-interfaces

Change-Id:

Inventory : Add Association interface for Cpu and Core

The change #38570 in bmcweb, uses associations between Cpu and CpuCore.
So document those associations in phosphor-dbus-interfaces

Change-Id: I5b12ca5a89c094e2a5b47a7fbc39482d6286e9d3
Signed-off-by: Nikhil Namjoshi <nikhilnamjoshi@google.com>

show more ...


# 8da396ca 14-Mar-2022 Patrick Williams <patrick@stwcx.xyz>

yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601


# 080f0183 28-Oct-2021 Brandon Kim <brandonkim@google.com>

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 <

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

show more ...


# e96b86b7 24-Sep-2021 Brandon Kim <brandonkim@google.com>

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

M

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

show more ...


# b1b4d261 05-Jun-2021 William A. Kennington III <wak@google.com>

treewide: Create yaml directory

This allows the propagated yamldir paramter to work correctly in
subproject style builds. We don't want other files in the project
conflicting with to

treewide: Create yaml directory

This allows the propagated yamldir paramter to work correctly in
subproject style builds. We don't want other files in the project
conflicting with tools that scan the yamldir.

Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...