|
OpenBIC
OpenSource Bridge-IC
|
#include "plat_ipmi.h"#include <stdio.h>#include <stdlib.h>#include <logging/log.h>#include "libutil.h"#include "ipmi.h"#include "fru.h"#include "eeprom.h"#include "power_status.h"#include "sensor.h"#include "plat_fru.h"#include "plat_class.h"#include "plat_hook.h"#include "plat_ipmb.h"#include "plat_dimm.h"#include "plat_sensor_table.h"#include "pmbus.h"#include "oem_1s_handler.h"#include "libipmi.h"#include "pldm.h"#include "plat_mctp.h"
Functions | |
| LOG_MODULE_REGISTER (plat_ipmi) | |
| bool | pal_request_msg_to_BIC_from_HOST (uint8_t netfn, uint8_t cmd) |
| int | pal_record_bios_fw_version (uint8_t *buf, uint8_t size) |
| void | OEM_1S_GET_BIOS_VERSION (ipmi_msg *msg) |
| void | OEM_1S_GET_CARD_TYPE (ipmi_msg *msg) |
| void | OEM_1S_SET_CARD_TYPE (ipmi_msg *msg) |
| void | OEM_1S_GET_HSC_STATUS (ipmi_msg *msg) |
| void | OEM_1S_WRITE_READ_DIMM (ipmi_msg *msg) |
| void | OEM_1S_GET_DIMM_I3C_MUX_SELECTION (ipmi_msg *msg) |
| void | OEM_1S_GET_FW_VERSION (ipmi_msg *msg) |
| void | pal_record_vr_power_fault (uint8_t event_type, uint8_t error_type, uint8_t vr_data1, uint8_t vr_data2) |
| LOG_MODULE_REGISTER | ( | plat_ipmi | ) |
| void OEM_1S_GET_BIOS_VERSION | ( | ipmi_msg * | msg | ) |

| void OEM_1S_GET_CARD_TYPE | ( | ipmi_msg * | msg | ) |
| void OEM_1S_GET_DIMM_I3C_MUX_SELECTION | ( | ipmi_msg * | msg | ) |

| void OEM_1S_GET_FW_VERSION | ( | ipmi_msg * | msg | ) |
| void OEM_1S_GET_HSC_STATUS | ( | ipmi_msg * | msg | ) |
| void OEM_1S_SET_CARD_TYPE | ( | ipmi_msg * | msg | ) |

| void OEM_1S_WRITE_READ_DIMM | ( | ipmi_msg * | msg | ) |

| int pal_record_bios_fw_version | ( | uint8_t * | buf, |
| uint8_t | size | ||
| ) |

| void pal_record_vr_power_fault | ( | uint8_t | event_type, |
| uint8_t | error_type, | ||
| uint8_t | vr_data1, | ||
| uint8_t | vr_data2 | ||
| ) |

| bool pal_request_msg_to_BIC_from_HOST | ( | uint8_t | netfn, |
| uint8_t | cmd | ||
| ) |