OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <logging/log.h>
#include "libutil.h"
#include "pldm.h"
#include "pldm_firmware_update.h"
#include "mctp_ctrl.h"
#include "power_status.h"
#include "util_spi.h"
#include "plat_pldm_fw_update.h"
#include "plat_i2c.h"
#include "plat_gpio.h"
#include "plat_pldm_sensor.h"
#include "mp2971.h"
#include "pt5161l.h"
#include "bcm85658.h"
#include "raa229621.h"
#include "plat_class.h"
#include "plat_pldm_device_identifier.h"
#include "sensor.h"
#include "tps53689.h"
#include "plat_pldm_monitor.h"
Functions | |
LOG_MODULE_REGISTER (plat_fwupdate) | |
uint8_t | plat_pldm_query_device_identifiers (const uint8_t *buf, uint16_t len, uint8_t *resp, uint16_t *resp_len) |
uint8_t | plat_pldm_query_downstream_devices (const uint8_t *buf, uint16_t len, uint8_t *resp, uint16_t *resp_len) |
uint8_t | plat_pldm_query_downstream_identifiers (const uint8_t *buf, uint16_t len, uint8_t *resp, uint16_t *resp_len) |
void | load_pldmupdate_comp_config (void) |
int | load_mctp_support_types (uint8_t *type_len, uint8_t *types) |
Variables | |
uint8_t | MCTP_SUPPORTED_MESSAGES_TYPES [] |
pldm_fw_update_info_t | PLDMUPDATE_FW_CONFIG_TABLE [] |
enum FIRMWARE_COMPONENT |
enum RETIMER_ADDR |
enum RETIMER_EEPROM_ADDR |
enum VR_TYPE |
int load_mctp_support_types | ( | uint8_t * | type_len, |
uint8_t * | types | ||
) |
void load_pldmupdate_comp_config | ( | void | ) |
LOG_MODULE_REGISTER | ( | plat_fwupdate | ) |
uint8_t plat_pldm_query_device_identifiers | ( | const uint8_t * | buf, |
uint16_t | len, | ||
uint8_t * | resp, | ||
uint16_t * | resp_len | ||
) |
uint8_t plat_pldm_query_downstream_devices | ( | const uint8_t * | buf, |
uint16_t | len, | ||
uint8_t * | resp, | ||
uint16_t * | resp_len | ||
) |
uint8_t plat_pldm_query_downstream_identifiers | ( | const uint8_t * | buf, |
uint16_t | len, | ||
uint8_t * | resp, | ||
uint16_t * | resp_len | ||
) |
uint8_t MCTP_SUPPORTED_MESSAGES_TYPES[] |
pldm_fw_update_info_t PLDMUPDATE_FW_CONFIG_TABLE[] |