initial push

This commit is contained in:
Bernd Mueller
2026-06-17 13:44:30 +02:00
commit adfd70813f
372 changed files with 146450 additions and 0 deletions

18
m68k/tblcf/tblcf_hwdesc.h Normal file
View File

@@ -0,0 +1,18 @@
/* this file specifies propierties according to which the hardware can be identified */
#define TBLCF_PID 0x1001
#define JB16ICP_PID 0xFF02
#define TBLCF_VID 0x0425
#define TIMEOUT 1000 /* ussual timeout for device operations */
/* addresses of parts of flash for bootloader operation */
#define TBLCF_FLASH_BOOT_START 0xFFD0
#define TBLCF_FLASH_BOOT_END 0xFFFF
#define TBLCF_FLASH_START 0xBA00
#define TBLCF_FLASH_END 0xF9FF
#define TBLCF_BOOT_STATE 0xF9CE /* address of 2 byte bootloader state */
#define TBLCF_BOOT_STATE_BLANK 0xFFFF /* value to be initially programmed in */
#define TBLCF_BOOT_STATE_APPLOK 0xFF01 /* value to be programmed in after flash contents has been verified */