diff options
| author | Angel Pons <th3fanbus@gmail.com> | 2018-09-30 17:05:18 +0200 | 
|---|---|---|
| committer | Nico Huber <nico.h@gmx.de> | 2018-10-03 11:23:47 +0000 | 
| commit | 20657ce19c0ed4c138997462f57e1aacfb9ef3a5 (patch) | |
| tree | bf4b7c2e185ac6fb3dd39d7e0ae1868ebe68c041 | |
| parent | 2ef47f384a07915d8eb780375343d8c9e083296c (diff) | |
| download | flashrom-20657ce19c0ed4c138997462f57e1aacfb9ef3a5.tar.gz flashrom-20657ce19c0ed4c138997462f57e1aacfb9ef3a5.tar.bz2 flashrom-20657ce19c0ed4c138997462f57e1aacfb9ef3a5.zip  | |
flashchips: Mark GigaDevice GD25B128B/GD25Q128B as tested
Alexander reported this chip as tested using a GD25B128CPIG (same device
ID, apparently) on 2018-08-30 via the mailing list. The chip name is
updated as well.
Change-Id: I134d3816c0f02e20764ab132a01bcba9f4e93f0d
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/28810
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
| -rw-r--r-- | flashchips.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/flashchips.c b/flashchips.c index d6061cae..aab08706 100644 --- a/flashchips.c +++ b/flashchips.c @@ -6350,7 +6350,7 @@ const struct flashchip flashchips[] = {  	{  		.vendor		= "GigaDevice", -		.name		= "GD25Q128B", +		.name		= "GD25B128B/GD25Q128B",  		.bustype	= BUS_SPI,  		.manufacture_id	= GIGADEVICE_ID,  		.model_id	= GIGADEVICE_GD25Q128, @@ -6358,7 +6358,7 @@ const struct flashchip flashchips[] = {  		.page_size	= 256,  		/* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44 */  		.feature_bits	= FEATURE_WRSR_WREN | FEATURE_OTP, -		.tested		= TEST_UNTESTED, +		.tested		= TEST_OK_PREW,  		.probe		= probe_spi_rdid,  		.probe_timing	= TIMING_ZERO,  		.block_erasers	=  | 
