# HG changeset patch # User Space Falcon # Date 1436054836 0 # Node ID 6cbe01db6382fa0b9b1e1f369a3c41c6fe5a2638 # Parent 203e94e072317c49191f8eaf673563c78011c2b5 l1_ext-nodyndwl.patch implemented diff -r 203e94e07231 -r 6cbe01db6382 patches/Makefile --- 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 $@ diff -r 203e94e07231 -r 6cbe01db6382 patches/l1_ext-nodyndwl.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