FreeCalypso > hg > fc-selenite
view components/tif_na7_db_ir @ 134:7d50d8d13711
FFS code sync with Magnetite + gcc version fix
This change brings the new flash autodetection for FC and Pirelli targets
from Magnetite, and should also fix the gcc version for C1xx and gtamodem
targets, which were previously broken because they used TI's original
flash autodetect code (which operates at address 0) while the boot ROM
is mapped there.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 11 Dec 2018 08:43:25 +0000 |
parents | 1f43655bb3e4 |
children | 23768d96edce |
line wrap: on
line source
# Building tif_na7_db_ir.lib using the GPF source bits we got with TCS211 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" # Defines CPPFLAGS="-DNU_DEBUG -DRUN_INT_RAM" CPPFLAGS="$CPPFLAGS -D_TARGET_ -D_NUCLEUS_" if [ "$TRACEMASK_IN_FFS" = 1 ] then CPPFLAGS="$CPPFLAGS -D_FF_RV_EXIST_" fi if [ "$MEMSUPER" != 0 ] then CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" fi # Includes CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc" CPPFLAGS="$CPPFLAGS -I$SRC/nucleus" CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" CPPFLAGS="$CPPFLAGS -I$SRC/gpf/frame" CPPFLAGS="$CPPFLAGS -I$SRC/gpf/ccd" CPPFLAGS="$CPPFLAGS -I$SRC/gpf/tst" CPPFLAGS="$CPPFLAGS -I$SRC/cs/system" CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera/rvt" CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core" CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/uart" CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app/uart" CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" CPPFLAGS="$CPPFLAGS -I.." CPPFLAGS="$CPPFLAGS -I../config" # Source modules SRCDIR=$SRC/gpf/tst c_file $SRCDIR/drv/tr2.c c_file $SRCDIR/drv/tif2.c c_file $SRCDIR/drv/ser_tr.c c_file $SRCDIR/drv/titrc.c c_file $SRCDIR/tst_pei.c c_file $SRCDIR/tstdriver.c c_file $SRCDIR/tif_version.c