From a5f61e09a0b2e664060c9d89f6fd3817fdd3b80a Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 21 Aug 2024 17:54:56 +0200 Subject: drivers/spi: add Numonyx and Micron names to STMicro case STMicro first moved their SPI NOR flash business to Numonyx which was a joint venture with Intel which later got sold to Micron, so add a comment to the VENDOR_ID_STMICRO JEDEC manufacturer ID define and mention all 3 companies that have sold SPI NOR flash chips using this manufacturer ID to the Kconfig help text of SPI_FLASH_STMICRO. Signed-off-by: Felix Held Change-Id: I7886396d8f0a9766f568a221c0b5ade02489060b Reviewed-on: https://review.coreboot.org/c/coreboot/+/84018 Reviewed-by: David Hendricks Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/include/spi-generic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/spi-generic.h') diff --git a/src/include/spi-generic.h b/src/include/spi-generic.h index aa28232be3..e02da7d4fc 100644 --- a/src/include/spi-generic.h +++ b/src/include/spi-generic.h @@ -23,7 +23,7 @@ #define VENDOR_ID_MACRONIX 0xc2 #define VENDOR_ID_SPANSION 0x01 #define VENDOR_ID_SST 0xbf -#define VENDOR_ID_STMICRO 0x20 +#define VENDOR_ID_STMICRO 0x20 /* also Numonyx and Micron */ #define VENDOR_ID_WINBOND 0xef #define VENDOR_ID_ISSI 0x9d -- cgit v1.2.3