OpenBIC
OpenSource Bridge-IC
|
#include <string.h>
#include "fru.h"
#include "plat_fru.h"
#include <logging/log.h>
#include "eeprom.h"
#include "libutil.h"
Macros | |
#define | RF_FRU_PORT 0x02 |
#define | RF_FRU_ADDR (0xA8 >> 1) |
Functions | |
LOG_MODULE_REGISTER (plat_fru) | |
bool | set_cxl_version (EEPROM_ENTRY *entry) |
bool | get_cxl_version (EEPROM_ENTRY *entry) |
void | pal_load_fru_config (void) |
Variables | |
const EEPROM_CFG | plat_fru_config [] |
const EEPROM_CFG | plat_cxl_version_area_config |
#define RF_FRU_ADDR (0xA8 >> 1) |
#define RF_FRU_PORT 0x02 |
bool get_cxl_version | ( | EEPROM_ENTRY * | entry | ) |
LOG_MODULE_REGISTER | ( | plat_fru | ) |
void pal_load_fru_config | ( | void | ) |
bool set_cxl_version | ( | EEPROM_ENTRY * | entry | ) |
const EEPROM_CFG plat_cxl_version_area_config |
const EEPROM_CFG plat_fru_config[] |