OpenBIC
OpenSource Bridge-IC
|
#include <stdbool.h>
#include <stdint.h>
#include "plat_def.h"
Go to the source code of this file.
Classes | |
struct | _EEPROM_CFG_ |
struct | _EEPROM_ENTRY_ |
Macros | |
#define | EEPROM_WRITE_SIZE 0x20 |
#define | FRU_START 0x0000 |
#define | FRU_SIZE 0x0400 |
#define | SEL_START 0x0400 |
#define | SEL_SIZE 0x0400 |
#define | GUID_START 0x0800 |
#define | GUID_SIZE 0x0100 |
#define | BIC_CONFIG_START 0x0900 |
#define | BIC_CONFIG_SIZE 0x0100 |
Typedefs | |
typedef struct _EEPROM_CFG_ | EEPROM_CFG |
typedef struct _EEPROM_ENTRY_ | EEPROM_ENTRY |
Functions | |
bool | eeprom_write (EEPROM_ENTRY *entry) |
bool | eeprom_read (EEPROM_ENTRY *entry) |
#define BIC_CONFIG_SIZE 0x0100 |
#define BIC_CONFIG_START 0x0900 |
#define EEPROM_WRITE_SIZE 0x20 |
#define FRU_SIZE 0x0400 |
#define FRU_START 0x0000 |
#define GUID_SIZE 0x0100 |
#define GUID_START 0x0800 |
#define SEL_SIZE 0x0400 |
#define SEL_START 0x0400 |
typedef struct _EEPROM_CFG_ EEPROM_CFG |
typedef struct _EEPROM_ENTRY_ EEPROM_ENTRY |
bool eeprom_read | ( | EEPROM_ENTRY * | entry | ) |
bool eeprom_write | ( | EEPROM_ENTRY * | entry | ) |