OpenBIC
OpenSource Bridge-IC
|
#include <zephyr.h>
#include <sys/printk.h>
#include <logging/log.h>
#include <logging/log_ctrl.h>
#include <stdlib.h>
#include "libutil.h"
#include "mctp.h"
#include "mctp_ctrl.h"
#include "pldm.h"
#include "ipmi.h"
#include "sensor.h"
#include "plat_hook.h"
#include "plat_mctp.h"
#include "plat_gpio.h"
#include "cci.h"
#include "pm8702.h"
Functions | |
LOG_MODULE_REGISTER (plat_mctp) | |
K_TIMER_DEFINE (send_cmd_timer, send_cmd_to_dev, NULL) | |
K_WORK_DEFINE (send_cmd_work, send_cmd_to_dev_handler) | |
mctp * | find_mctp_by_smbus (uint8_t bus) |
uint8_t | get_mctp_route_info (uint8_t dest_endpoint, void **mctp_inst, mctp_ext_params *ext_params) |
uint8_t | get_mctp_info (uint8_t dest_endpoint, mctp **mctp_inst, mctp_ext_params *ext_params) |
void | send_cmd_to_dev_handler (struct k_work *work) |
void | send_cmd_to_dev (struct k_timer *timer) |
void | plat_mctp_init () |
Variables | |
int | mctp_config_table_size = 1 |
mctp_port | mctp_config_table [] |
mctp * find_mctp_by_smbus | ( | uint8_t | bus | ) |
uint8_t get_mctp_info | ( | uint8_t | dest_endpoint, |
mctp ** | mctp_inst, | ||
mctp_ext_params * | ext_params | ||
) |
uint8_t get_mctp_route_info | ( | uint8_t | dest_endpoint, |
void ** | mctp_inst, | ||
mctp_ext_params * | ext_params | ||
) |
K_TIMER_DEFINE | ( | send_cmd_timer | , |
send_cmd_to_dev | , | ||
NULL | |||
) |
K_WORK_DEFINE | ( | send_cmd_work | , |
send_cmd_to_dev_handler | |||
) |
LOG_MODULE_REGISTER | ( | plat_mctp | ) |
void plat_mctp_init | ( | void | ) |
BIC will not initialize mctp instance if CXL is not present
init mctp for bmc bus
void send_cmd_to_dev | ( | struct k_timer * | timer | ) |
void send_cmd_to_dev_handler | ( | struct k_work * | work | ) |
mctp_port mctp_config_table[] |
int mctp_config_table_size = 1 |