annotate configs/l1reconst @ 567:41742552e98b

aci2: same AT-over-RVT enhancement as in aci3
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 09 Jan 2019 07:21:22 +0000
parents 28ed4002131a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 # This configuration is similar to "classic", but L1 is rebuilt
143
1fd7359da77a configs/l1reconst: ATP, MKS and LCC excluded
Mychaela Falconia <falcon@freecalypso.org>
parents: 108
diff changeset
2 # from the reconstructed source. Additionally, ATP, LCC and MKS
1fd7359da77a configs/l1reconst: ATP, MKS and LCC excluded
Mychaela Falconia <falcon@freecalypso.org>
parents: 108
diff changeset
3 # have been removed. ATP and MKS have always been dead code,
1fd7359da77a configs/l1reconst: ATP, MKS and LCC excluded
Mychaela Falconia <falcon@freecalypso.org>
parents: 108
diff changeset
4 # whereas LCC is only applicable to hardware targets that are designed
1fd7359da77a configs/l1reconst: ATP, MKS and LCC excluded
Mychaela Falconia <falcon@freecalypso.org>
parents: 108
diff changeset
5 # to work with "low cost" chargers - and none of our targets are in
1fd7359da77a configs/l1reconst: ATP, MKS and LCC excluded
Mychaela Falconia <falcon@freecalypso.org>
parents: 108
diff changeset
6 # that category.
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7
394
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
8 GPRS=1
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
9 MMI=0
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
10 SRVC=1
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
11 export GPRS MMI SRVC
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
12
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
13 ATP_STATE=0
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
14 FCHG_STATE=0
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
15 LCC_STATE=0
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
16 MKS_STATE=0
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
17 PWR_STATE=0
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
18 R2D_STATE=0
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
19 export ATP_STATE FCHG_STATE LCC_STATE MKS_STATE PWR_STATE R2D_STATE
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
20
fe200bd2f188 configs/*: converted to use scripts/config-headers-new.sh
Mychaela Falconia <falcon@freecalypso.org>
parents: 275
diff changeset
21 scripts/config-headers-new.sh
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23 CONDAT=condat2
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
24 GPF=gpf2
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
25 CDGINC=cdg211/cdginc
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
26 CDGPRIM=cdg211/prim
172
2c61607bb3e3 build system: pass ACI version for headers to the component recipes
Mychaela Falconia <falcon@freecalypso.org>
parents: 144
diff changeset
27 ACI=aci2
2c61607bb3e3 build system: pass ACI version for headers to the component recipes
Mychaela Falconia <falcon@freecalypso.org>
parents: 144
diff changeset
28 export CONDAT GPF CDGINC CDGPRIM ACI
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
29
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
30 blob_lib_std ccddata
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
31
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
32 # ACI libs
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
33 build_lib aci classic
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
34 build_lib aciext classic
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
35 build_lib aci_dti_mng classic
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
36 build_lib atiext classic
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
37 build_lib comlib
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
38 build_lib config_gprs_fl
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
39 build_lib config_gprs_ir
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
40 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
41
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
42 # G23M protocol stack libs
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
43 blob_lib_std alr
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
44 blob_lib_std cc
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
45 blob_lib_std cci
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
46 blob_lib_std cci_ir
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
47 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
48 blob_lib_std dl
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
49 blob_lib_std dti
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
50 blob_lib_std fad
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
51 blob_lib_std gmm
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
52 blob_lib_std grlc
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
53 blob_lib_std grlc_ir
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
54 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
55 blob_lib_std grr
108
94170d82d926 configs/l1reconst: rebuild l1_pei.lib from source
Mychaela Falconia <falcon@freecalypso.org>
parents: 102
diff changeset
56 build_lib l1_pei
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
57 blob_lib_std l2r
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
58 blob_lib_std llc
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
59 blob_lib_std mm
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
60 blob_lib_std ra
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
61 blob_lib_std rlp
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
62 blob_lib_std rr
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
63 blob_lib_std sim_b_lib
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
64 blob_lib_std sm
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
65 blob_lib_std sms
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
66 blob_lib_std sndcp
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
67 blob_lib_std ss
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
68 blob_lib_std t30
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
69 blob_lib_std uart_b_lib
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
70 blob_lib_std ppp
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
71 blob_lib_std ppp_ir
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
72 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
73
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
74 # Condat drivers
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
75 build_lib gdi
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
76
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
77 # GPF
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
78 blob_lib_gpf ccd_na7_db
554
28ed4002131a configs/* except classic and hybrid-gpf: all parts of TCS211 GPF
Mychaela Falconia <falcon@freecalypso.org>
parents: 549
diff changeset
79 build_lib frame_na7_db_fl partial
28ed4002131a configs/* except classic and hybrid-gpf: all parts of TCS211 GPF
Mychaela Falconia <falcon@freecalypso.org>
parents: 549
diff changeset
80 build_lib frame_na7_db_ir partial
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
81 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
554
28ed4002131a configs/* except classic and hybrid-gpf: all parts of TCS211 GPF
Mychaela Falconia <falcon@freecalypso.org>
parents: 549
diff changeset
82 build_lib misc_na7_db_fl
28ed4002131a configs/* except classic and hybrid-gpf: all parts of TCS211 GPF
Mychaela Falconia <falcon@freecalypso.org>
parents: 549
diff changeset
83 build_lib misc_na7_db_ir
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
84 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
85 blob_lib_gpf osx_na7_db
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
86 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
554
28ed4002131a configs/* except classic and hybrid-gpf: all parts of TCS211 GPF
Mychaela Falconia <falcon@freecalypso.org>
parents: 549
diff changeset
87 build_lib tif_na7_db_fl
28ed4002131a configs/* except classic and hybrid-gpf: all parts of TCS211 GPF
Mychaela Falconia <falcon@freecalypso.org>
parents: 549
diff changeset
88 build_lib tif_na7_db_ir
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
89 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
90
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
91 # core drivers
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
92 build_lib drivers_flash
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
93
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
94 # Layer 1
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
95 build_lib tpudrv
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
96 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
97 build_lib l1_ext
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
98 lib_link_magic '(BSS_LIBS (.l1s_global))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
99 build_lib l1_int
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
100 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
237
92ea7d84e38c configs/* except classic: l1_custom_ext.lib deblobbed
Mychaela Falconia <falcon@freecalypso.org>
parents: 230
diff changeset
101 build_lib l1_custom_ext
92ea7d84e38c configs/* except classic: l1_custom_ext.lib deblobbed
Mychaela Falconia <falcon@freecalypso.org>
parents: 230
diff changeset
102 build_lib l1_custom_int
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
103 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
104
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
105 build_lib riviera_core_flash
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
106 build_lib riviera_cust_flash
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
107
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
108 # services
143
1fd7359da77a configs/l1reconst: ATP, MKS and LCC excluded
Mychaela Falconia <falcon@freecalypso.org>
parents: 108
diff changeset
109 #build_lib atp
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
110 build_lib audio
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
111 build_lib audio_bgd
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
112 build_lib cst
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
113 build_lib dar
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
114 build_lib dar_gbl_var
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
115 lib_link_magic '(BSS_DAR_LIB (.bss))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
116 build_lib etm
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
117 build_lib lls
143
1fd7359da77a configs/l1reconst: ATP, MKS and LCC excluded
Mychaela Falconia <falcon@freecalypso.org>
parents: 108
diff changeset
118 #build_lib mks
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
119
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
120 # app drivers
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
121 build_lib abb
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
122 build_lib buzzer
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
123 build_lib ffs
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
124 build_lib ffs_drv
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
125 build_lib ffs_pcm
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
126 build_lib kpd
143
1fd7359da77a configs/l1reconst: ATP, MKS and LCC excluded
Mychaela Falconia <falcon@freecalypso.org>
parents: 108
diff changeset
127 #build_lib lcc
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
128 build_lib power
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
129 build_lib rtc_drv
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
130 build_lib sim_drv
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
131 build_lib spi_drv
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
132 build_lib uart_drv
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
133
102
455ac12899fd main.lib rebuilt from source except for init.obj and mem_load.obj
Mychaela Falconia <falcon@freecalypso.org>
parents: 75
diff changeset
134 # system glue
275
6d506d5362ff configs/l1reconst: switched to the reconstructed init.c
Mychaela Falconia <falcon@freecalypso.org>
parents: 237
diff changeset
135 build_lib main init
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
136 build_lib bootloader
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
137 lib_link_magic '(CONST_BOOT_LIB (.const, .text, .text:v$3) BSS_BOOT_LIB (.bss))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
138
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
139 # Nucleus and TI's compiler stuff
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
140 blob_lib_os nucleus_flash_nodbg
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
141 blob_lib_os nucleus_int_ram_nodbg
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
142 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
143 blob_lib_os rts16le_flash
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
144 blob_lib_os rts16le_int_ram
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
145 lib_link_magic '(BSS_LIBS (.bss))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
146
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
147 str2ind_blobs_used=1