mirror of
https://review.coreboot.org/flashrom.git
synced 2025-10-05 02:20:48 +02:00
Add Generic SPI RDID detection for Sanyo chips
Corresponding to flashrom svn r774. Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:

committed by
Carl-Daniel Hailfinger

parent
b2ecf6c9eb
commit
118e1d6d04
16
flashchips.c
16
flashchips.c
@@ -3340,6 +3340,22 @@ struct flashchip flashchips[] = {
|
||||
.read = NULL,
|
||||
},
|
||||
|
||||
{
|
||||
.vendor = "Sanyo",
|
||||
.name = "unknown Sanyo SPI chip",
|
||||
.bustype = CHIP_BUSTYPE_SPI,
|
||||
.manufacture_id = SANYO_ID,
|
||||
.model_id = GENERIC_DEVICE_ID,
|
||||
.total_size = 0,
|
||||
.page_size = 256,
|
||||
.tested = TEST_BAD_PREW,
|
||||
.probe = probe_spi_rdid,
|
||||
.probe_timing = TIMING_ZERO,
|
||||
.erase = NULL,
|
||||
.write = NULL,
|
||||
.read = NULL,
|
||||
},
|
||||
|
||||
{
|
||||
.vendor = "Generic",
|
||||
.name = "unknown SPI chip (RDID)",
|
||||
|
Reference in New Issue
Block a user