OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include <stdlib.h>
#include <logging/log.h>
#include "ipmi.h"
#include "plat_ipmi.h"
#include "plat_ipmb.h"
#include "plat_class.h"
#include "libutil.h"
#include "plat_fru.h"
#include "util_spi.h"
#include "plat_sensor_table.h"
#include "plat_power_status.h"
#include "ipmb.h"
#include "mctp.h"
#include "pldm.h"
#include "plat_mctp.h"
#include "sensor.h"
#include "pmbus.h"
Enumerations | |
enum | HDA1_FIRMWARE_COMPONENT { HDA1_COMPNT_CPLD = 1 , HDA1_COMPNT_BIC , HDA1_COMPNT_BIOS , HDA1_COMPNT_BSD = 63 } |
Functions | |
LOG_MODULE_REGISTER (plat_ipmi) | |
bool | pal_request_msg_to_BIC_from_HOST (uint8_t netfn, uint8_t cmd) |
void | OEM_1S_GET_CARD_TYPE (ipmi_msg *msg) |
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_FW_VERSION (ipmi_msg *msg) |
void | OEM_1S_GET_HSC_STATUS (ipmi_msg *msg) |
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_FW_VERSION | ( | ipmi_msg * | msg | ) |
void OEM_1S_GET_HSC_STATUS | ( | ipmi_msg * | msg | ) |
int pal_record_bios_fw_version | ( | uint8_t * | buf, |
uint8_t | size | ||
) |
bool pal_request_msg_to_BIC_from_HOST | ( | uint8_t | netfn, |
uint8_t | cmd | ||
) |