OpenBIC
OpenSource Bridge-IC
|
#include "plat_ipmi.h"
#include <stdio.h>
#include <stdlib.h>
#include <logging/log.h>
#include "libutil.h"
#include "fru.h"
#include "ipmi.h"
#include "util_spi.h"
#include "hal_gpio.h"
#include "plat_fru.h"
#include "plat_gpio.h"
#include "plat_class.h"
#include "plat_sensor_table.h"
#include "pex89000.h"
#include "xdpe15284.h"
#include "plat_hook.h"
#include "plat_dev.h"
#include "app_handler.h"
#include "plat_ipmb.h"
#include "mp2985.h"
Functions | |
LOG_MODULE_REGISTER (plat_ipmi) | |
void | pal_construct_ipmi_add_sel_msg (ipmi_msg *msg, common_addsel_msg_t *sel_msg) |
void | OEM_1S_GET_FW_VERSION (ipmi_msg *msg) |
void | OEM_1S_GET_PCIE_CARD_STATUS (ipmi_msg *msg) |
void | OEM_1S_FW_UPDATE (ipmi_msg *msg) |
int | pal_get_pcie_card_sensor_reading (uint8_t card_id, uint8_t sensor_num, uint8_t *card_status, int *reading) |
void | OEM_1S_GET_PCIE_CARD_SENSOR_READING (ipmi_msg *msg) |
int | pal_write_read_accl_fru (uint8_t fru_id, uint8_t option, EEPROM_ENTRY *fru_entry, uint8_t *status) |
void | STORAGE_READ_FRUID_DATA (ipmi_msg *msg) |
void | STORAGE_WRITE_FRUID_DATA (ipmi_msg *msg) |
void | OEM_1S_BRIDGE_I2C_MSG_BY_COMPNT (ipmi_msg *msg) |
Variables | |
struct SWITCH_MUX_INFO | pcie_switch_mux_info [PEX_MAX_NUMBER] |
LOG_MODULE_REGISTER | ( | plat_ipmi | ) |
void OEM_1S_BRIDGE_I2C_MSG_BY_COMPNT | ( | ipmi_msg * | msg | ) |
void OEM_1S_FW_UPDATE | ( | ipmi_msg * | msg | ) |
void OEM_1S_GET_FW_VERSION | ( | ipmi_msg * | msg | ) |
void OEM_1S_GET_PCIE_CARD_SENSOR_READING | ( | ipmi_msg * | msg | ) |
void OEM_1S_GET_PCIE_CARD_STATUS | ( | ipmi_msg * | msg | ) |
void pal_construct_ipmi_add_sel_msg | ( | ipmi_msg * | msg, |
common_addsel_msg_t * | sel_msg | ||
) |
int pal_get_pcie_card_sensor_reading | ( | uint8_t | card_id, |
uint8_t | sensor_num, | ||
uint8_t * | card_status, | ||
int * | reading | ||
) |
int pal_write_read_accl_fru | ( | uint8_t | fru_id, |
uint8_t | option, | ||
EEPROM_ENTRY * | fru_entry, | ||
uint8_t * | status | ||
) |
void STORAGE_READ_FRUID_DATA | ( | ipmi_msg * | msg | ) |
void STORAGE_WRITE_FRUID_DATA | ( | ipmi_msg * | msg | ) |
struct SWITCH_MUX_INFO pcie_switch_mux_info[PEX_MAX_NUMBER] |