Zerocat Chipflasher
v0.4.3 (board-edition-1)
Flash free firmware to BIOS chips, kick the Manageability Engine.
|
Chip specifications, provided within the source code. More...
#include <chipspec.h>
Public Attributes | |
char | name [15] |
chip's name, i.e. MX25L1605D More... | |
const int | id_JEDEC |
If not applicable or unknown, clear cmdset.X9F_RDID. More... | |
const unsigned int | chipsize |
Size of the chip. More... | |
const int | pagesize |
If not applicable or unknown, clear cmdset.X02_PP. More... | |
const signed char | sizeOTP |
If not applicable or unknown, clear cmdset.X2B_RDSCUR. More... | |
const int | cmdset |
selected commands More... | |
const unsigned char | sr_is_static [3] |
True, if Status Register is not initialized during Power-Up. More... | |
const unsigned char | sr_wrmask [3] |
maskout unwritable bits of the status register More... | |
char * | sr_bitnames [3] |
Status Register 0 Bit Names. More... | |
Definition at line 166 of file chipspec.h.
const unsigned int tag_chipspec::chipsize |
Definition at line 169 of file chipspec.h.
const int tag_chipspec::cmdset |
Definition at line 172 of file chipspec.h.
const int tag_chipspec::id_JEDEC |
Definition at line 168 of file chipspec.h.
char tag_chipspec::name[15] |
Definition at line 167 of file chipspec.h.
const int tag_chipspec::pagesize |
Definition at line 170 of file chipspec.h.
const signed char tag_chipspec::sizeOTP |
Definition at line 171 of file chipspec.h.
char* tag_chipspec::sr_bitnames[3] |
Definition at line 175 of file chipspec.h.
const unsigned char tag_chipspec::sr_is_static[3] |
Definition at line 173 of file chipspec.h.
const unsigned char tag_chipspec::sr_wrmask[3] |
Definition at line 174 of file chipspec.h.
Zerocat’s note on JavaScript licenses: All JavaScript files of this page are free software. Generated files (dynsections.js, menu.js, menudata.js) carry doxygen’s GNU GPLv2 license header. File jquery.js is minified code but points to corresponding source files, which in turn provide their own license infos. In case the GNU LibreJS Browser Extension complains about these scripts being non-free – please whitelist them manually and reload the page.