Zerocat Chipflasher
v0.4.3 (board-edition-1)
Flash free firmware to BIOS chips, kick the Manageability Engine.
|
Common Bit Names of important SPI Flash Registers. More...
Go to the source code of this file.
Macros | |
#define | SRWD 0x80 |
Status Register Write Disable. More... | |
#define | CPM 0x40 |
Continously Program Mode. More... | |
#define | BP3 0x20 |
Block Protect 3. More... | |
#define | BP2 0x10 |
Block Protect 2. More... | |
#define | BP1 0x08 |
Block Protect 1. More... | |
#define | BP0 0x04 |
Block Protect 0. More... | |
#define | WEL 0x02 |
Write Enable Latch. More... | |
#define | WIP 0x01 |
Write In Progress. More... | |
#define | SOTPI 0x01 |
Secured OTP Indicator Bit. Indicates wether SOTP had been locked by factory (1) or customer (0). More... | |
#define | LDSO 0x02 |
Lock-down Secured OTP (can't be reset!). More... | |
Zerocat Chipflasher — Flash free firmware to BIOS chips, kick the Manageability Engine.
Copyright (C) 2015, 2016, 2017, 2018 Kai Mertens kmx@p oste o.net
The Zerocat Chipflasher is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
The Zerocat Chipflasher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
This file is part of the Zerocat Chipflasher.
Definition in file SPI-flash-bits.h.
#define BP0 0x04 |
Definition at line 39 of file SPI-flash-bits.h.
#define BP1 0x08 |
Definition at line 38 of file SPI-flash-bits.h.
#define BP2 0x10 |
Definition at line 37 of file SPI-flash-bits.h.
#define BP3 0x20 |
Definition at line 36 of file SPI-flash-bits.h.
#define CPM 0x40 |
Definition at line 35 of file SPI-flash-bits.h.
#define LDSO 0x02 |
Definition at line 45 of file SPI-flash-bits.h.
#define SOTPI 0x01 |
Definition at line 44 of file SPI-flash-bits.h.
#define SRWD 0x80 |
Definition at line 34 of file SPI-flash-bits.h.
#define WEL 0x02 |
Definition at line 40 of file SPI-flash-bits.h.
#define WIP 0x01 |
Definition at line 41 of file SPI-flash-bits.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.