scsilsi: Introduce new programmer driver for LSI SCSI adapters
Supports up to 1MiB parallel flash, but needs external address buffers
and is usually set up for less.
Datasheet used:
https://theretroweb.com/chip/documentation/lsi53c875-data-sheet-4-1-66a3b3913650d154581810.pdf
Change-Id: I23291ae7c98ddd5cab48f96aa5e6a69788796d9b
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/529
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
diff --git a/meson_options.txt b/meson_options.txt
index cd0dde0..d466bd4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -15,5 +15,5 @@
'jlink_spi', 'linux_gpio_spi', 'linux_mtd', 'linux_spi', 'mediatek_i2c_spi', 'mstarddc_spi', 'nic3com',
'nicintel', 'nicintel_eeprom', 'nicintel_spi', 'nicnatsemi', 'nicrealtek', 'ogp_spi', 'parade_lspcon',
'pickit2_spi', 'pony_spi', 'raiden_debug_spi', 'rayer_spi', 'realtek_mst_i2c_spi', 'satamv',
- 'satasii', 'serprog', 'stlinkv3_spi', 'usbblaster_spi',
+ 'satasii', 'scsilsi', 'serprog', 'stlinkv3_spi', 'usbblaster_spi',
], description: 'Active programmers')