Zerocat Chipflasher  v0.4.3 (board-edition-1)
Flash free firmware to BIOS chips, kick the Manageability Engine.
SPI-command-set.h
Go to the documentation of this file.
1 /******************************************************************/
30 #ifndef __SPI_COMMAND_SET_H__
31 #define __SPI_COMMAND_SET_H__
32 
47 #define CMD__NOP 0x00
48 #define CMD__EWSR 0x50
49 #define CMD__WRSR 0x01
50 #define CMD__WRSR2 0x31
51 #define CMD__WRSR3 0x11
52 #define CMD__WRDI 0x04
53 #define CMD__RDSR 0x05
54 #define CMD__RDSR2 0x35
55 #define CMD__RDSR3 0x15
56 #define CMD__WREN 0x06
57 #define CMD__RDID 0x9f
58 #define CMD__READ 0x03
59 #define CMD__READHF 0x0b
60 #define CMD__SE 0x20
61 #define CMD__BE32K 0x52
62 #define CMD__BE64K 0xd8
63 #define CMD__CE_0X60 0x60
64 #define CMD__CE_0XC7 0xc7
65 #define CMD__BP 0x02
66 #define CMD__PP 0x02
67 #define CMD__CP 0xad
68 #define CMD__DP 0xb9
69 #define CMD__RDP 0xab
70 #define CMD__RES 0xab
71 #define CMD__REMS 0x90
72 #define CMD__ESRY 0x70
73 #define CMD__DSRY 0x80
74 #define CMD__PS 0x36
75 #define CMD__US 0x39
76 #define CMD__RSPR 0x3c
77 
79 #endif
80 /* __SPI_COMMAND_SET_H__ */