|
OpenBIC
OpenSource Bridge-IC
|
#include "pldm.h"#include "plat_ipmi.h"#include <stdio.h>#include <stdlib.h>#include <drivers/spi_nor.h>#include <drivers/flash.h>#include <logging/log.h>#include "libutil.h"#include "ipmi.h"#include "plat_ipmb.h"#include "plat_gpio.h"#include "plat_fru.h"#include "plat_class.h"#include "hal_jtag.h"#include "eeprom.h"#include "fru.h"#include "sdr.h"#include "app_handler.h"#include "util_spi.h"#include "sensor.h"#include "pmbus.h"#include "hal_i2c.h"#include "i2c-mux-tca9548.h"#include "plat_hook.h"#include "plat_sensor_table.h"#include "plat_mctp.h"#include "pex89000.h"#include "power_status.h"
Classes | |
| struct | bridge_compnt_info_s |
Macros | |
| #define | GT_BIC_UPDATE_MAX_OFFSET KB(410) |
Functions | |
| LOG_MODULE_REGISTER (plat_ipmi) | |
| void | OEM_1S_FW_UPDATE (ipmi_msg *msg) |
| void | OEM_1S_PEX_FLASH_READ (ipmi_msg *msg) |
| void | OEM_1S_GET_FPGA_USER_CODE (ipmi_msg *msg) |
| void | APP_GET_SELFTEST_RESULTS (ipmi_msg *msg) |
| void | OEM_1S_GET_FW_VERSION (ipmi_msg *msg) |
| void | OEM_1S_BRIDGE_I2C_MSG_BY_COMPNT (ipmi_msg *msg) |
Variables | |
| struct k_mutex | i2c_bus6_mutex |
| struct k_mutex | i2c_bus10_mutex |
| struct bridge_compnt_info_s | bridge_compnt_info [] |
| #define GT_BIC_UPDATE_MAX_OFFSET KB(410) |
| void APP_GET_SELFTEST_RESULTS | ( | ipmi_msg * | msg | ) |

| 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_FPGA_USER_CODE | ( | ipmi_msg * | msg | ) |

| void OEM_1S_GET_FW_VERSION | ( | ipmi_msg * | msg | ) |
| void OEM_1S_PEX_FLASH_READ | ( | ipmi_msg * | msg | ) |

| struct bridge_compnt_info_s bridge_compnt_info[] |
|
extern |
|
extern |