# HG changeset patch # User Mychaela Falconia # Date 1673676565 0 # Node ID e5e5ed527cc17cc6535ca4b7a944d685733547ec # Parent 421273705a75a0c3d8fd0f62376efcb0ee7429a2 compal: one more flash bootloader version diff -r 421273705a75 -r e5e5ed527cc1 .hgignore --- a/.hgignore Sun Jan 01 02:48:46 2023 +0000 +++ b/.hgignore Sat Jan 14 06:09:25 2023 +0000 @@ -11,6 +11,7 @@ ^bootrom-old/bootrom-old\.dis32 ^bootrom-old/bootrom-old\.hex +^compal/c118-dfboot\. ^compal/c118-newboot\. ^compal/c123-boot\. ^compal/c123-newboot\. diff -r 421273705a75 -r e5e5ed527cc1 compal/Makefile --- a/compal/Makefile Sun Jan 01 02:48:46 2023 +0000 +++ b/compal/Makefile Sat Jan 14 06:09:25 2023 +0000 @@ -1,4 +1,5 @@ C118= c118-3.0.81.E-boot.bin +C118DF= c118-2.2.84.N-boot.bin C123= c123-boot.bin C123NEW=c123-newboot.bin C139= c139-boot.90.04.bin @@ -7,6 +8,7 @@ C140= c140-boot.bin C156= c156-boot.90.05.bin GEN= c118-newboot.dis16 c118-newboot.dis32 c118-newboot.hex \ + c118-dfboot.dis16 c118-dfboot.dis32 c118-dfboot.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 \ @@ -20,6 +22,15 @@ all: ${GEN} +c118-dfboot.dis16: ${C118DF} ${THUMBDIS} + ${THUMBDIS} ${C118DF} > $@ + +c118-dfboot.dis32: ${C118DF} ${ARMDIS} + ${ARMDIS} ${C118DF} > $@ + +c118-dfboot.hex: ${C118DF} + hd ${C118DF} > $@ + c118-newboot.dis16: ${C118} ${THUMBDIS} ${THUMBDIS} ${C118} > $@ diff -r 421273705a75 -r e5e5ed527cc1 compal/c118-2.2.84.N-boot.bin Binary file compal/c118-2.2.84.N-boot.bin has changed