|
OpenBIC
OpenSource Bridge-IC
|
#include "eeprom.h"

Go to the source code of this file.
Macros | |
| #define | FRU_CFG_NUM MAX_FRU_ID |
| #define | MB_FRU_PORT 0x01 |
| #define | MB_FRU_ADDR 0x50 |
| #define | IOM_FRU_PORT 0x07 |
| #define | IOM_FRU_ADDR 0x50 |
| #define | BIOS_FW_VERSION_START 0x0A00 |
| #define | BIOS_FW_VERSION_MAX_SIZE 34 |
Enumerations | |
| enum | { MB_FRU_ID , IOM_FRU_ID , MAX_FRU_ID } |
Functions | |
| bool | get_bios_version_area_config (EEPROM_CFG *config) |
| int | set_bios_version (EEPROM_ENTRY *entry) |
| int | get_bios_version (EEPROM_ENTRY *entry) |
| #define BIOS_FW_VERSION_MAX_SIZE 34 |
| #define BIOS_FW_VERSION_START 0x0A00 |
| #define FRU_CFG_NUM MAX_FRU_ID |
| #define IOM_FRU_ADDR 0x50 |
| #define IOM_FRU_PORT 0x07 |
| #define MB_FRU_ADDR 0x50 |
| #define MB_FRU_PORT 0x01 |
| int get_bios_version | ( | EEPROM_ENTRY * | entry | ) |

| bool get_bios_version_area_config | ( | EEPROM_CFG * | config | ) |
| int set_bios_version | ( | EEPROM_ENTRY * | entry | ) |
