#include "eeprom.h"
#include "fru.h"
Go to the source code of this file.
◆ BIOS_FW_VERSION_BLOCK_MAX_SIZE
| #define BIOS_FW_VERSION_BLOCK_MAX_SIZE 17 |
◆ BIOS_FW_VERSION_BLOCK_NUM
| #define BIOS_FW_VERSION_BLOCK_NUM 2 |
◆ BIOS_FW_VERSION_MAX_SIZE
| #define BIOS_FW_VERSION_MAX_SIZE 34 |
◆ BIOS_FW_VERSION_SECOND_BLOCK_OFFSET
| #define BIOS_FW_VERSION_SECOND_BLOCK_OFFSET 17 |
◆ BIOS_FW_VERSION_START
| #define BIOS_FW_VERSION_START 0x0A00 |
◆ BSD_IMAGE_START
| #define BSD_IMAGE_START 0x0000 |
◆ BSD_VERSION_MAX_SIZE
| #define BSD_VERSION_MAX_SIZE 4 |
◆ BSD_VERSION_START
| #define BSD_VERSION_START 0x0A40 |
◆ DPV2_FRU_ADDR
| #define DPV2_FRU_ADDR 0x51 |
◆ DPV2_FRU_PORT
| #define DPV2_FRU_PORT 0x08 |
◆ FRU_CFG_NUM
◆ MB_CPU_FRU_ADDR
| #define MB_CPU_FRU_ADDR 0x50 |
◆ MB_CPU_FRU_PORT
| #define MB_CPU_FRU_PORT 0x0C |
◆ MB_FRU_ADDR
◆ MB_FRU_PORT
◆ anonymous enum
| Enumerator |
|---|
| MB_FRU_ID | |
| DPV2_FRU_ID | |
| MAX_FRU_ID | |
◆ get_bios_version()
| int get_bios_version |
( |
EEPROM_ENTRY * |
entry, |
|
|
uint8_t |
block_index |
|
) |
| |
◆ get_bios_version_area_config()
| bool get_bios_version_area_config |
( |
EEPROM_CFG * |
config | ) |
|
◆ read_bsd_version()
| uint32_t read_bsd_version |
( |
| ) |
|
◆ set_bios_version()
| int set_bios_version |
( |
EEPROM_ENTRY * |
entry, |
|
|
uint8_t |
block_index |
|
) |
| |
◆ write_bsd_version()
| bool write_bsd_version |
( |
| ) |
|