annotate patches/frame_na7_db_ir-systrace.patch @ 16:816a4889c95d

l1_custom_int-nodsp.patch implemented
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Jul 2015 01:40:37 +0000
parents 203e94e07231
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
1 # TI's original version of the pf_TaskEntry() function in the guts of GPF
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
2 # does this number once all GPF tasks have entered their main loop:
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
3 #
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
4 # TraceMask[0] = 0;
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
5 #
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
6 # The effect of this line is that "system" trace output gets disabled;
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
7 # in particular, "system primitive" requests like querying for existing
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
8 # TRACECLASS of various entities or for the GPF version elicit no response
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
9 # whatsoever until one sends a TRACECLASS setting sysprim which restores
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
10 # the TC_SYSTEM bit in TraceMask[0].
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
11 #
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
12 # In FreeCalypso we consider this clearing of TraceMask[0] to be either
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
13 # a bug or a misfeature, and we would like to change it. In the case of
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
14 # the GPF code in question, we do have a copy of frame.c source (the module
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
15 # where the offending pf_TaskEntry() function is implemented) which we believe
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
16 # is the same code as what's in the TCS211 version of GPF, but TCS211 is not
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
17 # set up to recompile any part of GPF from source, and there are other modules
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
18 # in the same frame_na7_db_ir.lib for which we don't have the original source
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
19 # (os_*), hence it is easier to do a binary lib patch.
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
20 #
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
21 # The present patch is a binary form of:
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
22 #
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
23 # -TraceMask[0] = 0;
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
24 # +TraceMask[0] = TC_SYSTEM;
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
25
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
26 [frame.obj]
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
27
203e94e07231 frame_na7_db_ir-systrace.patch implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
28 .text 2ee 10