FreeCalypso > hg > fc-magnetite
comparison configs/l1reconst-chg @ 339:2990f590d368
configs/l1reconst-chg created
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 14 Dec 2017 23:09:56 +0000 |
parents | |
children | fe200bd2f188 |
comparison
equal
deleted
inserted
replaced
338:1c711302732a | 339:2990f590d368 |
---|---|
1 # This configuration is the same as the plain l1reconst except one difference: | |
2 # the FCHG SWE (new FreeCalypso battery management code) is enabled. | |
3 | |
4 scripts/config-headers.sh gprs 2091-fchg | |
5 | |
6 CONDAT=condat2 | |
7 GPF=gpf2 | |
8 CDGINC=cdg211/cdginc | |
9 CDGPRIM=cdg211/prim | |
10 ACI=aci2 | |
11 export CONDAT GPF CDGINC CDGPRIM ACI | |
12 | |
13 GPRS=1 | |
14 MMI=0 | |
15 SRVC=1 | |
16 export GPRS MMI SRVC | |
17 | |
18 blob_lib_std ccddata | |
19 | |
20 # ACI libs | |
21 build_lib aci classic | |
22 build_lib aciext classic | |
23 build_lib aci_dti_mng classic | |
24 build_lib atiext classic | |
25 build_lib comlib | |
26 build_lib config_gprs_fl | |
27 build_lib config_gprs_ir | |
28 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))' | |
29 | |
30 # G23M protocol stack libs | |
31 blob_lib_std alr | |
32 blob_lib_std cc | |
33 blob_lib_std cci | |
34 blob_lib_std cci_ir | |
35 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))' | |
36 blob_lib_std dl | |
37 blob_lib_std dti | |
38 blob_lib_std fad | |
39 blob_lib_std gmm | |
40 blob_lib_std grlc | |
41 blob_lib_std grlc_ir | |
42 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))' | |
43 blob_lib_std grr | |
44 build_lib l1_pei | |
45 blob_lib_std l2r | |
46 blob_lib_std llc | |
47 blob_lib_std mm | |
48 blob_lib_std ra | |
49 blob_lib_std rlp | |
50 blob_lib_std rr | |
51 blob_lib_std sim_b_lib | |
52 blob_lib_std sm | |
53 blob_lib_std sms | |
54 blob_lib_std sndcp | |
55 blob_lib_std ss | |
56 blob_lib_std t30 | |
57 blob_lib_std uart_b_lib | |
58 blob_lib_std ppp | |
59 blob_lib_std ppp_ir | |
60 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))' | |
61 | |
62 # Condat drivers | |
63 build_lib gdi | |
64 | |
65 # GPF | |
66 blob_lib_gpf ccd_na7_db | |
67 blob_lib_gpf frame_na7_db_fl | |
68 blob_lib_custom blobs/patches/frame_na7_db_ir-systrace.lib frame_na7_db_ir | |
69 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))' | |
70 blob_lib_gpf misc_na7_db_fl | |
71 blob_lib_gpf misc_na7_db_ir | |
72 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))' | |
73 blob_lib_gpf osx_na7_db | |
74 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))' | |
75 blob_lib_gpf tif_na7_db_fl | |
76 blob_lib_gpf tif_na7_db_ir | |
77 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))' | |
78 | |
79 # core drivers | |
80 build_lib drivers_flash | |
81 | |
82 # Layer 1 | |
83 build_lib tpudrv | |
84 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))' | |
85 build_lib l1_ext | |
86 lib_link_magic '(BSS_LIBS (.l1s_global))' | |
87 build_lib l1_int | |
88 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))' | |
89 build_lib l1_custom_ext | |
90 build_lib l1_custom_int | |
91 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))' | |
92 | |
93 build_lib riviera_core_flash | |
94 build_lib riviera_cust_flash | |
95 | |
96 # services | |
97 #build_lib atp | |
98 build_lib audio | |
99 build_lib audio_bgd | |
100 build_lib cst | |
101 build_lib dar | |
102 build_lib dar_gbl_var | |
103 lib_link_magic '(BSS_DAR_LIB (.bss))' | |
104 build_lib etm | |
105 build_lib lls | |
106 #build_lib mks | |
107 | |
108 # app drivers | |
109 build_lib abb | |
110 build_lib buzzer | |
111 build_lib fchg | |
112 build_lib ffs | |
113 build_lib ffs_drv | |
114 build_lib ffs_pcm | |
115 build_lib kpd | |
116 build_lib power | |
117 build_lib rtc_drv | |
118 build_lib sim_drv | |
119 build_lib spi_drv | |
120 build_lib uart_drv | |
121 | |
122 # system glue | |
123 build_lib main init | |
124 build_lib bootloader | |
125 lib_link_magic '(CONST_BOOT_LIB (.const, .text, .text:v$3) BSS_BOOT_LIB (.bss))' | |
126 | |
127 # Nucleus and TI's compiler stuff | |
128 blob_lib_os nucleus_flash_nodbg | |
129 blob_lib_os nucleus_int_ram_nodbg | |
130 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))' | |
131 blob_lib_os rts16le_flash | |
132 blob_lib_os rts16le_int_ram | |
133 lib_link_magic '(BSS_LIBS (.bss))' | |
134 | |
135 str2ind_blobs_used=1 |