Zerocat Chipflasher  v0.4.3 (board-edition-1)
Flash free firmware to BIOS chips, kick the Manageability Engine.
Macros
SPI-flash-bits.h File Reference

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...
 

Detailed Description

Zerocat Chipflasher — Flash free firmware to BIOS chips, kick the Manageability Engine.

Copyright (C) 2015, 2016, 2017, 2018 Kai Mertens kmx@p.nosp@m.oste.nosp@m.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.

Macro Definition Documentation

◆ BP0

#define BP0   0x04

Definition at line 39 of file SPI-flash-bits.h.

◆ BP1

#define BP1   0x08

Definition at line 38 of file SPI-flash-bits.h.

◆ BP2

#define BP2   0x10

Definition at line 37 of file SPI-flash-bits.h.

◆ BP3

#define BP3   0x20

Definition at line 36 of file SPI-flash-bits.h.

◆ CPM

#define CPM   0x40

Definition at line 35 of file SPI-flash-bits.h.

◆ LDSO

#define LDSO   0x02

Definition at line 45 of file SPI-flash-bits.h.

◆ SOTPI

#define SOTPI   0x01

Definition at line 44 of file SPI-flash-bits.h.

◆ SRWD

#define SRWD   0x80

Definition at line 34 of file SPI-flash-bits.h.

◆ WEL

#define WEL   0x02

Definition at line 40 of file SPI-flash-bits.h.

◆ WIP

#define WIP   0x01

Definition at line 41 of file SPI-flash-bits.h.