diff compal/Makefile @ 214:6b40617d00e6

analysis of ultra-malicious new C123 boot code from Ajay Fuloria
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 26 Jul 2016 23:32:17 +0000
parents 05d2d34f5015
children e5e5ed527cc1
line wrap: on
line diff
--- a/compal/Makefile	Mon Jul 25 19:29:03 2016 +0000
+++ b/compal/Makefile	Tue Jul 26 23:32:17 2016 +0000
@@ -1,5 +1,6 @@
 C118=	c118-3.0.81.E-boot.bin
 C123=	c123-boot.bin
+C123NEW=c123-newboot.bin
 C139=	c139-boot.90.04.bin
 C139NEW=c139-boot1004.bin
 C139TF=	c139-tfboot.bin
@@ -7,6 +8,7 @@
 C156=	c156-boot.90.05.bin
 GEN=	c118-newboot.dis16 c118-newboot.dis32 c118-newboot.hex \
 	c123-boot.dis16 c123-boot.dis32 c123-boot.hex \
+	c123-newboot.dis16 c123-newboot.dis32 c123-newboot.hex \
 	c139-boot.dis16 c139-boot.dis32 c139-boot.hex \
 	c139-newboot.dis16 c139-newboot.dis32 c139-newboot.hex \
 	c139-tfboot.dis16 c139-tfboot.dis32 c139-tfboot.hex \
@@ -36,6 +38,15 @@
 c123-boot.hex:	${C123}
 	hd ${C123} > $@
 
+c123-newboot.dis16:	${C123NEW} ${THUMBDIS}
+	${THUMBDIS} ${C123NEW} > $@
+
+c123-newboot.dis32:	${C123NEW} ${ARMDIS}
+	${ARMDIS} ${C123NEW} > $@
+
+c123-newboot.hex:	${C123NEW}
+	hd ${C123NEW} > $@
+
 c139-boot.dis16:	${C139} ${THUMBDIS}
 	${THUMBDIS} ${C139} > $@