History log of /openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/SBE.interface.yaml (Results 1 – 2 of 2)
Revision Date Author Comments
# 1e5573e4 26-Apr-2024 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

com.ibm: Add additional properties to SBE dump

This commit introduces two new properties to the SBE dump D-Bus
interface:
- ErrorLogId: References the log entry that triggered the dump.
- FailingUni

com.ibm: Add additional properties to SBE dump

This commit introduces two new properties to the SBE dump D-Bus
interface:
- ErrorLogId: References the log entry that triggered the dump.
- FailingUnitId: Identifies the failing SBE causing the dump.

These additions help in associating dumps with specific error logs and
identifying the SBE involved in failures.

Change-Id: I83f7bff90d7e48249767a9393f3049f0cd58f60f
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

show more ...


# e5abf627 08-Sep-2021 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

com.ibm: Add Self Boot Engine(SBE) dump interface

Self Boot Engine(SBE) is a microcontroller that sits inside the
processor to initialize it to start the booting and also acts as
a secure channel fo

com.ibm: Add Self Boot Engine(SBE) dump interface

Self Boot Engine(SBE) is a microcontroller that sits inside the
processor to initialize it to start the booting and also acts as
a secure channel for accessing certain control functions on the
processor. During the booting or other hardware access operations
SBE can encounter errors and become unresponsive. In such situations,
the debug data needs to be collected from such SBEs to find out the
root cause of the error. This data includes hardware state,
configuration, memory, etc. The collected data is then packaged into
the OpenPOWER dump format which is called SBE dump.
Implement this interface to add support for managing the SBE dump.

Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: Ibf625c0205096a4f94bf159125cf8fdae093449c

show more ...