ZT5515A-1BW Intel, ZT5515A-1BW Datasheet - Page 49

no-image

ZT5515A-1BW

Manufacturer Part Number
ZT5515A-1BW
Description
Manufacturer
Intel
Datasheet

Specifications of ZT5515A-1BW

Lead Free Status / Rohs Status
Supplier Unconfirmed
Intel
®
NetStructure
The SIS table consists of both static information provided at BIOS build time, and dynamic
information that is modified when the structure is loaded into shadow RAM during BIOS POST.
The dynamic or “running” version of the table is located in the BIOS shadow area near the top of
the 1 Mbyte address space. The static version of the table can be extracted from the BIOS image
itself, either in Flash or from a file on disk.
Which elements of the structure are dynamic depends on the particular platform. For example, a
board that is always loaded with the same type and size of Flash device could define the
FlashSize and FlashID fields statically, while a product with several Flash options would
need to be able to modify those fields during POST.
The System Information Structure is defined as follows in C language syntax:
typedef struct
{
} ZiaSysInfo;
TM
ZT 5515 Compute Processor Board Technical Product Specification
UINT8
UINT32
UINT32
UINT32
UINT32
UINT16
UINT16
UINT16
UINT16
UINT16
UINT16
UINT16
UINT16
UINT16
UINT16
UINT8
UINT8
UINT8
UINT8
UINT8
UINT8
UINT8
UINT8
UINT8
UINT8
UINT8
UINT8
UINT32
UINT32
UINT16
UINT16
UINT8
Signature[8];
SysFlag;
BiosAddr;
BiosNvAddr;
FlashAddr;
CPUtype;
BiosSize;
BiosNvSize;
BiosVersion;
FlashID;
FlashPageSize;
FlashEraseSize;
FDriveSize;
StructureSize;
StructureVersion;
CPUstr[16];
NetworkID[6];
BiosPage;
BiosNvPage;
FlashSize;
FlashCount;
Algorithm;
Mechanism;
FDriveLetter;
ChecksumPad;
NetworkIDPad;
BootBlockPage; /* <-- Ver 1.01 starts here */
BootBlockAddr;
FDriveAddr;
BootBlockSize;
TotalBiosSize;
FDrivePage;
/* <-- new flags added Ver 1.02 */
System BIOS
49