FreeCalypso > hg > freecalypso-reveng
comparison compal/Makefile @ 213:05d2d34f5015
compal directory: added analysis of C139 boot code version with 1004 signature
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 25 Jul 2016 19:29:03 +0000 |
parents | 237bb836521d |
children | 6b40617d00e6 |
comparison
equal
deleted
inserted
replaced
212:422d45f48fe6 | 213:05d2d34f5015 |
---|---|
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 C139= c139-boot.90.04.bin | 3 C139= c139-boot.90.04.bin |
4 C139NEW=c139-boot1004.bin | |
4 C139TF= c139-tfboot.bin | 5 C139TF= c139-tfboot.bin |
5 C140= c140-boot.bin | 6 C140= c140-boot.bin |
6 C156= c156-boot.90.05.bin | 7 C156= c156-boot.90.05.bin |
7 GEN= c118-newboot.dis16 c118-newboot.dis32 c118-newboot.hex \ | 8 GEN= c118-newboot.dis16 c118-newboot.dis32 c118-newboot.hex \ |
8 c123-boot.dis16 c123-boot.dis32 c123-boot.hex \ | 9 c123-boot.dis16 c123-boot.dis32 c123-boot.hex \ |
9 c139-boot.dis16 c139-boot.dis32 c139-boot.hex \ | 10 c139-boot.dis16 c139-boot.dis32 c139-boot.hex \ |
11 c139-newboot.dis16 c139-newboot.dis32 c139-newboot.hex \ | |
10 c139-tfboot.dis16 c139-tfboot.dis32 c139-tfboot.hex \ | 12 c139-tfboot.dis16 c139-tfboot.dis32 c139-tfboot.hex \ |
11 c140-boot.dis16 c140-boot.dis32 c140-boot.hex \ | 13 c140-boot.dis16 c140-boot.dis32 c140-boot.hex \ |
12 c156-boot.dis16 c156-boot.dis32 c156-boot.hex \ | 14 c156-boot.dis16 c156-boot.dis32 c156-boot.hex \ |
13 osmovoodoo osmovoodoo.bin | 15 osmovoodoo osmovoodoo.bin |
14 ARMDIS= ../arm7dis/armdis | 16 ARMDIS= ../arm7dis/armdis |
41 ${ARMDIS} ${C139} > $@ | 43 ${ARMDIS} ${C139} > $@ |
42 | 44 |
43 c139-boot.hex: ${C139} | 45 c139-boot.hex: ${C139} |
44 hd ${C139} > $@ | 46 hd ${C139} > $@ |
45 | 47 |
48 c139-newboot.dis16: ${C139NEW} ${THUMBDIS} | |
49 ${THUMBDIS} ${C139NEW} > $@ | |
50 | |
51 c139-newboot.dis32: ${C139NEW} ${ARMDIS} | |
52 ${ARMDIS} ${C139NEW} > $@ | |
53 | |
54 c139-newboot.hex: ${C139NEW} | |
55 hd ${C139NEW} > $@ | |
56 | |
46 c139-tfboot.dis16: ${C139TF} ${THUMBDIS} | 57 c139-tfboot.dis16: ${C139TF} ${THUMBDIS} |
47 ${THUMBDIS} ${C139TF} > $@ | 58 ${THUMBDIS} ${C139TF} > $@ |
48 | 59 |
49 c139-tfboot.dis32: ${C139TF} ${ARMDIS} | 60 c139-tfboot.dis32: ${C139TF} ${ARMDIS} |
50 ${ARMDIS} ${C139TF} > $@ | 61 ${ARMDIS} ${C139TF} > $@ |