mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Print at least the vendor for SPI flash chips if the exact chip ID is unknown
Corresponding to flashrom svn r173 and coreboot v2 svn r3032. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
5
flash.h
5
flash.h
@ -59,10 +59,13 @@ extern struct flashchip flashchips[];
|
||||
* entry of each section should be the manufacturer ID, followed by the
|
||||
* list of devices from that manufacturer (sorted by device IDs).
|
||||
*
|
||||
* All LPC/FWH parts (parallel flash) have 8-bit device IDs.
|
||||
* All LPC/FWH parts (parallel flash) have 8-bit device IDs if there is no
|
||||
* continuation code.
|
||||
* All SPI parts have 16-bit device IDs.
|
||||
*/
|
||||
|
||||
#define GENERIC_DEVICE_ID 0xffff /* Only match the vendor ID */
|
||||
|
||||
#define ALLIANCE_ID 0x52 /* Alliance Semiconductor */
|
||||
|
||||
#define AMD_ID 0x01 /* AMD */
|
||||
|
Reference in New Issue
Block a user