OpenBIC
OpenSource Bridge-IC
app_handler.h File Reference
#include "ipmi.h"
#include "plat_fru.h"
Include dependency graph for app_handler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SELF_TEST_RESULT_STRUCT
 
struct  SELF_TEST_RESULT_STRUCT::RESULT
 

Macros

#define BIC_FRU_DEV_ID   0
 
#define GET_TEST_RESULT   0
 
#define FRB2_WDT_DELAY_MS   (10 * 1000)
 

Typedefs

typedef struct SELF_TEST_RESULT_STRUCT SELF_TEST_RESULT
 

Functions

void APP_GET_DEVICE_ID (ipmi_msg *msg)
 
void APP_COLD_RESET (ipmi_msg *msg)
 
void APP_WARM_RESET (ipmi_msg *msg)
 
void APP_GET_SELFTEST_RESULTS (ipmi_msg *msg)
 
void APP_MASTER_WRITE_READ (ipmi_msg *msg)
 
void IPMI_APP_handler (ipmi_msg *msg)
 
void abort_frb2_wdt_thread ()
 

Macro Definition Documentation

◆ BIC_FRU_DEV_ID

#define BIC_FRU_DEV_ID   0

◆ FRB2_WDT_DELAY_MS

#define FRB2_WDT_DELAY_MS   (10 * 1000)

◆ GET_TEST_RESULT

#define GET_TEST_RESULT   0

Typedef Documentation

◆ SELF_TEST_RESULT

Function Documentation

◆ abort_frb2_wdt_thread()

void abort_frb2_wdt_thread ( )

◆ APP_COLD_RESET()

void APP_COLD_RESET ( ipmi_msg msg)
Here is the call graph for this function:

◆ APP_GET_DEVICE_ID()

void APP_GET_DEVICE_ID ( ipmi_msg msg)

◆ APP_GET_SELFTEST_RESULTS()

void APP_GET_SELFTEST_RESULTS ( ipmi_msg msg)
Here is the call graph for this function:

◆ APP_MASTER_WRITE_READ()

void APP_MASTER_WRITE_READ ( ipmi_msg msg)
Here is the call graph for this function:

◆ APP_WARM_RESET()

void APP_WARM_RESET ( ipmi_msg msg)
Here is the call graph for this function:

◆ IPMI_APP_handler()

void IPMI_APP_handler ( ipmi_msg msg)
Here is the call graph for this function: