From b27b8d1d1627b7eef592901fe4b8648180c58a3a Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Tue, 2 Oct 2018 20:46:21 +0200 Subject: flashchips: Add ISSI IS25WP064 and IS25WP032 The IS25WP064 was tested successfully by Simon Buhrow as reported on 2018-9-4. While we are at it, also add the 32Mbit version which shares the datasheet (as does the already supported 128Mbit version). Change-Id: Ie0887b4ae6e6465118a5dc2e20b784f783d161b8 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/28884 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- flashchips.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index 317510c35..6bc409441 100644 --- a/flashchips.h +++ b/flashchips.h @@ -456,6 +456,8 @@ #define ISSI_ID_SPI 0x9D /* ISSI ID used for SPI flash, see also PMC_ID_NOPREFIX */ #define ISSI_IS25LP064 0x6017 #define ISSI_IS25LP128 0x6018 +#define ISSI_IS25WP032 0x7016 +#define ISSI_IS25WP064 0x7017 #define ISSI_IS25WP128 0x7018 #define ISSI_PMC_IS29GL032B 0xF9 #define ISSI_PMC_IS29GL032T 0xF6 -- cgit v1.2.3