changeset 15:6cbe01db6382

l1_ext-nodyndwl.patch implemented
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Jul 2015 00:07:16 +0000
parents 203e94e07231
children 816a4889c95d
files patches/Makefile patches/l1_ext-nodyndwl.patch
diffstat 2 files changed, 15 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/patches/Makefile	Sat Jun 06 19:06:33 2015 +0000
+++ b/patches/Makefile	Sun Jul 05 00:07:16 2015 +0000
@@ -1,5 +1,5 @@
-NEWLIBS=bootloader-disable.lib frame_na7_db_ir-systrace.lib main-fchw.lib \
-	tpudrv-quadband.lib
+NEWLIBS=bootloader-disable.lib frame_na7_db_ir-systrace.lib \
+	l1_ext-nodyndwl.lib main-fchw.lib tpudrv-quadband.lib
 TOOL=	../tool/ti-libpatch
 
 all:	${NEWLIBS}
@@ -11,6 +11,9 @@
 				frame_na7_db_ir-systrace.patch
 	${TOOL} ../gpflibs/frame_na7_db_ir.lib frame_na7_db_ir-systrace.patch $@
 
+l1_ext-nodyndwl.lib:	../libs/l1_ext.lib l1_ext-nodyndwl.patch
+	${TOOL} ../libs/l1_ext.lib l1_ext-nodyndwl.patch $@
+
 main-fchw.lib:	../libs/main.lib main-fchw.patch
 	${TOOL} ../libs/main.lib main-fchw.patch $@
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/l1_ext-nodyndwl.patch	Sun Jul 05 00:07:16 2015 +0000
@@ -0,0 +1,10 @@
+# The purpose of this patch is to test what will happen if the L1_DYN_DSP_DWNLD
+# feature were removed from our working TCS211 reference code.  Here we
+# effect this test by knocking out the l1a_dyn_dsp_dwnld_process() function,
+# which we do by smacking a "bx lr" Thumb instruction at the
+# $l1a_dyn_dsp_dwnld_process entry point.
+
+[l1_dyn_dwl_asyn]
+
+.text 374 70
+.text 375 47