summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2024-08-21 17:54:56 +0200
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-10-09 18:09:42 +0000
commita5f61e09a0b2e664060c9d89f6fd3817fdd3b80a (patch)
tree5ce302de525adf9532ac5b6ef89f3a7be080c291 /src/include
parentf7b4bdeea8b8155c956fca97dd052f4f0e62a158 (diff)
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 <felix-coreboot@felixheld.de> Change-Id: I7886396d8f0a9766f568a221c0b5ade02489060b Reviewed-on: https://review.coreboot.org/c/coreboot/+/84018 Reviewed-by: David Hendricks <david.hendricks@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/spi-generic.h2
1 files changed, 1 insertions, 1 deletions
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