annotate configs/l1reconst @ 275:6d506d5362ff

configs/l1reconst: switched to the reconstructed init.c
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 06 Aug 2017 19:19:21 +0000
parents 92ea7d84e38c
children fe200bd2f188
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
144
fd8227e3047d config headers overhaul
Mychaela Falconia <falcon@freecalypso.org>
parents: 143
diff changeset
8 scripts/config-headers.sh gprs 2091-pruned
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 CONDAT=condat2
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 GPF=gpf2
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 CDGINC=cdg211/cdginc
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 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
14 ACI=aci2
2c61607bb3e3 build system: pass ACI version for headers to the component recipes
Mychaela Falconia <falcon@freecalypso.org>
parents: 144
diff changeset
15 export CONDAT GPF CDGINC CDGPRIM ACI
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17 GPRS=1
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 MMI=0
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19 SRVC=1
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20 export GPRS MMI SRVC
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22 blob_lib_std ccddata
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
24 # ACI libs
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
25 build_lib aci classic
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
26 build_lib aciext classic
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
27 build_lib aci_dti_mng classic
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
28 build_lib atiext classic
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
29 build_lib comlib
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
30 build_lib config_gprs_fl
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
31 build_lib config_gprs_ir
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
32 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
33
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
34 # G23M protocol stack libs
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
35 blob_lib_std alr
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
36 blob_lib_std cc
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
37 blob_lib_std cci
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
38 blob_lib_std cci_ir
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
39 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
40 blob_lib_std dl
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
41 blob_lib_std dti
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
42 blob_lib_std fad
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
43 blob_lib_std gmm
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
44 blob_lib_std grlc
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
45 blob_lib_std grlc_ir
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
46 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
47 blob_lib_std grr
108
94170d82d926 configs/l1reconst: rebuild l1_pei.lib from source
Mychaela Falconia <falcon@freecalypso.org>
parents: 102
diff changeset
48 build_lib l1_pei
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
49 blob_lib_std l2r
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
50 blob_lib_std llc
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
51 blob_lib_std mm
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
52 blob_lib_std ra
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
53 blob_lib_std rlp
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
54 blob_lib_std rr
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
55 blob_lib_std sim_b_lib
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
56 blob_lib_std sm
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
57 blob_lib_std sms
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
58 blob_lib_std sndcp
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
59 blob_lib_std ss
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
60 blob_lib_std t30
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
61 blob_lib_std uart_b_lib
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
62 blob_lib_std ppp
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
63 blob_lib_std ppp_ir
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
64 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
65
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
66 # Condat drivers
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
67 build_lib gdi
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
68
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
69 # GPF
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
70 blob_lib_gpf ccd_na7_db
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
71 blob_lib_gpf frame_na7_db_fl
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
72 blob_lib_custom blobs/patches/frame_na7_db_ir-systrace.lib frame_na7_db_ir
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
73 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
74 blob_lib_gpf misc_na7_db_fl
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
75 blob_lib_gpf misc_na7_db_ir
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
76 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
77 blob_lib_gpf osx_na7_db
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
78 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
79 blob_lib_gpf tif_na7_db_fl
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
80 blob_lib_gpf tif_na7_db_ir
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
81 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
82
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
83 # core drivers
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
84 build_lib drivers_flash
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
85
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
86 # Layer 1
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
87 build_lib tpudrv
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
88 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
89 build_lib l1_ext
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
90 lib_link_magic '(BSS_LIBS (.l1s_global))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
91 build_lib l1_int
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
92 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
93 build_lib l1_custom_ext
92ea7d84e38c configs/* except classic: l1_custom_ext.lib deblobbed
Mychaela Falconia <falcon@freecalypso.org>
parents: 230
diff changeset
94 build_lib l1_custom_int
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
95 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
96
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
97 build_lib riviera_core_flash
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
98 build_lib riviera_cust_flash
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
99
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
100 # services
143
1fd7359da77a configs/l1reconst: ATP, MKS and LCC excluded
Mychaela Falconia <falcon@freecalypso.org>
parents: 108
diff changeset
101 #build_lib atp
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
102 build_lib audio
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
103 build_lib audio_bgd
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
104 build_lib cst
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
105 build_lib dar
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
106 build_lib dar_gbl_var
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
107 lib_link_magic '(BSS_DAR_LIB (.bss))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
108 build_lib etm
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
109 build_lib lls
143
1fd7359da77a configs/l1reconst: ATP, MKS and LCC excluded
Mychaela Falconia <falcon@freecalypso.org>
parents: 108
diff changeset
110 #build_lib mks
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
111
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
112 # app drivers
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
113 build_lib abb
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
114 build_lib buzzer
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
115 build_lib ffs
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
116 build_lib ffs_drv
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
117 build_lib ffs_pcm
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
118 build_lib kpd
143
1fd7359da77a configs/l1reconst: ATP, MKS and LCC excluded
Mychaela Falconia <falcon@freecalypso.org>
parents: 108
diff changeset
119 #build_lib lcc
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
120 build_lib power
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
121 build_lib rtc_drv
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
122 build_lib sim_drv
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
123 build_lib spi_drv
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
124 build_lib uart_drv
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
125
102
455ac12899fd main.lib rebuilt from source except for init.obj and mem_load.obj
Mychaela Falconia <falcon@freecalypso.org>
parents: 75
diff changeset
126 # system glue
275
6d506d5362ff configs/l1reconst: switched to the reconstructed init.c
Mychaela Falconia <falcon@freecalypso.org>
parents: 237
diff changeset
127 build_lib main init
75
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
128 build_lib bootloader
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
129 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
130
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
131 # Nucleus and TI's compiler stuff
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
132 blob_lib_os nucleus_flash_nodbg
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
133 blob_lib_os nucleus_int_ram_nodbg
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
134 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
135 blob_lib_os rts16le_flash
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
136 blob_lib_os rts16le_int_ram
b51de44232b4 configs/l1reconst: configuration created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
137 lib_link_magic '(BSS_LIBS (.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 str2ind_blobs_used=1