OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <logging/log.h>
#include "pldm_firmware_update.h"
#include "plat_pldm_fw_update.h"
#include "plat_pldm_sensor.h"
#include "plat_class.h"
#include "plat_hook.h"
#include "mp2971.h"
#include "mp29816a.h"
#include "raa228249.h"
Classes | |
struct | compnt_mapping_sensor |
Macros | |
#define | VR_COMPONENT_DEF(comp_id) |
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) |
void | load_pldmupdate_comp_config (void) |
bool | find_sensor_id_and_name_by_firmware_comp_id (uint8_t comp_identifier, uint8_t *sensor_id, char *sensor_name) |
Variables | |
compnt_mapping_sensor | vr_compnt_mapping_sensor_table [] |
pldm_fw_update_info_t | PLDMUPDATE_FW_CONFIG_TABLE [] |
#define VR_COMPONENT_DEF | ( | comp_id | ) |
bool find_sensor_id_and_name_by_firmware_comp_id | ( | uint8_t | comp_identifier, |
uint8_t * | sensor_id, | ||
char * | sensor_name | ||
) |
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 | ||
) |
pldm_fw_update_info_t PLDMUPDATE_FW_CONFIG_TABLE[] |
compnt_mapping_sensor vr_compnt_mapping_sensor_table[] |