comparison gsm-fw/cfgmagic/processconf.sh @ 865:f5affe83ba2d

lldbg hack (poor girl's substitute for JTAG) implemented
author Space Falcon <falcon@ivan.Harhan.ORG>
date Fri, 15 May 2015 00:02:03 +0000
parents cbc49d533b7d
children 7f305eb3c530
comparison
equal deleted inserted replaced
864:4fa939eada22 865:f5affe83ba2d
51 fi 51 fi
52 52
53 # Serial configuration 53 # Serial configuration
54 case "$RVTMUX_UART_port" in 54 case "$RVTMUX_UART_port" in
55 IrDA) 55 IrDA)
56 CONFIG_LLDBG_UART_BASE=0xFFFF5000
56 ;; 57 ;;
57 MODEM) 58 MODEM)
59 CONFIG_LLDBG_UART_BASE=0xFFFF5800
58 CONFIG_RVTMUX_ON_MODEM=1 60 CONFIG_RVTMUX_ON_MODEM=1
59 export_to_c CONFIG_RVTMUX_ON_MODEM 61 export_to_c CONFIG_RVTMUX_ON_MODEM
60 ;; 62 ;;
61 *) 63 *)
62 echo "Error: unknown RVTMUX_UART_port=$RVTMUX_UART_port" 1>&2 64 echo "Error: unknown RVTMUX_UART_port=$RVTMUX_UART_port" 1>&2
116 if [ "$CONFIG_INCLUDE_PS" = 1 ] 118 if [ "$CONFIG_INCLUDE_PS" = 1 ]
117 then 119 then
118 BUILD_COMPONENTS="$BUILD_COMPONENTS ccd comlib" 120 BUILD_COMPONENTS="$BUILD_COMPONENTS ccd comlib"
119 BUILD_COMPONENTS="$BUILD_COMPONENTS g23m-aci g23m-glue g23m-gsm" 121 BUILD_COMPONENTS="$BUILD_COMPONENTS g23m-aci g23m-glue g23m-gsm"
120 fi 122 fi
123 if [ "$CONFIG_LLDBG" = 1 ]
124 then
125 BUILD_COMPONENTS="$BUILD_COMPONENTS lldbg"
126 fi
121 127
122 export_to_mk BUILD_COMPONENTS 128 export_to_mk BUILD_COMPONENTS
123 129
124 # The default build image type depends on the target and features 130 # The default build image type depends on the target and features
125 if [ -f "cfgmagic/defimage.$TARGET" ] 131 if [ -f "cfgmagic/defimage.$TARGET" ]