facebook / OpenBIC

BICs (Bridge IC) are standalone devices deployed within a Data Center that enable monitoring a multi-host system using a single BMC device.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event data of FRB3/CATERR

Yi-Shum opened this issue · comments

Hi @rainlinWW,

The value of FRB3, IERR and MCERR is different from Yv3 in sdr.h.
Should we modify it to be the same as Yv3?

event data Yv3 Yv3.5
IPMI_SDR_SENSOR_SPEC_EVENT_PROCESSOR_IERR 0x00 0x01
IPMI_SDR_SENSOR_SPEC_EVENT_PROCESSOR_FRB3 0x04 0x10
IPMI_SDR_SENSOR_SPEC_EVENT_PROCESSOR_MCERR 0x0B 0x08

Thanks,
Eason

Hi @Yi-Shum

Definition in common/sensor/sdr.h is common definition for all projects.
We don't expect it to be modified for specific project.

Thanks,
Rain

Hi @rainlinWW,

Thanks for your reply.
I was wrong to think the define in sdr.h is used as event data.
The event data is defined in libipmi.h at Yv3, we would copy this file to here and add GPIO interrupt to add FRB3/CATERR event log.

Thanks,
Yi-Shum