OpenBIC
OpenSource Bridge-IC
storage_handler.c File Reference
#include <stdlib.h>
#include "storage_handler.h"
#include "plat_fru.h"
#include "plat_ipmb.h"
#include "pldm.h"
#include "fru.h"
#include "sdr.h"
#include <logging/log.h>
#include "libutil.h"
Include dependency graph for storage_handler.c:

Functions

 LOG_MODULE_DECLARE (ipmi)
 
__weak uint8_t get_add_sel_target_interface ()
 
__weak void STORAGE_GET_FRUID_INFO (ipmi_msg *msg)
 
__weak void STORAGE_READ_FRUID_DATA (ipmi_msg *msg)
 
__weak void STORAGE_WRITE_FRUID_DATA (ipmi_msg *msg)
 
__weak void STORAGE_RSV_SDR (ipmi_msg *msg)
 
__weak void pal_set_SDR (uint8_t *table_ptr)
 
__weak void STORAGE_GET_SDR (ipmi_msg *msg)
 
__weak void STORAGE_ADD_SEL (ipmi_msg *msg)
 
void IPMI_Storage_handler (ipmi_msg *msg)
 

Function Documentation

◆ get_add_sel_target_interface()

__weak uint8_t get_add_sel_target_interface ( )

◆ IPMI_Storage_handler()

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

◆ LOG_MODULE_DECLARE()

LOG_MODULE_DECLARE ( ipmi  )

◆ pal_set_SDR()

__weak void pal_set_SDR ( uint8_t *  table_ptr)

◆ STORAGE_ADD_SEL()

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

◆ STORAGE_GET_FRUID_INFO()

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

◆ STORAGE_GET_SDR()

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

◆ STORAGE_READ_FRUID_DATA()

__weak void STORAGE_READ_FRUID_DATA ( ipmi_msg msg)

◆ STORAGE_RSV_SDR()

__weak void STORAGE_RSV_SDR ( ipmi_msg msg)

◆ STORAGE_WRITE_FRUID_DATA()

__weak void STORAGE_WRITE_FRUID_DATA ( ipmi_msg msg)