comparison 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
comparison
equal deleted inserted replaced
213:05d2d34f5015 214:6b40617d00e6
1 C118= c118-3.0.81.E-boot.bin 1 C118= c118-3.0.81.E-boot.bin
2 C123= c123-boot.bin 2 C123= c123-boot.bin
3 C123NEW=c123-newboot.bin
3 C139= c139-boot.90.04.bin 4 C139= c139-boot.90.04.bin
4 C139NEW=c139-boot1004.bin 5 C139NEW=c139-boot1004.bin
5 C139TF= c139-tfboot.bin 6 C139TF= c139-tfboot.bin
6 C140= c140-boot.bin 7 C140= c140-boot.bin
7 C156= c156-boot.90.05.bin 8 C156= c156-boot.90.05.bin
8 GEN= c118-newboot.dis16 c118-newboot.dis32 c118-newboot.hex \ 9 GEN= c118-newboot.dis16 c118-newboot.dis32 c118-newboot.hex \
9 c123-boot.dis16 c123-boot.dis32 c123-boot.hex \ 10 c123-boot.dis16 c123-boot.dis32 c123-boot.hex \
11 c123-newboot.dis16 c123-newboot.dis32 c123-newboot.hex \
10 c139-boot.dis16 c139-boot.dis32 c139-boot.hex \ 12 c139-boot.dis16 c139-boot.dis32 c139-boot.hex \
11 c139-newboot.dis16 c139-newboot.dis32 c139-newboot.hex \ 13 c139-newboot.dis16 c139-newboot.dis32 c139-newboot.hex \
12 c139-tfboot.dis16 c139-tfboot.dis32 c139-tfboot.hex \ 14 c139-tfboot.dis16 c139-tfboot.dis32 c139-tfboot.hex \
13 c140-boot.dis16 c140-boot.dis32 c140-boot.hex \ 15 c140-boot.dis16 c140-boot.dis32 c140-boot.hex \
14 c156-boot.dis16 c156-boot.dis32 c156-boot.hex \ 16 c156-boot.dis16 c156-boot.dis32 c156-boot.hex \
33 c123-boot.dis32: ${C123} ${ARMDIS} 35 c123-boot.dis32: ${C123} ${ARMDIS}
34 ${ARMDIS} ${C123} > $@ 36 ${ARMDIS} ${C123} > $@
35 37
36 c123-boot.hex: ${C123} 38 c123-boot.hex: ${C123}
37 hd ${C123} > $@ 39 hd ${C123} > $@
40
41 c123-newboot.dis16: ${C123NEW} ${THUMBDIS}
42 ${THUMBDIS} ${C123NEW} > $@
43
44 c123-newboot.dis32: ${C123NEW} ${ARMDIS}
45 ${ARMDIS} ${C123NEW} > $@
46
47 c123-newboot.hex: ${C123NEW}
48 hd ${C123NEW} > $@
38 49
39 c139-boot.dis16: ${C139} ${THUMBDIS} 50 c139-boot.dis16: ${C139} ${THUMBDIS}
40 ${THUMBDIS} ${C139} > $@ 51 ${THUMBDIS} ${C139} > $@
41 52
42 c139-boot.dis32: ${C139} ${ARMDIS} 53 c139-boot.dis32: ${C139} ${ARMDIS}