OpenBIC
OpenSource Bridge-IC
plat_util.h File Reference
#include <stdint.h>
Include dependency graph for plat_util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IPMI_EVENT_OFFSET_STS_E1S_PRESENT   0x80
 
#define IPMI_EVENT_OFFSET_SYS_E1S_P12V_FAULT   0x83
 
#define IPMI_EVENT_OFFSET_SYS_E1S_P3V3_FAULT   0x84
 
#define IPMI_EVENT_OFFSET_SYS_INA233_ALERT   0x86
 
#define IPMI_EVENT_OFFSET_SYS_EXPA_CLOCK_BUFFER   0x88
 

Functions

void send_system_status_event (uint8_t event_type, uint8_t error_type, uint8_t device_index)
 

Macro Definition Documentation

◆ IPMI_EVENT_OFFSET_STS_E1S_PRESENT

#define IPMI_EVENT_OFFSET_STS_E1S_PRESENT   0x80

◆ IPMI_EVENT_OFFSET_SYS_E1S_P12V_FAULT

#define IPMI_EVENT_OFFSET_SYS_E1S_P12V_FAULT   0x83

◆ IPMI_EVENT_OFFSET_SYS_E1S_P3V3_FAULT

#define IPMI_EVENT_OFFSET_SYS_E1S_P3V3_FAULT   0x84

◆ IPMI_EVENT_OFFSET_SYS_EXPA_CLOCK_BUFFER

#define IPMI_EVENT_OFFSET_SYS_EXPA_CLOCK_BUFFER   0x88

◆ IPMI_EVENT_OFFSET_SYS_INA233_ALERT

#define IPMI_EVENT_OFFSET_SYS_INA233_ALERT   0x86

Function Documentation

◆ send_system_status_event()

void send_system_status_event ( uint8_t  event_type,
uint8_t  error_type,
uint8_t  device_index 
)