comparison src/cs/system/main/gcc/bootentry.S @ 165:2c82c413775f

gcc bootentry.S: SE J100 target support
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 Apr 2019 08:49:03 +0000
parents 2de9e5f46550
children 7409b22cac61
comparison
equal deleted inserted replaced
164:9c14f0c7a904 165:2c82c413775f
46 #ifndef CONFIG_TARGET_COMPAL 46 #ifndef CONFIG_TARGET_COMPAL
47 /* sane targets with Calypso boot ROM enabled by the PCB wiring */ 47 /* sane targets with Calypso boot ROM enabled by the PCB wiring */
48 /* provide the necessary magic words for the boot ROM */ 48 /* provide the necessary magic words for the boot ROM */
49 .word 0 49 .word 0
50 .word _Firmware_boot_entry 50 .word _Firmware_boot_entry
51 #elif defined(CONFIG_TARGET_C139) || defined(CONFIG_TARGET_C11X) 51 #elif defined(CONFIG_TARGET_C11X) || defined(CONFIG_TARGET_C139) || \
52 defined(CONFIG_TARGET_J100)
52 /* 53 /*
53 * On this target we'll put a patched version of Compal's boot code in 54 * On this target we'll put a patched version of Compal's boot code in
54 * flash sector 0 (the brickable one); the main fw images will then be 55 * flash sector 0 (the brickable one); the main fw images will then be
55 * flashed starting at 0x10000, which is where our modified boot code 56 * flashed starting at 0x10000, which is where our modified boot code
56 * expects them to be. The interface between our hacked boot code and 57 * expects them to be. The interface between our hacked boot code and