Zerocat Chipflasher
v0.4.3 (board-edition-1)
Flash free firmware to BIOS chips, kick the Manageability Engine.
|
Selected SPI commands that are known to the chipflasher. More...
#define | CMD__NOP 0x00 |
No Operation. More... | |
#define | CMD__EWSR 0x50 |
Enable Write Status Register. More... | |
#define | CMD__WRSR 0x01 |
Write Status Register 1. More... | |
#define | CMD__WRSR2 0x31 |
Write Status Register 2. More... | |
#define | CMD__WRSR3 0x11 |
Write Status Register 3. More... | |
#define | CMD__WRDI 0x04 |
Write Disable. More... | |
#define | CMD__RDSR 0x05 |
Read Status Register 1. More... | |
#define | CMD__RDSR2 0x35 |
Read Status Register 2. More... | |
#define | CMD__RDSR3 0x15 |
Read Status Register 3. More... | |
#define | CMD__WREN 0x06 |
Write Enable. More... | |
#define | CMD__RDID 0x9f |
Read JEDEC Device ID. More... | |
#define | CMD__READ 0x03 |
Read (at up to 25MHz) More... | |
#define | CMD__READHF 0x0b |
Read High Frequency (> 25MHz) More... | |
#define | CMD__SE 0x20 |
Sector Erase (4K) More... | |
#define | CMD__BE32K 0x52 |
Block Erase (32K) More... | |
#define | CMD__BE64K 0xd8 |
Block Erase (64K) More... | |
#define | CMD__CE_0X60 0x60 |
Full Chip Erase (0x60) More... | |
#define | CMD__CE_0XC7 0xc7 |
Full Chip Erase (0xc7) More... | |
#define | CMD__BP 0x02 |
Byte Program. More... | |
#define | CMD__PP 0x02 |
Page Program. More... | |
#define | CMD__CP 0xad |
Continuous Program. More... | |
#define | CMD__DP 0xb9 |
Deep Powerdown. More... | |
#define | CMD__RDP 0xab |
Release from Deep Powerdown. More... | |
#define | CMD__RES 0xab |
Read Electronic ID. More... | |
#define | CMD__REMS 0x90 |
Read electronic manufacturer & device ID. More... | |
#define | CMD__ESRY 0x70 |
enable SO to output RDY/_BSY during CP-Mode More... | |
#define | CMD__DSRY 0x80 |
disable SO to output RDY/_BSY during CP-Mode More... | |
#define | CMD__PS 0x36 |
Protect Sector. More... | |
#define | CMD__US 0x39 |
Unprotect Sector. More... | |
#define | CMD__RSPR 0x3c |
Read Sector Protect Registers. More... | |
#define CMD__BE32K 0x52 |
Definition at line 61 of file SPI-command-set.h.
#define CMD__BE64K 0xd8 |
Definition at line 62 of file SPI-command-set.h.
#define CMD__BP 0x02 |
Definition at line 65 of file SPI-command-set.h.
#define CMD__CE_0X60 0x60 |
Definition at line 63 of file SPI-command-set.h.
#define CMD__CE_0XC7 0xc7 |
Definition at line 64 of file SPI-command-set.h.
#define CMD__CP 0xad |
Definition at line 67 of file SPI-command-set.h.
#define CMD__DP 0xb9 |
Definition at line 68 of file SPI-command-set.h.
#define CMD__DSRY 0x80 |
Definition at line 73 of file SPI-command-set.h.
#define CMD__ESRY 0x70 |
Definition at line 72 of file SPI-command-set.h.
#define CMD__EWSR 0x50 |
Definition at line 48 of file SPI-command-set.h.
#define CMD__NOP 0x00 |
Definition at line 47 of file SPI-command-set.h.
#define CMD__PP 0x02 |
Definition at line 66 of file SPI-command-set.h.
#define CMD__PS 0x36 |
Definition at line 74 of file SPI-command-set.h.
#define CMD__RDID 0x9f |
Definition at line 57 of file SPI-command-set.h.
#define CMD__RDP 0xab |
Definition at line 69 of file SPI-command-set.h.
#define CMD__RDSR 0x05 |
Definition at line 53 of file SPI-command-set.h.
#define CMD__RDSR2 0x35 |
Definition at line 54 of file SPI-command-set.h.
#define CMD__RDSR3 0x15 |
Definition at line 55 of file SPI-command-set.h.
#define CMD__READ 0x03 |
Definition at line 58 of file SPI-command-set.h.
#define CMD__READHF 0x0b |
Definition at line 59 of file SPI-command-set.h.
#define CMD__REMS 0x90 |
Definition at line 71 of file SPI-command-set.h.
#define CMD__RES 0xab |
Definition at line 70 of file SPI-command-set.h.
#define CMD__RSPR 0x3c |
Definition at line 76 of file SPI-command-set.h.
#define CMD__SE 0x20 |
Definition at line 60 of file SPI-command-set.h.
#define CMD__US 0x39 |
Definition at line 75 of file SPI-command-set.h.
#define CMD__WRDI 0x04 |
Definition at line 52 of file SPI-command-set.h.
#define CMD__WREN 0x06 |
Definition at line 56 of file SPI-command-set.h.
#define CMD__WRSR 0x01 |
Definition at line 49 of file SPI-command-set.h.
#define CMD__WRSR2 0x31 |
Definition at line 50 of file SPI-command-set.h.
#define CMD__WRSR3 0x11 |
Definition at line 51 of file SPI-command-set.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.