This is an automated email from Gerrit. "Name of user not set <alex.ghebr...@gmail.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/8767
-- gerrit commit 030890bf661cc57fc2c1c6d2f87e16abd1932c5f Author: AGhebrea <alex.ghebr...@gmail.com> Date: Thu Feb 20 13:13:08 2025 +0200 SPI table updates (One new device) Added the FLASH_ID entry for a Boya/BoHong Microelectronics device. Signed-off-by: AGhebrea <alex.ghebr...@gmail.com> Change-Id: Id0595e6e5df16308d3c2eafc3fd0b0fb6acb4bcc diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c index bf654f9f6b..f0fa076704 100644 --- a/src/flash/nor/spi.c +++ b/src/flash/nor/spi.c @@ -184,6 +184,7 @@ const struct flash_device flash_devices[] = { FLASH_ID("xtx xt25q64b", 0x03, 0x0b, 0x02, 0xd8, 0xc7, 0x0017600b, 0x100, 0x10000, 0x800000), FLASH_ID("xtx xt25q128b", 0x03, 0x0b, 0x02, 0xd8, 0xc7, 0x0018600b, 0x100, 0x10000, 0x1000000), FLASH_ID("zetta zd25q16", 0x03, 0x00, 0x02, 0xd8, 0xc7, 0x001560ba, 0x100, 0x10000, 0x200000), + FLASH_ID("boya/bohong bb25D16A", 0x03, 0x00, 0x02, 0xd8, 0xc7, 0x00154068, 0x100, 0x10000, 0x200000), /* FRAM, no erase commands, no write page or sectors */ --