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 "sensor.h"
#include "pldm_firmware_update.h"
#include "plat_pldm_fw_update.h"
#include "plat_ipmi.h"
#include "plat_gpio.h"
#include "plat_i2c.h"
#include "plat_sensor_table.h"
#include "plat_hook.h"
#include "plat_class.h"
#include "lattice.h"
Macros | |
#define | CPLD_BUS_13_ADDR 0x40 |
#define | CPLD_USER_CODE_LENGTH 4 |
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 [] |
#define CPLD_BUS_13_ADDR 0x40 |
#define CPLD_USER_CODE_LENGTH 4 |
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[] |