mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
Add a bunch of new/tested stuff and various small changes 22
Tested mainboards: OK: - AOpen UK79G-1394 (used in EZ18 barebones) Reported by Lawrence Gough - ASUS M4N78 SE Reported by Dima Veselov - ASUS P5LD2-VM Mark board enable as tested (reported by Dima Veselov) - GIGABYTE GA-970A-UD3P (rev. 2.0) Reported by trucmar on IRC - GIGABYTE GA-990FXA-UD3 (rev. 4.0) Reported by ROKO__ on IRC - GIGABYTE GA-H77-DS3H (rev. 1.1) Reported by Evgeniy Edigarev - GIGABYTE GA-P55-USB3 (rev. 2.0) Reported by Måns Thörnqvist - MSI MS-7817 (H81M-E33) Reported by Igor Kolker Chipsets: - Marked Intel Bay Trail (0x0f1c) as tested OK Reported by Antonio Ospite - Refine Intel IDs * Add IDs for Braswell * Add IDs for 9 Series PCHs (e.g. H97, Z97) * Rename Wellsburg devices slightly Flash chips: - Atmel AT25DF041A to PREW (+PREW) Reported by Tai-hwa Liang - Atmel AT26DF161 to PREW (+EW) Reported by Steve Shenton - Atmel AT45DB011D to PREW (+PREW) Reported by The Raven - Atmel AT45DB642D to PREW (+PREW) Reported by Mahesh Mokal - Eon EN25F32 to PREW (+PREW) Reported by Arman Khodabande - Eon EN25F40 to PREW (+REW) Reported by Jerrad Pierce - Eon EN25QH16 to PREW (+EW) Reported by Ben Johnson - GigaDevice GD25Q20(B) to PREW (+PREW) Reported by Gilles Aurejac - Macronix MX25U6435E/F to PR (+PR) Reported by Matt Taggart - PMC Pm25LV512(A) to PREW (+PREW) Reported by The Raven - SST SST39VF020 to PREW (+PREW) Reported by Urja Rannikko - Winbond W25Q40.V to PREW (+EW) Reported by Torben Nielsen - Add E variants of MX25Lx006 (MX25L2006E, MX25L4006E, MX25L8006E). - Add MX25L6465E variant. - There was never a MX25L12805 AFAICT. - Split MX25L12805 from models with the same ID but an additional 32 kB eraser: MX25L12835F/MX25L12845E/MX25L12865E. - Add a bunch of ST parallel NOR flash chip IDs. Miscellaneous: - Whitelist ThinkPad X200. - Constify master parameter of register_master(). - Remove FEATURE_BYTEWRITES because it was never used at all. - Refine hwseq messages and make them less prominent. - Fix the yet unused PRIxCHIPADDR format string thingy. - Fix copy&paste error in spi_prettyprint_status_register_bp(). Spotted by Pablo Cases. - Add an additional SMBus controller revision to identify another Yangtze model. Thanks to Dan Christensen for reporting this issue. - dediprog: add missing include for stdlib.h. This fixes (at least) building on FreeBSD and DragonflyBSD with gcc. - Remove references to struct pci_filter from programmer.h. It is only needed in internal.c where it has a complete type. Having it in programmer.h provokes a warning by some old versions of gcc. - Tiny other stuff. Corresponding to flashrom svn r1879. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
56
flashchips.h
56
flashchips.h
@ -27,7 +27,7 @@
|
||||
/*
|
||||
* Please keep this list sorted alphabetically by manufacturer. The first
|
||||
* entry of each section should be the manufacturer ID, followed by the
|
||||
* list of devices from that manufacturer (sorted by device IDs).
|
||||
* list of devices from that manufacturer (sorted by device ID).
|
||||
*
|
||||
* Most LPC/FWH parts (parallel flash) have 8-bit device IDs if there is no
|
||||
* continuation code.
|
||||
@ -303,6 +303,8 @@
|
||||
#define EON_EN29LV010 0x7F6E
|
||||
#define EON_EN29LV040 0x4F /* Same as EN29LV040A */
|
||||
#define EON_EN29LV640B 0xCB
|
||||
#define EON_EN29LV640T 0xC9
|
||||
#define EON_EN29LV640U 0x7E
|
||||
#define EON_EN29F002T 0x7F92 /* Same as EN29F002A */
|
||||
#define EON_EN29F002B 0x7F97 /* Same as EN29F002AN */
|
||||
#define EON_EN29GL064HL 0x7E0C01 /* Uniform Sectors, WP protects Top OR Bottom sector */
|
||||
@ -466,13 +468,13 @@
|
||||
* and use the same set of IDs. */
|
||||
#define MACRONIX_MX25L512 0x2010 /* Same as MX25L512E, MX25V512, MX25V512C */
|
||||
#define MACRONIX_MX25L1005 0x2011 /* Same as MX25L1005C, MX25L1006E */
|
||||
#define MACRONIX_MX25L2005 0x2012 /* Same as MX25L2005C */
|
||||
#define MACRONIX_MX25L4005 0x2013 /* Same as MX25L4005A, MX25L4005C */
|
||||
#define MACRONIX_MX25L8005 0x2014 /* Same as MX25V8005; FIXME: MX25L8073E (4k 0x20) */
|
||||
#define MACRONIX_MX25L2005 0x2012 /* Same as MX25L2005C, MX25L2006E */
|
||||
#define MACRONIX_MX25L4005 0x2013 /* Same as MX25L4005A, MX25L4005C, MX25L4006E */
|
||||
#define MACRONIX_MX25L8005 0x2014 /* Same as MX25V8005, MX25L8006E, FIXME: MX25L8073E (4k 0x20) */
|
||||
#define MACRONIX_MX25L1605 0x2015 /* MX25L1605 (64k 0x20); MX25L1605A/MX25L1606E (4k 0x20, 64k 0x52); MX25L1605D/MX25L1608D/MX25L1673E (4k 0x20) */
|
||||
#define MACRONIX_MX25L3205 0x2016 /* MX25L3205, MX25L3205A (64k 0x20); MX25L3205D/MX25L3208D (4k 0x20); MX25L3206E (4k 0x20, 64k 0x52); MX25L3273E (4k 0x20, 32k 0x52) */
|
||||
#define MACRONIX_MX25L6405 0x2017 /* MX25L6405, MX25L6405D (64k 0x20); MX25L6406E/MX25L6436E (4k 0x20); MX25L6445E/MX25L6473E (4k 0x20, 32k 0x52) */
|
||||
#define MACRONIX_MX25L12805 0x2018 /* Same as MX25L12805D, MX25L12835F, MX25L12845E (the latter two support completely new ID commands) */
|
||||
#define MACRONIX_MX25L6405 0x2017 /* MX25L6405, MX25L6405D (64k 0x20); MX25L6406E/MX25L6436E (4k 0x20); MX25L6445E/MX25L6465E/MX25L6473E (4k 0x20, 32k 0x52) */
|
||||
#define MACRONIX_MX25L12805D 0x2018 /* MX25L12805D (no 32k); MX25L12865E, MX25L12835F, MX25L12845E (32k 0x52) */
|
||||
#define MACRONIX_MX25L25635F 0x2019 /* Same as MX25L25639F, but the latter seems to not support REMS */
|
||||
#define MACRONIX_MX25L1635D 0x2415
|
||||
#define MACRONIX_MX25L1635E 0x2515 /* MX25L1635{E} */
|
||||
@ -784,6 +786,48 @@
|
||||
#define ST_M29W010B 0x23
|
||||
#define ST_M29W040B 0xE3
|
||||
#define ST_M29W512B 0x27
|
||||
#define ST_M28W160ECB 0x88CF
|
||||
#define ST_M28W160ECT 0x88CE
|
||||
#define ST_M28W320FCB 0x88BB
|
||||
#define ST_M28W320FCT 0x88BA
|
||||
#define ST_M28W640HCB 0x8849
|
||||
#define ST_M28W640HCT 0x8848
|
||||
#define ST_M29DW127G 0x7E2004
|
||||
#define ST_M29W128GH 0x7E2101
|
||||
#define ST_M29W128GL 0x7E2100
|
||||
#define ST_M29W160EB 0x2249
|
||||
#define ST_M29W160ET 0x22C4
|
||||
#define ST_M29W256GH 0x7E21xx
|
||||
#define ST_M29W256GL 0x7E21xx
|
||||
#define ST_M29W320DB 0x88CB
|
||||
#define ST_M29W320DT 0x88CA
|
||||
#define ST_M29W400FB 0x00EF
|
||||
#define ST_M29W400FT 0x00EE
|
||||
#define ST_M29W512GH 0x7E2301
|
||||
#define ST_M29W640FB 0x22FD
|
||||
#define ST_M29W640FT 0x22ED
|
||||
#define ST_M29W640GB 0x7E1000
|
||||
#define ST_M29W640GH 0x7E0C01
|
||||
#define ST_M29W640GL 0x7E0C00
|
||||
#define ST_M29W640GT 0x7E1001
|
||||
#define ST_M29W800FB 0x225B
|
||||
#define ST_M29W800FT 0x22D7
|
||||
#define ST_M58BW16FB 0x8839
|
||||
#define ST_M58BW16FT 0x883A
|
||||
#define ST_M58BW32FB 0x8837
|
||||
#define ST_M58BW32FT 0x8838
|
||||
#define ST_M58WR016KB 0x8813
|
||||
#define ST_M58WR016KT 0x8812
|
||||
#define ST_M58WR032KB 0x8815
|
||||
#define ST_M58WR032KT 0x8814
|
||||
#define ST_M58WR064KB 0x8811
|
||||
#define ST_M58WR064KT 0x8810
|
||||
#define ST_MT28GU01G___1 0x88B0
|
||||
#define ST_MT28GU01G___2 0x88B1
|
||||
#define ST_MT28GU256___1 0x8901
|
||||
#define ST_MT28GU256___2 0x8904
|
||||
#define ST_MT28GU512___1 0x887E
|
||||
#define ST_MT28GU512___2 0x8881
|
||||
#define ST_N25Q016__1E 0xBB15 /* N25Q016, 1.8V, (uniform sectors expected) */
|
||||
#define ST_N25Q032__3E 0xBA16 /* N25Q032, 3.0V, (uniform sectors expected) */
|
||||
#define ST_N25Q032__1E 0xBB16 /* N25Q032, 1.8V, (uniform sectors expected) */
|
||||
|
Reference in New Issue
Block a user