| commit | 1e9e91aa8ae20458eada3d664460314892581d7a | [log] [tgz] |
|---|---|---|
| author | Nico Huber <nico.h@gmx.de> | Tue Jun 30 21:39:01 2026 +0200 |
| committer | Nico Huber <nico.h@gmx.de> | Fri Jul 17 18:07:04 2026 +0000 |
| tree | 004bea47e29207d9b8d0a62df436c396394ef450 | |
| parent | ccc7650d992bbf34f471768fe752cf61b6a6cc39 [diff] [blame] |
flashchips: Add Catalyst CAT28F010 Simple 5V, 12V Vpp, 1Mbit parallel flash. Fully tested on an LSI SCSI adapter. Datasheet used: https://www.onsemi.com/download/data-sheet/pdf/cat28f010-d.pdf Change-Id: Ic7d587031eb399cd9265fa91bbe598c270bcaf72 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/523 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
diff --git a/include/flashchips.h b/include/flashchips.h index c1336cd..e999446 100644 --- a/include/flashchips.h +++ b/include/flashchips.h
@@ -227,6 +227,7 @@ #define BRIGHT_BM29F400T 0xAD #define CATALYST_ID 0x31 /* Catalyst */ +#define CATALYST_CAT28F010 0xB4 #define CATALYST_CAT28F512 0xB8 #define ESMT_ID 0x8C /* Elite Semiconductor Memory Technology (ESMT) / EFST Elite Flash Storage */