OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <logging/log.h>
#include "libutil.h"
#include "util_spi.h"
#include "hal_jtag.h"
#include "sensor.h"
#include "i2c-mux-tca9548.h"
#include "lattice.h"
#include "pldm_firmware_update.h"
#include "plat_pldm_fw_update.h"
#include "plat_gpio.h"
#include "plat_i2c.h"
#include "plat_sensor_table.h"
#include "plat_class.h"
#include "plat_fru.h"
#include "plat_power_status.h"
#include "power_status.h"
#include "mpq8746.h"
#include "mp289x.h"
#include "mp2988.h"
#include "pt5161l.h"
#include "ds160pt801.h"
#include "tda38741.h"
Functions | |
LOG_MODULE_REGISTER (plat_fwupdate) | |
void | load_pldmupdate_comp_config (void) |
void | clear_pending_version (uint8_t activate_method) |
Variables | |
pldm_fw_update_info_t | PLDMUPDATE_FW_CONFIG_TABLE [] |
void clear_pending_version | ( | uint8_t | activate_method | ) |
void load_pldmupdate_comp_config | ( | void | ) |
LOG_MODULE_REGISTER | ( | plat_fwupdate | ) |
pldm_fw_update_info_t PLDMUPDATE_FW_CONFIG_TABLE[] |