view components/ccd_na7_db @ 673:62a5285e014a

Lorekeeping: allow tpudrv-leonardo.lib on Leonardo/Tango Back in 2015 the Mother's idea was to produce a FreeCalypso development board that would be a clone of TI Leonardo, including the original quadband RFFE; one major additional stipulation was that this board needed to be able to run original unmodified TCS211-20070608 firmware with all blobs intact, with only minimal binary patches to main.lib and tpudrv.lib. The necessary patched libs were produced at that time in the tcs211-patches repository. That plan was changed and we produced FCDEV3B instead, with Openmoko's triband RFFE instead of Leonardo quadband, but when FC Magnetite started in 2016, a TPUDRV_blob= provision was still made, allowing the possibility of patching OM's tpudrv.lib for a restored Leonardo RFFE. Now in 2020 we have FC Tango which is essentially a verbatim clone of Leonardo core, including the original quadband RFFE. We have also deblobbed our firmware so much that we have absolutely no real need for a blob version of tpudrv.lib - but I thought it would be neat to put the ancient TPUDRV_blob= mechanism (classic config) to its originally intended use, just for the heck of it.
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 29 May 2020 03:55:36 +0000
parents 9ffd8fd40afa
children
line wrap: on
line source

# Building ccd_na7_db.lib using TCS3.2 CCD source

CFLAGS="-mw -x -pw2 -me -mt -o -g -mn"

# Defines

CPPFLAGS="-DM_INTEL -DSHARED_VSI -DSHARED_CCD"
CPPFLAGS="$CPPFLAGS -DCCDDATA_STATIC_DATA"
CPPFLAGS="$CPPFLAGS -D_TMS470 -DNEW_ENTITY -DERR_TRACE_CCD"

# Includes

CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/ccd"
CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc"
CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc"

# Source modules

SRCDIR=$SRC/gpf3/ccd

cfile_plain $SRCDIR/ccd.c
cfile_plain $SRCDIR/bitfun.c
cfile_plain $SRCDIR/cdc_std.c
cfile_plain $SRCDIR/cdc_com.c
cfile_plain $SRCDIR/ccd_err.c
cfile_plain $SRCDIR/ccd_store.c
cfile_plain $SRCDIR/gsm1_tv.c
cfile_plain $SRCDIR/gsm1_v.c
cfile_plain $SRCDIR/gsm2_t.c
cfile_plain $SRCDIR/gsm3_tv.c
cfile_plain $SRCDIR/gsm3_v.c
cfile_plain $SRCDIR/gsm4_lv.c
cfile_plain $SRCDIR/gsm4_tlv.c
cfile_plain $SRCDIR/gsm5_tlv.c
cfile_plain $SRCDIR/gsm5_tv.c
cfile_plain $SRCDIR/gsm5_v.c
cfile_plain $SRCDIR/gsm6_tlv.c
cfile_plain $SRCDIR/gsm7_lv.c
cfile_plain $SRCDIR/bcd_mnc.c
cfile_plain $SRCDIR/bcd_nofill.c
cfile_plain $SRCDIR/bcdeven.c
cfile_plain $SRCDIR/bcdodd.c
cfile_plain $SRCDIR/gsm1_asn.c
cfile_plain $SRCDIR/csn1_s1.c
cfile_plain $SRCDIR/csn1_sh.c
cfile_plain $SRCDIR/s_padding.c
cfile_plain $SRCDIR/t30_ident.c
cfile_plain $SRCDIR/asn1_bitstr.c
cfile_plain $SRCDIR/asn1_octet.c
cfile_plain $SRCDIR/asn1_integ.c
cfile_plain $SRCDIR/asn1_seq.c
cfile_plain $SRCDIR/asn1_choice.c
cfile_plain $SRCDIR/no_code.c
cfile_plain $SRCDIR/asn1_choice_ext.c
cfile_plain $SRCDIR/asn1_seq_ext.c
cfile_plain $SRCDIR/asn1_integ_ext.c
cfile_plain $SRCDIR/asn1_opentype.c
cfile_plain $SRCDIR/asn1_objid.c
cfile_plain $SRCDIR/noncritical_ext.c
cfile_plain $SRCDIR/critical_ext.c
cfile_plain $SRCDIR/ccd_elem.c
cfile_plain $SRCDIR/s_padding_0.c
cfile_plain $SRCDIR/csn1_s0.c
cfile_plain $SRCDIR/hl_flag.c
cfile_plain $SRCDIR/freq_list.c
cfile_plain $SRCDIR/fdd_ci.c
cfile_plain $SRCDIR/tdd_ci.c
cfile_plain $SRCDIR/freq_list_com.c
cfile_plain $SRCDIR/csn1_concat.c
cfile_plain $SRCDIR/break_cond.c
cfile_plain $SRCDIR/csn1_sx.c
cfile_plain $SRCDIR/csn1_choice_1.c
cfile_plain $SRCDIR/csn1_choice_2.c
cfile_plain $SRCDIR/csn1_choice_x.c
cfile_plain $SRCDIR/csn1_sh_opt.c
cfile_plain $SRCDIR/csn1_s1_opt.c
cfile_plain $SRCDIR/csn1_s0_opt.c