Add support for ST M25P05-A, M25P10-A, M25P20, M25P40, M25P16, M25P32,
M25P64, M25P128 to flashrom. ST M25P80 support is already there. Not tested, but conforming to data sheets and double checked. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3012 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -172,7 +172,15 @@ extern struct flashchip flashchips[];
|
||||
* byte of device ID is related to log(bitsize) at least for some chips.
|
||||
*/
|
||||
#define ST_ID 0x20 /* ST */
|
||||
#define ST_M25P05A 0x2010
|
||||
#define ST_M25P10A 0x2011
|
||||
#define ST_M25P20 0x2012
|
||||
#define ST_M25P40 0x2013
|
||||
#define ST_M25P80 0x2014
|
||||
#define ST_M25P16 0x2015
|
||||
#define ST_M25P32 0x2016
|
||||
#define ST_M25P64 0x2017
|
||||
#define ST_M25P128 0x2018
|
||||
#define ST_M50FLW040A 0x08
|
||||
#define ST_M50FLW040B 0x28
|
||||
#define ST_M50FLW080A 0x80
|
||||
|
Reference in New Issue
Block a user