annotate components/ccd_na7_db @ 600:8f50b202e81f

board preprocessor conditionals: prep for more FC hw in the future This change eliminates the CONFIG_TARGET_FCDEV3B preprocessor symbol and all preprocessor conditionals throughout the code base that tested for it, replacing them with CONFIG_TARGET_FCFAM or CONFIG_TARGET_FCMODEM. These new symbols are specified as follows: CONFIG_TARGET_FCFAM is intended to cover all hardware designs created by Mother Mychaela under the FreeCalypso trademark. This family will include modem products (repackagings of the FCDEV3B, possibly with RFFE or even RF transceiver changes), and also my desired FreeCalypso handset product. CONFIG_TARGET_FCMODEM is intended to cover all FreeCalypso modem products (which will be firmware-compatible with the FCDEV3B if they use TI Rita transceiver, or will require a different fw build if we switch to one of Silabs Aero transceivers), but not the handset product. Right now this CONFIG_TARGET_FCMODEM preprocessor symbol is used to conditionalize everything dealing with MCSI. At the present moment the future of FC hardware evolution is still unknown: it is not known whether we will ever have any beyond-FCDEV3B hardware at all (contingent on uncertain funding), and if we do produce further FC hardware designs, it is not known whether they will retain the same FIC modem core (triband), if we are going to have a quadband design that still retains the classic Rita transceiver, or if we are going to switch to Silabs Aero II or some other transceiver. If we produce a quadband modem that still uses Rita, it will run exactly the same fw as the FCDEV3B thanks to the way we define TSPACT signals for the RF_FAM=12 && CONFIG_TARGET_FCFAM combination, and the current fcdev3b build target will be renamed to fcmodem. OTOH, if that putative quadband modem will be Aero-based, then it will require a different fw build target, the fcdev3b target will stay as it is, and the two targets will both define CONFIG_TARGET_FCFAM and CONFIG_TARGET_FCMODEM, but will have different RF_FAM numbers. But no matter which way we are going to evolve, it is not right to have conditionals on CONFIG_TARGET_FCDEV3B in places like ACI, and the present change clears the way for future evolution.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 01 Apr 2019 01:05:24 +0000
parents 9ffd8fd40afa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
154
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 # Building ccd_na7_db.lib using TCS3.2 CCD source
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 CFLAGS="-mw -x -pw2 -me -mt -o -g -mn"
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 # Defines
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 CPPFLAGS="-DM_INTEL -DSHARED_VSI -DSHARED_CCD"
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 CPPFLAGS="$CPPFLAGS -DCCDDATA_STATIC_DATA"
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 CPPFLAGS="$CPPFLAGS -D_TMS470 -DNEW_ENTITY -DERR_TRACE_CCD"
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 # Includes
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/ccd"
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc"
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc"
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17 # Source modules
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19 SRCDIR=$SRC/gpf3/ccd
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21 cfile_plain $SRCDIR/ccd.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22 cfile_plain $SRCDIR/bitfun.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23 cfile_plain $SRCDIR/cdc_std.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
24 cfile_plain $SRCDIR/cdc_com.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
25 cfile_plain $SRCDIR/ccd_err.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
26 cfile_plain $SRCDIR/ccd_store.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
27 cfile_plain $SRCDIR/gsm1_tv.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
28 cfile_plain $SRCDIR/gsm1_v.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
29 cfile_plain $SRCDIR/gsm2_t.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
30 cfile_plain $SRCDIR/gsm3_tv.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
31 cfile_plain $SRCDIR/gsm3_v.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
32 cfile_plain $SRCDIR/gsm4_lv.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
33 cfile_plain $SRCDIR/gsm4_tlv.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
34 cfile_plain $SRCDIR/gsm5_tlv.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
35 cfile_plain $SRCDIR/gsm5_tv.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
36 cfile_plain $SRCDIR/gsm5_v.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
37 cfile_plain $SRCDIR/gsm6_tlv.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
38 cfile_plain $SRCDIR/gsm7_lv.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
39 cfile_plain $SRCDIR/bcd_mnc.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
40 cfile_plain $SRCDIR/bcd_nofill.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
41 cfile_plain $SRCDIR/bcdeven.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
42 cfile_plain $SRCDIR/bcdodd.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
43 cfile_plain $SRCDIR/gsm1_asn.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
44 cfile_plain $SRCDIR/csn1_s1.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
45 cfile_plain $SRCDIR/csn1_sh.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
46 cfile_plain $SRCDIR/s_padding.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
47 cfile_plain $SRCDIR/t30_ident.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
48 cfile_plain $SRCDIR/asn1_bitstr.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
49 cfile_plain $SRCDIR/asn1_octet.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
50 cfile_plain $SRCDIR/asn1_integ.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
51 cfile_plain $SRCDIR/asn1_seq.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
52 cfile_plain $SRCDIR/asn1_choice.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
53 cfile_plain $SRCDIR/no_code.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
54 cfile_plain $SRCDIR/asn1_choice_ext.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
55 cfile_plain $SRCDIR/asn1_seq_ext.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
56 cfile_plain $SRCDIR/asn1_integ_ext.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
57 cfile_plain $SRCDIR/asn1_opentype.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
58 cfile_plain $SRCDIR/asn1_objid.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
59 cfile_plain $SRCDIR/noncritical_ext.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
60 cfile_plain $SRCDIR/critical_ext.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
61 cfile_plain $SRCDIR/ccd_elem.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
62 cfile_plain $SRCDIR/s_padding_0.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
63 cfile_plain $SRCDIR/csn1_s0.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
64 cfile_plain $SRCDIR/hl_flag.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
65 cfile_plain $SRCDIR/freq_list.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
66 cfile_plain $SRCDIR/fdd_ci.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
67 cfile_plain $SRCDIR/tdd_ci.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
68 cfile_plain $SRCDIR/freq_list_com.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
69 cfile_plain $SRCDIR/csn1_concat.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
70 cfile_plain $SRCDIR/break_cond.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
71 cfile_plain $SRCDIR/csn1_sx.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
72 cfile_plain $SRCDIR/csn1_choice_1.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
73 cfile_plain $SRCDIR/csn1_choice_2.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
74 cfile_plain $SRCDIR/csn1_choice_x.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
75 cfile_plain $SRCDIR/csn1_sh_opt.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
76 cfile_plain $SRCDIR/csn1_s1_opt.c
9ffd8fd40afa ccd_na7_db.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
77 cfile_plain $SRCDIR/csn1_s0_opt.c