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 */