TWIペリフェラルを使ってI2Cプロトコルを制御する
Revision | 289d2f65d16b44a23a924cd120533da4fe4ed2cb (tree) |
---|---|
Time | 2012-09-16 10:30:12 |
Author | takemasa <suikan@user...> |
Commiter | takemasa |
ADSP-BF548対応を追加
@@ -47,7 +47,7 @@ all: | ||
47 | 47 | # ターゲット名の定義 |
48 | 48 | # |
49 | 49 | CPU = blackfin |
50 | -SYS = acb_bf592 | |
50 | +SYS = ezkit_bf548 | |
51 | 51 | TOOL = |
52 | 52 | |
53 | 53 | # |
@@ -1,129 +1,122 @@ | ||
1 | 1 | kernel_cfg.c kernel_id.h kernel_chk.c: kernel/systask/logtask.cfg \ |
2 | 2 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
3 | - kernel/config/blackfin/_common_bf592/chip_defs.h i2c-test.h \ | |
4 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
5 | - kernel/include/t_config.h \ | |
6 | - kernel/config/blackfin/tool_config.h i2c-test.cfg \ | |
7 | - kernel/config/blackfin/cpu_rename.h \ | |
8 | - kernel/include/t_stddef.h kernel/include/t_services.h \ | |
9 | - kernel/include/sil.h i2c0_m.cfg \ | |
3 | + i2c-test.h kernel/include/t_config.h \ | |
4 | + kernel/config/blackfin/tool_config.h \ | |
5 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
6 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
7 | + i2c-test.cfg kernel/config/blackfin/cpu_rename.h \ | |
8 | + kernel/include/t_stddef.h \ | |
9 | + kernel/config/blackfin/_common_bf548/hw_timer.h \ | |
10 | + kernel/include/t_services.h kernel/include/sil.h i2c0_m.cfg \ | |
10 | 11 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
11 | - kernel/config/blackfin/_common_bf592/hw_timer.h \ | |
12 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
12 | 13 | kernel/systask/timer.cfg kernel/systask/serial.cfg \ |
13 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
14 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
15 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
14 | 16 | kernel/config/blackfin/cpu_config.h \ |
15 | - kernel/include/s_services.h \ | |
16 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
17 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
18 | - kernel/include/itron.h \ | |
19 | - kernel/config/blackfin/_common_bf592/hw_serial.cfg | |
17 | + kernel/include/s_services.h kernel/include/itron.h \ | |
18 | + kernel/config/blackfin/_common_bf548/hw_serial.cfg | |
20 | 19 | makeoffset.s: kernel/include/kernel.h \ |
21 | - kernel/config/blackfin/cpu_defs.h \ | |
22 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
23 | - kernel/kernel/task.h \ | |
24 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
20 | + kernel/config/blackfin/cpu_defs.h kernel/kernel/task.h \ | |
25 | 21 | kernel/include/t_config.h \ |
26 | 22 | kernel/config/blackfin/tool_config.h \ |
23 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
27 | 24 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
28 | - kernel/kernel/time_event.h kernel/kernel/jsp_rename.h \ | |
25 | + kernel/kernel/time_event.h \ | |
26 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
27 | + kernel/kernel/jsp_rename.h \ | |
29 | 28 | kernel/config/blackfin/cpu_rename.h \ |
30 | 29 | kernel/include/t_stddef.h \ |
31 | 30 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
32 | 31 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
32 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
33 | 33 | kernel/config/blackfin/makeoffset.c \ |
34 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
35 | - kernel/config/blackfin/cpu_config.h \ | |
36 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
37 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
38 | - kernel/include/itron.h \ | |
34 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
35 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
36 | + kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
39 | 37 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
40 | 38 | kernel_chk.s: kernel/config/blackfin/cpu_defs.h kernel/kernel/task.h \ |
41 | 39 | kernel/config/blackfin/tool_config.h \ |
42 | 40 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
43 | - kernel/kernel/time_event.h kernel_chk.c kernel/kernel/wait.h \ | |
44 | - kernel/include/t_stddef.h kernel/kernel/mailbox.h \ | |
45 | - kernel/kernel/eventflag.h kernel/config/blackfin/tool_defs.h \ | |
41 | + kernel/kernel/time_event.h \ | |
42 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
43 | + kernel_chk.c kernel/kernel/wait.h kernel/include/t_stddef.h \ | |
44 | + kernel/kernel/mailbox.h kernel/kernel/eventflag.h \ | |
45 | + kernel/config/blackfin/tool_defs.h \ | |
46 | 46 | kernel/include/../kernel/exception.h \ |
47 | - kernel/kernel/dataqueue.h kernel/kernel/interrupt.h \ | |
48 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
49 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
50 | - kernel/include/kernel.h kernel/include/timer.h \ | |
51 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
52 | - kernel/include/t_config.h \ | |
53 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
47 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
48 | + kernel/kernel/dataqueue.h \ | |
49 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
50 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
51 | + kernel/kernel/interrupt.h kernel/include/kernel.h \ | |
52 | + kernel/include/timer.h kernel/include/t_config.h \ | |
53 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
54 | 54 | kernel/kernel/cyclic.h kernel/kernel/jsp_rename.h \ |
55 | 55 | kernel/config/blackfin/cpu_rename.h \ |
56 | 56 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
57 | 57 | kernel/include/t_syslog.h kernel/kernel/semaphore.h \ |
58 | - kernel/include/logtask.h \ | |
59 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
60 | - kernel/config/blackfin/cpu_config.h \ | |
58 | + kernel/include/logtask.h kernel/config/blackfin/cpu_config.h \ | |
61 | 59 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
62 | 60 | kernel/include/itron.h kernel/kernel/mempfix.h |
63 | 61 | cpu_support.o: kernel/include/kernel.h \ |
64 | - kernel/config/blackfin/cpu_defs.h \ | |
65 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
66 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
67 | - kernel/include/t_config.h \ | |
62 | + kernel/config/blackfin/cpu_defs.h kernel/include/t_config.h \ | |
68 | 63 | kernel/config/blackfin/tool_config.h \ |
64 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
69 | 65 | kernel/kernel/jsp_kernel.h \ |
66 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
70 | 67 | kernel/config/blackfin/saverestore.h \ |
71 | 68 | kernel/config/blackfin/cpu_support.S \ |
72 | 69 | kernel/kernel/jsp_rename.h \ |
73 | 70 | kernel/config/blackfin/cpu_rename.h \ |
74 | 71 | kernel/include/t_stddef.h ./offset.h \ |
75 | 72 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
76 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
77 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
78 | - kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
79 | - kernel/config/blackfin/_common_bf592/chip_config.h | |
73 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
74 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
75 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
76 | + kernel/config/blackfin/cpu_config.h kernel/include/itron.h | |
80 | 77 | startup.o: kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
81 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
82 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
83 | 78 | kernel/include/t_config.h \ |
84 | 79 | kernel/config/blackfin/tool_config.h \ |
80 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
85 | 81 | kernel/kernel/jsp_kernel.h kernel/kernel/time_event.h \ |
82 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
86 | 83 | kernel/kernel/jsp_rename.h \ |
87 | 84 | kernel/config/blackfin/cpu_rename.h kernel/kernel/startup.c \ |
88 | 85 | kernel/include/t_stddef.h \ |
89 | 86 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
90 | 87 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
88 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
89 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
91 | 90 | kernel/kernel/syslog.h \ |
92 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
93 | - kernel/config/blackfin/cpu_config.h \ | |
94 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
95 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
96 | - kernel/include/itron.h \ | |
91 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
92 | + kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
97 | 93 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
98 | 94 | banner.o: kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
99 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
100 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
101 | 95 | kernel/include/t_config.h \ |
102 | 96 | kernel/config/blackfin/tool_config.h \ |
103 | - kernel/kernel/jsp_kernel.h kernel/kernel/jsp_rename.h \ | |
97 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
98 | + kernel/kernel/jsp_kernel.h \ | |
99 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
100 | + kernel/kernel/jsp_rename.h \ | |
104 | 101 | kernel/config/blackfin/cpu_rename.h \ |
105 | 102 | kernel/include/t_stddef.h kernel/kernel/banner.c \ |
106 | 103 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
107 | 104 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
108 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
109 | - kernel/config/blackfin/cpu_config.h \ | |
110 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
111 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
112 | - kernel/include/itron.h \ | |
105 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
106 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
107 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
108 | + kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
113 | 109 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
114 | -chip_config.o: \ | |
115 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF59x_base.h \ | |
116 | - kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ | |
117 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/stdint.h \ | |
118 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
110 | +chip_config.o: kernel/include/kernel.h \ | |
111 | + kernel/config/blackfin/cpu_defs.h \ | |
119 | 112 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdef_LPBlackfin.h \ |
120 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
113 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF548.h \ | |
121 | 114 | kernel/include/t_config.h \ |
122 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF592-A.h \ | |
123 | 115 | kernel/config/blackfin/tool_config.h \ |
116 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
124 | 117 | kernel/kernel/jsp_kernel.h \ |
125 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF59x_base.h \ | |
126 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF592-A.h \ | |
118 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
119 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF54x_base.h \ | |
127 | 120 | kernel/kernel/jsp_rename.h \ |
128 | 121 | kernel/config/blackfin/cpu_rename.h \ |
129 | 122 | kernel/include/t_stddef.h \ |
@@ -131,101 +124,95 @@ chip_config.o: \ | ||
131 | 124 | kernel/include/sil.h \ |
132 | 125 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
133 | 126 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
134 | - kernel/config/blackfin/_common_bf592/chip_config.c \ | |
135 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
136 | - kernel/config/blackfin/cpu_config.h \ | |
137 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
138 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
139 | - kernel/include/itron.h \ | |
140 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h | |
127 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
128 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF54x_base.h \ | |
129 | + kernel/config/blackfin/_common_bf548/chip_config.c \ | |
130 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
131 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
132 | + kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
133 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ | |
134 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF548.h | |
141 | 135 | uart.o: kernel/config/blackfin/cpu_defs.h \ |
142 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
143 | - kernel/pdic/simple_sio/uart.h \ | |
144 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
145 | - kernel/include/t_config.h \ | |
136 | + kernel/pdic/simple_sio/uart.h kernel/include/t_config.h \ | |
146 | 137 | kernel/config/blackfin/tool_config.h \ |
138 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
139 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
147 | 140 | kernel/config/blackfin/cpu_rename.h \ |
148 | 141 | kernel/include/t_stddef.h kernel/include/sil.h \ |
149 | 142 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
150 | 143 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
151 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
144 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
145 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
146 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
152 | 147 | kernel/config/blackfin/cpu_config.h \ |
153 | 148 | kernel/include/s_services.h \ |
154 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
155 | 149 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
156 | - kernel/include/itron.h \ | |
157 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
158 | - kernel/pdic/simple_sio/uart.c | |
159 | -chip_debugboot.o: \ | |
160 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF59x_base.h \ | |
161 | - kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ | |
162 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/stdint.h \ | |
163 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
150 | + kernel/include/itron.h kernel/pdic/simple_sio/uart.c | |
151 | +chip_debugboot.o: kernel/include/kernel.h \ | |
152 | + kernel/config/blackfin/cpu_defs.h \ | |
164 | 153 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdef_LPBlackfin.h \ |
165 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
154 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF548.h \ | |
166 | 155 | kernel/include/t_config.h \ |
167 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF592-A.h \ | |
168 | 156 | kernel/config/blackfin/tool_config.h \ |
157 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
169 | 158 | kernel/kernel/jsp_kernel.h \ |
170 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF59x_base.h \ | |
171 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF592-A.h \ | |
159 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
160 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF54x_base.h \ | |
172 | 161 | kernel/kernel/jsp_rename.h \ |
173 | 162 | kernel/config/blackfin/cpu_rename.h \ |
174 | 163 | kernel/include/t_stddef.h \ |
175 | 164 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/def_LPBlackfin.h \ |
176 | - kernel/include/sil.h \ | |
177 | 165 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
178 | 166 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
179 | - kernel/config/blackfin/_common_bf592/chip_debugboot.c \ | |
180 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
181 | - kernel/config/blackfin/cpu_config.h \ | |
182 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
183 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
184 | - kernel/include/itron.h \ | |
185 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h | |
186 | -chip_dump.o: \ | |
187 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF59x_base.h \ | |
188 | - kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ | |
189 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/stdint.h \ | |
190 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
167 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
168 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF54x_base.h \ | |
169 | + kernel/config/blackfin/_common_bf548/chip_debugboot.c \ | |
170 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
171 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
172 | + kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
173 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ | |
174 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF548.h | |
175 | +chip_dump.o: kernel/include/kernel.h \ | |
176 | + kernel/config/blackfin/cpu_defs.h \ | |
191 | 177 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdef_LPBlackfin.h \ |
192 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
178 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF548.h \ | |
193 | 179 | kernel/include/t_config.h \ |
194 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF592-A.h \ | |
195 | 180 | kernel/config/blackfin/tool_config.h \ |
181 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
196 | 182 | kernel/kernel/jsp_kernel.h \ |
197 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF59x_base.h \ | |
198 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF592-A.h \ | |
183 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
184 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF54x_base.h \ | |
199 | 185 | kernel/kernel/jsp_rename.h \ |
200 | 186 | kernel/config/blackfin/cpu_rename.h \ |
201 | 187 | kernel/include/t_stddef.h \ |
202 | 188 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/def_LPBlackfin.h \ |
203 | 189 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
204 | 190 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
205 | - kernel/config/blackfin/_common_bf592/chip_dump.c \ | |
206 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
207 | - kernel/config/blackfin/cpu_config.h \ | |
208 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
209 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
210 | - kernel/include/itron.h \ | |
211 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h | |
212 | -i2c_subsystem.o: \ | |
213 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF59x_base.h \ | |
214 | - kernel/config/blackfin/cpu_defs.h \ | |
191 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
192 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF54x_base.h \ | |
193 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
194 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
195 | + kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
196 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ | |
197 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF548.h \ | |
198 | + kernel/config/blackfin/_common_bf548/chip_dump.c | |
199 | +i2c_subsystem.o: kernel/config/blackfin/cpu_defs.h \ | |
215 | 200 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/newlib.h \ |
216 | 201 | kernel/include/serial.h kernel/config/blackfin/tool_config.h \ |
217 | - ./kernel_id.h \ | |
218 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF59x_base.h \ | |
202 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
203 | + i2c_subsystem.c \ | |
204 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF54x_base.h \ | |
219 | 205 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/machine/_default_types.h \ |
220 | 206 | kernel/include/t_stddef.h \ |
221 | 207 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/stdlib.h \ |
222 | 208 | kernel/config/blackfin/tool_defs.h \ |
209 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
210 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
223 | 211 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h \ |
224 | 212 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/ccblkfn.h \ |
213 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
225 | 214 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/_ansi.h \ |
226 | 215 | kernel/include/s_services.h \ |
227 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
228 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
229 | 216 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/features.h \ |
230 | 217 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/alloca.h \ |
231 | 218 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/mc_typedef.h \ |
@@ -234,586 +221,570 @@ i2c_subsystem.o: \ | ||
234 | 221 | kernel/include/kernel.h \ |
235 | 222 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/config.h \ |
236 | 223 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/lock.h \ |
237 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
238 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/stdint.h \ | |
239 | 224 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdef_LPBlackfin.h \ |
225 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF548.h \ | |
240 | 226 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/machine/_types.h \ |
241 | 227 | kernel/include/t_config.h \ |
242 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
243 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF592-A.h \ | |
244 | - kernel/config/blackfin/acb_bf592/i2c_subsystem.h \ | |
245 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF592-A.h \ | |
246 | - kernel/config/blackfin/cpu_rename.h kernel/include/sil.h \ | |
247 | - kernel/include/t_services.h \ | |
228 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
229 | + i2c_subsystem.h kernel/config/blackfin/cpu_rename.h \ | |
230 | + kernel/include/sil.h kernel/include/t_services.h \ | |
248 | 231 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/def_LPBlackfin.h \ |
249 | 232 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/machine/stdlib.h \ |
250 | 233 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
251 | 234 | kernel/include/t_syslog.h \ |
252 | 235 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/machine/ieeefp.h \ |
253 | 236 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/_types.h \ |
254 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
255 | - kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
237 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF54x_base.h \ | |
238 | + kernel/config/blackfin/cpu_config.h kernel_id.h \ | |
239 | + kernel/include/itron.h \ | |
256 | 240 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
257 | - kernel/config/blackfin/acb_bf592/i2c_subsystem.c | |
241 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF548.h | |
258 | 242 | cpu_config.o: kernel/include/kernel.h \ |
259 | - kernel/config/blackfin/cpu_defs.h \ | |
260 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
261 | - kernel/kernel/task.h \ | |
262 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
243 | + kernel/config/blackfin/cpu_defs.h kernel/kernel/task.h \ | |
263 | 244 | kernel/include/t_config.h \ |
264 | 245 | kernel/config/blackfin/tool_config.h \ |
246 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
265 | 247 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
266 | - kernel/kernel/time_event.h kernel/kernel/jsp_rename.h \ | |
248 | + kernel/kernel/time_event.h \ | |
249 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
250 | + kernel/kernel/jsp_rename.h \ | |
267 | 251 | kernel/config/blackfin/cpu_rename.h \ |
268 | 252 | kernel/include/t_stddef.h \ |
269 | 253 | kernel/config/blackfin/cpu_config.c \ |
270 | 254 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
271 | 255 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
272 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
273 | - kernel/config/blackfin/cpu_config.h \ | |
274 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
275 | - kernel/kernel/check.h \ | |
276 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
256 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
257 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
258 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
259 | + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ | |
277 | 260 | kernel/include/itron.h \ |
278 | 261 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
279 | 262 | cpu_defs.o: kernel/config/blackfin/cpu_defs.h \ |
280 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
281 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
282 | 263 | kernel/include/t_config.h \ |
283 | 264 | kernel/config/blackfin/tool_config.h \ |
265 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
266 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
284 | 267 | kernel/config/blackfin/cpu_defs.c \ |
285 | 268 | kernel/config/blackfin/cpu_rename.h \ |
286 | 269 | kernel/include/t_stddef.h kernel/include/sil.h \ |
287 | 270 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
288 | 271 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
289 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
272 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
273 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
274 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
290 | 275 | kernel/config/blackfin/cpu_config.h \ |
291 | 276 | kernel/include/s_services.h \ |
292 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
293 | 277 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
294 | - kernel/include/itron.h \ | |
295 | - kernel/config/blackfin/_common_bf592/chip_config.h | |
278 | + kernel/include/itron.h | |
296 | 279 | tskini.o tsksched.o tskrun.o tsknrun.o tskdmt.o tskact.o tskext.o tskpri.o tskrot.o tsktex.o: \ |
297 | 280 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
298 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
299 | - kernel/kernel/task.h \ | |
300 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
301 | - kernel/include/t_config.h \ | |
281 | + kernel/kernel/task.h kernel/include/t_config.h \ | |
302 | 282 | kernel/config/blackfin/tool_config.h \ |
283 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
303 | 284 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
304 | - kernel/kernel/time_event.h kernel/kernel/jsp_rename.h \ | |
285 | + kernel/kernel/time_event.h \ | |
286 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
287 | + kernel/kernel/jsp_rename.h \ | |
305 | 288 | kernel/config/blackfin/cpu_rename.h \ |
306 | 289 | kernel/include/t_stddef.h \ |
307 | 290 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
308 | 291 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
292 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
293 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
309 | 294 | kernel/config/blackfin/cpu_context.h kernel/kernel/task.c \ |
310 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
311 | - kernel/config/blackfin/cpu_config.h \ | |
312 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
313 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
314 | - kernel/include/itron.h \ | |
295 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
296 | + kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
315 | 297 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
316 | 298 | waimake.o waicmp.o waitmo.o waitmook.o waican.o wairel.o wobjwai.o wobjwaitmo.o wobjpri.o: \ |
317 | 299 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
318 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
319 | - kernel/kernel/task.h \ | |
320 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
321 | - kernel/include/t_config.h \ | |
300 | + kernel/kernel/task.h kernel/include/t_config.h \ | |
322 | 301 | kernel/config/blackfin/tool_config.h \ |
302 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
323 | 303 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
324 | - kernel/kernel/time_event.h kernel/kernel/wait.c \ | |
325 | - kernel/kernel/jsp_rename.h kernel/kernel/wait.h \ | |
326 | - kernel/config/blackfin/cpu_rename.h \ | |
304 | + kernel/kernel/time_event.h \ | |
305 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
306 | + kernel/kernel/wait.c kernel/kernel/jsp_rename.h \ | |
307 | + kernel/kernel/wait.h kernel/config/blackfin/cpu_rename.h \ | |
327 | 308 | kernel/include/t_stddef.h \ |
328 | 309 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
329 | 310 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
330 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
331 | - kernel/config/blackfin/cpu_config.h \ | |
332 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
333 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
334 | - kernel/include/itron.h \ | |
311 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
312 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
313 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
314 | + kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
335 | 315 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
336 | 316 | tmeini.o tmeup.o tmedown.o tmeins.o tmedel.o isig_tim.o: \ |
337 | 317 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
338 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
339 | - kernel/kernel/time_event.c \ | |
340 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
341 | - kernel/include/t_config.h \ | |
318 | + kernel/kernel/time_event.c kernel/include/t_config.h \ | |
342 | 319 | kernel/config/blackfin/tool_config.h \ |
320 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
343 | 321 | kernel/kernel/jsp_kernel.h kernel/kernel/time_event.h \ |
322 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
344 | 323 | kernel/kernel/jsp_rename.h \ |
345 | 324 | kernel/config/blackfin/cpu_rename.h \ |
346 | 325 | kernel/include/t_stddef.h \ |
347 | 326 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
348 | 327 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
349 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
350 | - kernel/config/blackfin/cpu_config.h \ | |
351 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
352 | - kernel/kernel/check.h \ | |
353 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
328 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
329 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
330 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
331 | + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ | |
354 | 332 | kernel/include/itron.h \ |
355 | 333 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
356 | 334 | logini.o vwri_log.o vrea_log.o vmsk_log.o logter.o: \ |
357 | 335 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
358 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
359 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
360 | 336 | kernel/include/t_config.h \ |
361 | 337 | kernel/config/blackfin/tool_config.h \ |
338 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
362 | 339 | kernel/kernel/jsp_kernel.h kernel/kernel/syslog.c \ |
363 | - kernel/kernel/time_event.h kernel/kernel/jsp_rename.h \ | |
340 | + kernel/kernel/time_event.h \ | |
341 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
342 | + kernel/kernel/jsp_rename.h \ | |
364 | 343 | kernel/config/blackfin/cpu_rename.h \ |
365 | 344 | kernel/include/t_stddef.h \ |
366 | 345 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
367 | 346 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
347 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
348 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
368 | 349 | kernel/kernel/syslog.h \ |
369 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
370 | - kernel/config/blackfin/cpu_config.h \ | |
371 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
372 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
373 | - kernel/include/itron.h \ | |
350 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
351 | + kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
374 | 352 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
375 | 353 | act_tsk.o iact_tsk.o can_act.o ext_tsk.o ter_tsk.o chg_pri.o get_pri.o: \ |
376 | 354 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
377 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
378 | - kernel/kernel/task.h \ | |
379 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
380 | - kernel/include/t_config.h \ | |
355 | + kernel/kernel/task.h kernel/include/t_config.h \ | |
381 | 356 | kernel/config/blackfin/tool_config.h \ |
357 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
382 | 358 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
383 | - kernel/kernel/time_event.h kernel/kernel/jsp_rename.h \ | |
384 | - kernel/kernel/wait.h kernel/config/blackfin/cpu_rename.h \ | |
359 | + kernel/kernel/time_event.h \ | |
360 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
361 | + kernel/kernel/jsp_rename.h kernel/kernel/wait.h \ | |
362 | + kernel/config/blackfin/cpu_rename.h \ | |
385 | 363 | kernel/include/t_stddef.h \ |
386 | 364 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
387 | 365 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
366 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
367 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
388 | 368 | kernel/kernel/task_manage.c \ |
389 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
390 | - kernel/config/blackfin/cpu_config.h \ | |
391 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
392 | - kernel/kernel/check.h \ | |
393 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
369 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
370 | + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ | |
394 | 371 | kernel/include/itron.h \ |
395 | 372 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
396 | 373 | slp_tsk.o tslp_tsk.o wup_tsk.o iwup_tsk.o can_wup.o rel_wai.o irel_wai.o sus_tsk.o rsm_tsk.o frsm_tsk.o dly_tsk.o: \ |
397 | 374 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
398 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
399 | - kernel/kernel/task.h \ | |
400 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
401 | - kernel/include/t_config.h \ | |
375 | + kernel/kernel/task.h kernel/include/t_config.h \ | |
402 | 376 | kernel/config/blackfin/tool_config.h \ |
377 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
403 | 378 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
404 | - kernel/kernel/time_event.h kernel/kernel/jsp_rename.h \ | |
405 | - kernel/kernel/wait.h kernel/config/blackfin/cpu_rename.h \ | |
379 | + kernel/kernel/time_event.h \ | |
380 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
381 | + kernel/kernel/jsp_rename.h kernel/kernel/wait.h \ | |
382 | + kernel/config/blackfin/cpu_rename.h \ | |
406 | 383 | kernel/include/t_stddef.h kernel/kernel/task_sync.c \ |
407 | 384 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
408 | 385 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
409 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
410 | - kernel/config/blackfin/cpu_config.h \ | |
411 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
412 | - kernel/kernel/check.h \ | |
413 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
386 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
387 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
388 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
389 | + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ | |
414 | 390 | kernel/include/itron.h \ |
415 | 391 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
416 | 392 | ras_tex.o iras_tex.o dis_tex.o ena_tex.o sns_tex.o: \ |
417 | 393 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
418 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
419 | - kernel/kernel/task.h \ | |
420 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
421 | - kernel/include/t_config.h kernel/kernel/task_except.c \ | |
394 | + kernel/kernel/task.h kernel/include/t_config.h \ | |
395 | + kernel/kernel/task_except.c \ | |
422 | 396 | kernel/config/blackfin/tool_config.h \ |
397 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
423 | 398 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
424 | - kernel/kernel/time_event.h kernel/kernel/jsp_rename.h \ | |
399 | + kernel/kernel/time_event.h \ | |
400 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
401 | + kernel/kernel/jsp_rename.h \ | |
425 | 402 | kernel/config/blackfin/cpu_rename.h \ |
426 | 403 | kernel/include/t_stddef.h \ |
427 | 404 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
428 | 405 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
429 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
430 | - kernel/config/blackfin/cpu_config.h \ | |
431 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
432 | - kernel/kernel/check.h \ | |
433 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
406 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
407 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
408 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
409 | + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ | |
434 | 410 | kernel/include/itron.h \ |
435 | 411 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
436 | 412 | semini.o sig_sem.o isig_sem.o wai_sem.o pol_sem.o twai_sem.o: \ |
437 | 413 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
438 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
439 | - kernel/kernel/task.h \ | |
440 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
441 | - kernel/include/t_config.h \ | |
414 | + kernel/kernel/task.h kernel/include/t_config.h \ | |
442 | 415 | kernel/config/blackfin/tool_config.h \ |
416 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
443 | 417 | kernel/kernel/semaphore.c kernel/kernel/jsp_kernel.h \ |
444 | 418 | kernel/kernel/queue.h kernel/kernel/time_event.h \ |
419 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
445 | 420 | kernel/kernel/jsp_rename.h kernel/kernel/wait.h \ |
446 | 421 | kernel/config/blackfin/cpu_rename.h \ |
447 | 422 | kernel/include/t_stddef.h \ |
448 | 423 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
449 | 424 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
450 | 425 | kernel/kernel/semaphore.h \ |
451 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
452 | - kernel/config/blackfin/cpu_config.h \ | |
453 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
454 | - kernel/kernel/check.h \ | |
455 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
426 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
427 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
428 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
429 | + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ | |
456 | 430 | kernel/include/itron.h \ |
457 | 431 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
458 | 432 | flgini.o flgcnd.o set_flg.o iset_flg.o clr_flg.o wai_flg.o pol_flg.o twai_flg.o: \ |
459 | 433 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
460 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
461 | - kernel/kernel/task.h \ | |
462 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
463 | - kernel/include/t_config.h \ | |
434 | + kernel/kernel/task.h kernel/include/t_config.h \ | |
464 | 435 | kernel/config/blackfin/tool_config.h \ |
436 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
465 | 437 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
466 | - kernel/kernel/time_event.h kernel/kernel/eventflag.c \ | |
467 | - kernel/kernel/jsp_rename.h kernel/kernel/wait.h \ | |
468 | - kernel/config/blackfin/cpu_rename.h \ | |
438 | + kernel/kernel/time_event.h \ | |
439 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
440 | + kernel/kernel/eventflag.c kernel/kernel/jsp_rename.h \ | |
441 | + kernel/kernel/wait.h kernel/config/blackfin/cpu_rename.h \ | |
469 | 442 | kernel/include/t_stddef.h \ |
470 | 443 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
471 | 444 | kernel/kernel/eventflag.h kernel/config/blackfin/tool_defs.h \ |
472 | 445 | kernel/include/t_syslog.h \ |
473 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
474 | - kernel/config/blackfin/cpu_config.h \ | |
475 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
476 | - kernel/kernel/check.h \ | |
477 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
446 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
447 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
448 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
449 | + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ | |
478 | 450 | kernel/include/itron.h \ |
479 | 451 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
480 | 452 | dtqini.o dtqenq.o dtqfenq.o dtqdeq.o dtqsnd.o dtqrcv.o snd_dtq.o psnd_dtq.o ipsnd_dtq.o tsnd_dtq.o fsnd_dtq.o ifsnd_dtq.o rcv_dtq.o prcv_dtq.o trcv_dtq.o: \ |
481 | 453 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
482 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
483 | 454 | kernel/kernel/dataqueue.c kernel/kernel/task.h \ |
484 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
485 | 455 | kernel/include/t_config.h \ |
486 | 456 | kernel/config/blackfin/tool_config.h \ |
457 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
487 | 458 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
488 | - kernel/kernel/time_event.h kernel/kernel/jsp_rename.h \ | |
489 | - kernel/kernel/wait.h kernel/config/blackfin/cpu_rename.h \ | |
459 | + kernel/kernel/time_event.h \ | |
460 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
461 | + kernel/kernel/jsp_rename.h kernel/kernel/wait.h \ | |
462 | + kernel/config/blackfin/cpu_rename.h \ | |
490 | 463 | kernel/include/t_stddef.h \ |
491 | 464 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
492 | 465 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
466 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
493 | 467 | kernel/kernel/dataqueue.h \ |
494 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
495 | - kernel/config/blackfin/cpu_config.h \ | |
496 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
497 | - kernel/kernel/check.h \ | |
498 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
468 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
469 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
470 | + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ | |
499 | 471 | kernel/include/itron.h \ |
500 | 472 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
501 | 473 | mbxini.o snd_mbx.o rcv_mbx.o prcv_mbx.o trcv_mbx.o: \ |
502 | 474 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
503 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
504 | - kernel/kernel/task.h \ | |
505 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
506 | - kernel/include/t_config.h kernel/kernel/mailbox.c \ | |
507 | - kernel/config/blackfin/tool_config.h \ | |
475 | + kernel/kernel/task.h kernel/include/t_config.h \ | |
476 | + kernel/kernel/mailbox.c kernel/config/blackfin/tool_config.h \ | |
477 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
508 | 478 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
509 | - kernel/kernel/time_event.h kernel/kernel/jsp_rename.h \ | |
510 | - kernel/kernel/wait.h kernel/config/blackfin/cpu_rename.h \ | |
479 | + kernel/kernel/time_event.h \ | |
480 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
481 | + kernel/kernel/jsp_rename.h kernel/kernel/wait.h \ | |
482 | + kernel/config/blackfin/cpu_rename.h \ | |
511 | 483 | kernel/include/t_stddef.h kernel/kernel/mailbox.h \ |
512 | 484 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
513 | 485 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
514 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
515 | - kernel/config/blackfin/cpu_config.h \ | |
516 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
517 | - kernel/kernel/check.h \ | |
518 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
486 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
487 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
488 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
489 | + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ | |
519 | 490 | kernel/include/itron.h \ |
520 | 491 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
521 | 492 | mpfini.o mpfget.o get_mpf.o pget_mpf.o tget_mpf.o rel_mpf.o: \ |
522 | 493 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
523 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
524 | - kernel/kernel/task.h \ | |
525 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
526 | - kernel/include/t_config.h kernel/kernel/mempfix.c \ | |
527 | - kernel/config/blackfin/tool_config.h \ | |
494 | + kernel/kernel/task.h kernel/include/t_config.h \ | |
495 | + kernel/kernel/mempfix.c kernel/config/blackfin/tool_config.h \ | |
496 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
528 | 497 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
529 | - kernel/kernel/time_event.h kernel/kernel/jsp_rename.h \ | |
530 | - kernel/kernel/wait.h kernel/config/blackfin/cpu_rename.h \ | |
498 | + kernel/kernel/time_event.h \ | |
499 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
500 | + kernel/kernel/jsp_rename.h kernel/kernel/wait.h \ | |
501 | + kernel/config/blackfin/cpu_rename.h \ | |
531 | 502 | kernel/include/t_stddef.h \ |
532 | 503 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
533 | 504 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
534 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
535 | - kernel/config/blackfin/cpu_config.h \ | |
536 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
537 | - kernel/kernel/check.h \ | |
538 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
505 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
506 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
507 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
508 | + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ | |
539 | 509 | kernel/include/itron.h \ |
540 | 510 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
541 | 511 | kernel/kernel/mempfix.h |
542 | 512 | set_tim.o get_tim.o vxget_tim.o: kernel/include/kernel.h \ |
543 | - kernel/config/blackfin/cpu_defs.h \ | |
544 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
545 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
546 | - kernel/include/t_config.h kernel/kernel/time_manage.c \ | |
513 | + kernel/config/blackfin/cpu_defs.h kernel/include/t_config.h \ | |
514 | + kernel/kernel/time_manage.c \ | |
547 | 515 | kernel/config/blackfin/tool_config.h \ |
516 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
548 | 517 | kernel/kernel/jsp_kernel.h kernel/kernel/time_event.h \ |
518 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
549 | 519 | kernel/kernel/jsp_rename.h \ |
550 | 520 | kernel/config/blackfin/cpu_rename.h \ |
551 | 521 | kernel/include/t_stddef.h \ |
552 | 522 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
553 | 523 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
554 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
555 | - kernel/config/blackfin/cpu_config.h \ | |
556 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
557 | - kernel/kernel/check.h \ | |
558 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
524 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
525 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
526 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
527 | + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ | |
559 | 528 | kernel/include/itron.h \ |
560 | 529 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
561 | 530 | cycini.o cycenq.o sta_cyc.o stp_cyc.o cyccal.o: \ |
562 | 531 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
563 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
564 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
565 | 532 | kernel/include/t_config.h \ |
566 | 533 | kernel/config/blackfin/tool_config.h \ |
534 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
567 | 535 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
568 | - kernel/kernel/time_event.h kernel/kernel/cyclic.h \ | |
569 | - kernel/kernel/jsp_rename.h \ | |
536 | + kernel/kernel/time_event.h \ | |
537 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
538 | + kernel/kernel/cyclic.h kernel/kernel/jsp_rename.h \ | |
570 | 539 | kernel/config/blackfin/cpu_rename.h \ |
571 | 540 | kernel/include/t_stddef.h kernel/kernel/cyclic.c \ |
572 | 541 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
573 | 542 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
574 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
575 | - kernel/config/blackfin/cpu_config.h \ | |
576 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
577 | - kernel/kernel/check.h \ | |
578 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
543 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
544 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
545 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
546 | + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ | |
579 | 547 | kernel/include/itron.h \ |
580 | 548 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
581 | 549 | rot_rdq.o irot_rdq.o get_tid.o iget_tid.o loc_cpu.o iloc_cpu.o unl_cpu.o iunl_cpu.o dis_dsp.o ena_dsp.o sns_ctx.o sns_loc.o sns_dsp.o sns_dpn.o vsns_ini.o: \ |
582 | 550 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
583 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
584 | 551 | kernel/kernel/sys_manage.c kernel/kernel/task.h \ |
585 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
586 | 552 | kernel/include/t_config.h \ |
587 | 553 | kernel/config/blackfin/tool_config.h \ |
554 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
588 | 555 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
589 | - kernel/kernel/time_event.h kernel/kernel/jsp_rename.h \ | |
556 | + kernel/kernel/time_event.h \ | |
557 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
558 | + kernel/kernel/jsp_rename.h \ | |
590 | 559 | kernel/config/blackfin/cpu_rename.h \ |
591 | 560 | kernel/include/t_stddef.h \ |
592 | 561 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
593 | 562 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
594 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
595 | - kernel/config/blackfin/cpu_config.h \ | |
596 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
597 | - kernel/kernel/check.h \ | |
598 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
563 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
564 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
565 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
566 | + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ | |
599 | 567 | kernel/include/itron.h \ |
600 | 568 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
601 | 569 | inhini.o: kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
602 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
603 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
604 | 570 | kernel/include/t_config.h \ |
605 | 571 | kernel/config/blackfin/tool_config.h \ |
606 | - kernel/kernel/jsp_kernel.h kernel/kernel/jsp_rename.h \ | |
572 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
573 | + kernel/kernel/jsp_kernel.h \ | |
574 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
575 | + kernel/kernel/jsp_rename.h \ | |
607 | 576 | kernel/config/blackfin/cpu_rename.h \ |
608 | 577 | kernel/include/t_stddef.h kernel/kernel/interrupt.c \ |
609 | 578 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
610 | 579 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
611 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
580 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
581 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
582 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
612 | 583 | kernel/kernel/interrupt.h \ |
613 | - kernel/config/blackfin/cpu_config.h \ | |
614 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
615 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
616 | - kernel/include/itron.h \ | |
584 | + kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
617 | 585 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
618 | 586 | excini.o vxsns_ctx.o vxsns_loc.o vxsns_dsp.o vxsns_dpn.o vxsns_tex.o: \ |
619 | 587 | kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
620 | - kernel/kernel/exception.h \ | |
621 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
622 | - kernel/kernel/exception.c kernel/kernel/task.h \ | |
623 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
624 | - kernel/include/t_config.h \ | |
588 | + kernel/kernel/exception.h kernel/kernel/exception.c \ | |
589 | + kernel/kernel/task.h kernel/include/t_config.h \ | |
625 | 590 | kernel/config/blackfin/tool_config.h \ |
591 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
626 | 592 | kernel/kernel/jsp_kernel.h kernel/kernel/queue.h \ |
627 | - kernel/kernel/time_event.h kernel/kernel/jsp_rename.h \ | |
593 | + kernel/kernel/time_event.h \ | |
594 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
595 | + kernel/kernel/jsp_rename.h \ | |
628 | 596 | kernel/config/blackfin/cpu_rename.h \ |
629 | 597 | kernel/include/t_stddef.h \ |
630 | 598 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
631 | 599 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
632 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
633 | - kernel/config/blackfin/cpu_config.h \ | |
634 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
635 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
636 | - kernel/include/itron.h \ | |
600 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
601 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
602 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
603 | + kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
637 | 604 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h |
638 | 605 | start.o: kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
639 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
640 | - kernel/config/blackfin/start.S \ | |
641 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
642 | - kernel/include/t_config.h \ | |
606 | + kernel/config/blackfin/start.S kernel/include/t_config.h \ | |
643 | 607 | kernel/config/blackfin/tool_config.h \ |
608 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
644 | 609 | kernel/kernel/jsp_kernel.h \ |
610 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
645 | 611 | kernel/config/blackfin/saverestore.h \ |
646 | 612 | kernel/kernel/jsp_rename.h \ |
647 | 613 | kernel/config/blackfin/cpu_rename.h \ |
648 | 614 | kernel/include/t_stddef.h kernel/config/blackfin/tool_defs.h \ |
649 | 615 | kernel/include/t_syslog.h \ |
650 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
651 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
652 | - kernel/config/blackfin/cpu_config.h kernel/include/itron.h \ | |
653 | - kernel/config/blackfin/_common_bf592/chip_config.h | |
616 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
617 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
618 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
619 | + kernel/config/blackfin/cpu_config.h kernel/include/itron.h | |
654 | 620 | cpu_crtbegin.o: kernel/config/blackfin/cpu_crtbegin.c |
655 | 621 | i2c-test.o: kernel/include/kernel.h kernel/include/t_services.h \ |
656 | 622 | kernel/config/blackfin/cpu_defs.h i2c-test.h \ |
657 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
658 | 623 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
659 | 624 | kernel/include/t_syslog.h kernel/config/blackfin/tool_defs.h \ |
660 | - i2c-test.c kernel/include/serial.h \ | |
661 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
662 | - kernel/config/blackfin/acb_bf592/i2c_subsystem.h kernel_id.h \ | |
663 | - kernel/include/itron.h \ | |
625 | + kernel/config/blackfin/_common_bf548/chip_defs.h i2c-test.c \ | |
626 | + kernel/include/serial.h \ | |
627 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
628 | + i2c_subsystem.h kernel_id.h kernel/include/itron.h \ | |
664 | 629 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
665 | 630 | kernel/include/t_stddef.h |
666 | -timer.o: \ | |
667 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF59x_base.h \ | |
668 | - kernel/include/kernel.h kernel/include/timer.h \ | |
631 | +timer.o: kernel/include/kernel.h kernel/include/timer.h \ | |
669 | 632 | kernel/config/blackfin/cpu_defs.h \ |
670 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/stdint.h \ | |
671 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
672 | 633 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdef_LPBlackfin.h \ |
673 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
634 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF548.h \ | |
674 | 635 | kernel/include/t_config.h \ |
675 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF592-A.h \ | |
676 | - kernel/config/blackfin/tool_config.h kernel/include/serial.h \ | |
677 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF59x_base.h \ | |
678 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF592-A.h \ | |
636 | + kernel/config/blackfin/tool_config.h \ | |
637 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
638 | + kernel/include/serial.h \ | |
639 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
640 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF54x_base.h \ | |
679 | 641 | kernel/config/blackfin/cpu_rename.h \ |
680 | 642 | kernel/include/t_stddef.h \ |
643 | + kernel/config/blackfin/_common_bf548/hw_timer.h \ | |
681 | 644 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/def_LPBlackfin.h \ |
682 | 645 | kernel/include/t_services.h kernel/include/sil.h \ |
683 | 646 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
684 | 647 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
685 | - kernel/config/blackfin/_common_bf592/hw_timer.h \ | |
648 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
649 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF54x_base.h \ | |
650 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
686 | 651 | kernel/systask/timer.c \ |
687 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
652 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
688 | 653 | kernel/config/blackfin/cpu_config.h \ |
689 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
690 | 654 | kernel/include/s_services.h \ |
691 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
692 | 655 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
693 | - kernel/include/itron.h | |
656 | + kernel/include/itron.h \ | |
657 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF548.h | |
694 | 658 | serial.o: kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ |
695 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
659 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdef_LPBlackfin.h \ | |
696 | 660 | kernel/pdic/simple_sio/uart.h \ |
697 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
661 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF548.h \ | |
698 | 662 | kernel/include/t_config.h \ |
699 | - kernel/config/blackfin/tool_config.h kernel/include/serial.h \ | |
700 | - ./kernel_id.h kernel/systask/serial.c \ | |
663 | + kernel/config/blackfin/_common_bf548/hw_serial.h \ | |
664 | + kernel/config/blackfin/tool_config.h \ | |
665 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
666 | + kernel/include/serial.h ./kernel_id.h \ | |
667 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
668 | + kernel/systask/serial.c \ | |
669 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF54x_base.h \ | |
701 | 670 | kernel/config/blackfin/cpu_rename.h \ |
702 | - kernel/include/t_stddef.h kernel/include/t_services.h \ | |
703 | - kernel/include/sil.h \ | |
671 | + kernel/include/t_stddef.h \ | |
672 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/def_LPBlackfin.h \ | |
673 | + kernel/include/t_services.h kernel/include/sil.h \ | |
704 | 674 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
705 | 675 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
706 | - kernel/config/blackfin/_common_bf592/hw_serial.h \ | |
707 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
676 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
677 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF54x_base.h \ | |
678 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
679 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
708 | 680 | kernel/config/blackfin/cpu_config.h \ |
709 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
710 | 681 | kernel/include/s_services.h \ |
711 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
712 | 682 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
713 | - kernel/include/itron.h | |
683 | + kernel/include/itron.h \ | |
684 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF548.h | |
714 | 685 | logtask.o: kernel/include/kernel.h kernel/systask/logtask.c \ |
715 | - kernel/config/blackfin/cpu_defs.h \ | |
716 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
717 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
718 | - kernel/include/t_config.h \ | |
719 | - kernel/config/blackfin/tool_config.h kernel/include/serial.h \ | |
686 | + kernel/config/blackfin/cpu_defs.h kernel/include/t_config.h \ | |
687 | + kernel/config/blackfin/tool_config.h \ | |
688 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
689 | + kernel/include/serial.h \ | |
690 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
720 | 691 | kernel/config/blackfin/cpu_rename.h \ |
721 | 692 | kernel/include/t_stddef.h kernel/include/t_services.h \ |
722 | 693 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
723 | 694 | kernel/config/blackfin/tool_defs.h kernel/include/t_syslog.h \ |
695 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
696 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
724 | 697 | kernel/include/logtask.h \ |
725 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
698 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
726 | 699 | kernel/config/blackfin/cpu_config.h \ |
727 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
728 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
729 | 700 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
730 | 701 | kernel/include/itron.h |
731 | 702 | log_output.o: kernel/include/kernel.h kernel/include/t_services.h \ |
732 | 703 | kernel/config/blackfin/cpu_defs.h \ |
733 | 704 | kernel/library/log_output.c \ |
734 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
735 | 705 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
736 | 706 | kernel/include/t_syslog.h kernel/config/blackfin/tool_defs.h \ |
707 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
737 | 708 | kernel/include/serial.h \ |
738 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
709 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
739 | 710 | kernel/include/itron.h \ |
740 | 711 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
741 | 712 | kernel/include/t_stddef.h |
742 | 713 | vasyslog.o: kernel/include/kernel.h kernel/include/t_services.h \ |
743 | 714 | kernel/config/blackfin/cpu_defs.h \ |
744 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
745 | 715 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
746 | 716 | kernel/include/t_syslog.h kernel/config/blackfin/tool_defs.h \ |
747 | 717 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stdarg.h \ |
748 | - kernel/library/vasyslog.c kernel/include/serial.h \ | |
749 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
718 | + kernel/library/vasyslog.c \ | |
719 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
720 | + kernel/include/serial.h \ | |
721 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
750 | 722 | kernel/include/itron.h \ |
751 | 723 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
752 | 724 | kernel/include/t_stddef.h |
753 | 725 | t_perror.o: kernel/include/kernel.h kernel/include/t_services.h \ |
754 | 726 | kernel/config/blackfin/cpu_defs.h \ |
755 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
756 | 727 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
757 | 728 | kernel/include/t_syslog.h kernel/config/blackfin/tool_defs.h \ |
729 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
758 | 730 | kernel/include/serial.h kernel/library/t_perror.c \ |
759 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
731 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
760 | 732 | kernel/include/itron.h \ |
761 | 733 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
762 | 734 | kernel/include/t_stddef.h |
763 | 735 | strerror.o: kernel/include/kernel.h kernel/include/t_services.h \ |
764 | 736 | kernel/config/blackfin/cpu_defs.h \ |
765 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
766 | 737 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
767 | 738 | kernel/include/t_syslog.h kernel/config/blackfin/tool_defs.h \ |
768 | - kernel/library/strerror.c kernel/include/serial.h \ | |
769 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
739 | + kernel/library/strerror.c \ | |
740 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
741 | + kernel/include/serial.h \ | |
742 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
770 | 743 | kernel/include/itron.h \ |
771 | 744 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
772 | 745 | kernel/include/t_stddef.h |
773 | -kernel_cfg.o: \ | |
774 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF59x_base.h \ | |
775 | - kernel/config/blackfin/cpu_defs.h i2c-test.h \ | |
746 | +kernel_cfg.o: kernel/config/blackfin/cpu_defs.h i2c-test.h \ | |
776 | 747 | kernel/pdic/simple_sio/uart.h \ |
777 | - kernel/include/../kernel/mempfix.h kernel/include/serial.h \ | |
778 | - kernel/config/blackfin/tool_config.h kernel_cfg.c \ | |
779 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF59x_base.h \ | |
748 | + kernel/include/../kernel/mempfix.h \ | |
749 | + kernel/config/blackfin/_common_bf548/hw_serial.h \ | |
750 | + kernel/include/serial.h kernel/config/blackfin/tool_config.h \ | |
751 | + kernel/config/blackfin/_common_bf548/chip_config.h \ | |
752 | + kernel_cfg.c \ | |
753 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF54x_base.h \ | |
780 | 754 | kernel/include/../kernel/cyclic.h kernel/include/t_stddef.h \ |
781 | 755 | kernel/include/../kernel/semaphore.h \ |
782 | 756 | kernel/config/blackfin/tool_defs.h \ |
783 | 757 | kernel/include/../kernel/exception.h \ |
784 | 758 | kernel/include/../kernel/dataqueue.h \ |
785 | - kernel/config/blackfin/_common_bf592/hw_serial.h \ | |
759 | + kernel/config/blackfin/_common_bf548/chip_defs.h \ | |
760 | + kernel/config/blackfin/_common_bf548/sys_unrename.h \ | |
786 | 761 | kernel/include/../kernel/time_event.h \ |
787 | - kernel/config/blackfin/_common_bf592/sys_unrename.h \ | |
762 | + kernel/config/blackfin/ezkit_bf548/sys_config.h \ | |
788 | 763 | kernel/include/../kernel/jsp_unrename.h \ |
789 | - kernel/include/kernel_cfg.h kernel/include/s_services.h \ | |
790 | - kernel/config/blackfin/acb_bf592/sys_config.h \ | |
791 | - kernel/config/blackfin/_common_bf592/chip_config.h \ | |
792 | - kernel/include/../kernel/task.h kernel/include/kernel.h \ | |
793 | - kernel/include/timer.h \ | |
794 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/stdint.h \ | |
795 | - kernel/config/blackfin/_common_bf592/chip_defs.h \ | |
764 | + kernel/include/kernel_cfg.h \ | |
765 | + kernel/config/blackfin/ezkit_bf548/sys_defs.h \ | |
766 | + kernel/include/s_services.h kernel/include/../kernel/task.h \ | |
767 | + kernel/include/kernel.h kernel/include/timer.h \ | |
796 | 768 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdef_LPBlackfin.h \ |
769 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF548.h \ | |
797 | 770 | kernel/include/t_config.h \ |
798 | - kernel/config/blackfin/_common_bf592/sys_rename.h \ | |
799 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF592-A.h \ | |
800 | - kernel/include/../kernel/eventflag.h \ | |
801 | - kernel/config/blackfin/acb_bf592/i2c_subsystem.h \ | |
802 | - /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF592-A.h \ | |
771 | + kernel/config/blackfin/_common_bf548/sys_rename.h \ | |
772 | + kernel/include/../kernel/eventflag.h i2c_subsystem.h \ | |
803 | 773 | kernel/config/blackfin/cpu_rename.h \ |
774 | + kernel/config/blackfin/_common_bf548/hw_timer.h \ | |
804 | 775 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/def_LPBlackfin.h \ |
805 | 776 | kernel/include/sil.h kernel/include/t_services.h \ |
806 | 777 | kernel/config/blackfin/cpu_unrename.h \ |
807 | 778 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ |
808 | 779 | kernel/include/t_syslog.h \ |
809 | - kernel/config/blackfin/_common_bf592/hw_timer.h \ | |
810 | 780 | kernel/include/../kernel/jsp_rename.h \ |
811 | 781 | kernel/include/../kernel/mailbox.h \ |
812 | 782 | kernel/include/../kernel/interrupt.h \ |
783 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF54x_base.h \ | |
813 | 784 | kernel/include/../kernel/jsp_kernel.h \ |
814 | - kernel/include/logtask.h \ | |
815 | - kernel/config/blackfin/acb_bf592/sys_defs.h \ | |
816 | - kernel/config/blackfin/cpu_config.h kernel_id.h \ | |
785 | + kernel/include/logtask.h kernel/config/blackfin/cpu_config.h \ | |
786 | + kernel_id.h \ | |
817 | 787 | /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ |
818 | - kernel/include/itron.h kernel/include/../kernel/queue.h | |
788 | + kernel/include/itron.h kernel/include/../kernel/queue.h \ | |
789 | + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF548.h | |
819 | 790 | cpu_crtend.o: kernel/config/blackfin/cpu_crtend.c |
@@ -1 +1 @@ | ||
1 | -kernel/configure -C blackfin -S acb_bf592 -A i2c-test | |
1 | +kernel/configure -C blackfin -S ezkit_bf548 -A i2c-test |
@@ -1,6 +1,10 @@ | ||
1 | 1 | |
2 | 2 | INCLUDE("\"i2c_subsystem.h\""); |
3 | 3 | |
4 | +#ifndef INHNO_TWI | |
5 | +#define INHNO_TWI INHNO_TWI0 | |
6 | +#endif | |
7 | + | |
4 | 8 | ATT_INI({ |
5 | 9 | TA_NULL, /* 高級言語でインターフェースする */ |
6 | 10 | 0, /* イニシャライザに渡すパラメタ。0はTWI0 */ |
@@ -17,6 +17,9 @@ | ||
17 | 17 | #include <cdefBF518.h> |
18 | 18 | #elif defined(_COMMON_BF537) |
19 | 19 | #include <cdefBF537.h> |
20 | +#elif defined(_COMMON_BF548) | |
21 | +#include <cdefBF548.h> | |
22 | +#define MULTI_TWI | |
20 | 23 | #else |
21 | 24 | #error "This processor is not supported" |
22 | 25 | #endif |
@@ -303,6 +306,7 @@ void i2c0_master_handler(void) | ||
303 | 306 | * \param exinf ペリフェラル番号。TWI0ならば、0を渡す。 |
304 | 307 | * \details |
305 | 308 | * I2C用のコントロールブロックのI2C相当部分を初期化する。 |
309 | + * 現段階ではTWI0にしか対応していない。 | |
306 | 310 | */ |
307 | 311 | void i2c_master_initialize(VP_INT exinf) |
308 | 312 | { |
@@ -315,6 +319,8 @@ void i2c_master_initialize(VP_INT exinf) | ||
315 | 319 | twi->blocking = SEM_I2C0_BLOCK; // ペリフェラルブロック用セマフォ |
316 | 320 | twi->signal = SEM_I2C0_SIGNAL; // 割り込み・タスク通信用セマフォ |
317 | 321 | // レジスタアドレスを設定 |
322 | + | |
323 | +#ifndef MULTI_TWI | |
318 | 324 | twi->clkdiv = pTWI_CLKDIV ; |
319 | 325 | twi->control = pTWI_CONTROL ; |
320 | 326 | twi->master_ctl = pTWI_MASTER_CTL ; |
@@ -327,7 +333,20 @@ void i2c_master_initialize(VP_INT exinf) | ||
327 | 333 | twi->xmt_data8 = pTWI_XMT_DATA8 ; |
328 | 334 | twi->rcv_data8 = pTWI_RCV_DATA8 ; |
329 | 335 | twi->slave_ctl = pTWI_SLAVE_CTL ; |
330 | - | |
336 | +#else | |
337 | + twi->clkdiv = pTWI0_CLKDIV ; | |
338 | + twi->control = pTWI0_CONTROL ; | |
339 | + twi->master_ctl = pTWI0_MASTER_CTL ; | |
340 | + twi->master_stat = pTWI0_MASTER_STAT ; | |
341 | + twi->master_addr = pTWI0_MASTER_ADDR ; | |
342 | + twi->int_stat = pTWI0_INT_STAT ; | |
343 | + twi->int_mask = pTWI0_INT_MASK ; | |
344 | + twi->fifo_ctl = pTWI0_FIFO_CTL ; | |
345 | + twi->fifo_stat = pTWI0_FIFO_STAT ; | |
346 | + twi->xmt_data8 = pTWI0_XMT_DATA8 ; | |
347 | + twi->rcv_data8 = pTWI0_RCV_DATA8 ; | |
348 | + twi->slave_ctl = pTWI0_SLAVE_CTL ; | |
349 | +#endif | |
331 | 350 | |
332 | 351 | *twi->control = 0; // TWI をディセーブル |
333 | 352 | *twi->master_ctl = 0; // マスター機能をディセーブル |
@@ -340,7 +359,11 @@ void i2c_master_initialize(VP_INT exinf) | ||
340 | 359 | *twi->int_mask = MCOMP | MERR | XMTSERV | RCVSERV; |
341 | 360 | |
342 | 361 | // システム割り込みをイネーブルにする。 |
362 | +#ifndef MULTI_TWI | |
343 | 363 | ena_int(INTNO_TWI); |
364 | +#else | |
365 | + ena_int(INTNO_TWI0); | |
366 | +#endif | |
344 | 367 | } |
345 | 368 | |
346 | 369 |
@@ -16,7 +16,7 @@ LDFLAGS := $(LDFLAGS) | ||
16 | 16 | KERNEL_DIR := $(KERNEL_DIR):$(SRCDIR)/config/$(CPU)/$(SYS):$(SRCDIR)/config/$(CPU)/_common_bf548 \ |
17 | 17 | :$(SRCDIR)/pdic/simple_sio |
18 | 18 | KERNEL_ASMOBJS := $(KERNEL_ASMOBJS) |
19 | -KERNEL_COBJS := $(KERNEL_COBJS) chip_config.o uart.o chip_debugboot.o chip_dump.o | |
19 | +KERNEL_COBJS := $(KERNEL_COBJS) chip_config.o uart.o chip_debugboot.o chip_dump.o i2c_subsystem.o | |
20 | 20 | |
21 | 21 | # |
22 | 22 | # リンカスクリプトの定義 |
@@ -1,4 +1,4 @@ | ||
1 | -/* Configured with [-s tmpfile1 -c -obj -cpu blackfin -system acb_bf592 ] */ | |
1 | +/* Configured with [-s tmpfile1 -c -obj -cpu blackfin -system ezkit_bf548 ] */ | |
2 | 2 | |
3 | 3 | #include "kernel_cfg.h" |
4 | 4 | #include "kernel_id.h" |
@@ -41,7 +41,7 @@ static __STK_UNIT __stack_LOGTASK[__TCOUNT_STK_UNIT(LOGTASK_STACK_SIZE)]; | ||
41 | 41 | |
42 | 42 | const TINIB _kernel_tinib_table[TNUM_TSKID] = { |
43 | 43 | {0x00u | 0x02u, (VP_INT)(0), (FP)(main_task), INT_PRIORITY(5), __TROUND_STK_UNIT(1024), __stack_MAIN_TASK, TA_NULL, (FP)(NULL)}, |
44 | - {0x00u | 0x02u, (VP_INT)(( VP_INT ) 1), (FP)(logtask), INT_PRIORITY(LOGTASK_PRIORITY), __TROUND_STK_UNIT(LOGTASK_STACK_SIZE), __stack_LOGTASK, TA_NULL, (FP)(NULL)} | |
44 | + {0x00u | 0x02u, (VP_INT)(( VP_INT ) 2), (FP)(logtask), INT_PRIORITY(LOGTASK_PRIORITY), __TROUND_STK_UNIT(LOGTASK_STACK_SIZE), __stack_LOGTASK, TA_NULL, (FP)(NULL)} | |
45 | 45 | }; |
46 | 46 | |
47 | 47 | const ID _kernel_torder_table[TNUM_TSKID] = {1,2}; |
@@ -51,13 +51,15 @@ TCB _kernel_tcb_table[TNUM_TSKID]; | ||
51 | 51 | |
52 | 52 | /* Object initializer [semaphore] */ |
53 | 53 | |
54 | -#define TNUM_SEMID 4 | |
54 | +#define TNUM_SEMID 6 | |
55 | 55 | |
56 | 56 | const ID _kernel_tmax_semid = (TMIN_SEMID + TNUM_SEMID - 1); |
57 | 57 | |
58 | 58 | const SEMINIB _kernel_seminib_table[TNUM_SEMID] = { |
59 | 59 | {1, 0, 1}, |
60 | 60 | {1, 1, 1}, |
61 | + {1, 0, 1}, | |
62 | + {1, 1, 1}, | |
61 | 63 | {1, 1, 1}, |
62 | 64 | {1, 0, 1} |
63 | 65 | }; |
@@ -121,16 +123,16 @@ __EMPTY_LABEL(CYCCB, _kernel_cyccb_table); | ||
121 | 123 | |
122 | 124 | const UINT _kernel_tnum_inhno = TNUM_INHNO; |
123 | 125 | |
124 | -CFG_INTHDR_ENTRY(sio0_rx_handler); | |
125 | -CFG_INTHDR_ENTRY(sio0_tx_handler); | |
126 | -CFG_INTHDR_ENTRY(timer_handler); | |
126 | +CFG_INTHDR_ENTRY(sio1_rx_handler); | |
127 | +CFG_INTHDR_ENTRY(sio1_tx_handler); | |
127 | 128 | CFG_INTHDR_ENTRY(i2c0_master_handler); |
129 | +CFG_INTHDR_ENTRY(timer_handler); | |
128 | 130 | |
129 | 131 | const INHINIB _kernel_inhinib_table[TNUM_INHNO] = { |
130 | - {15,0,(FP)CFG_INT_ENTRY(sio0_rx_handler)}, | |
131 | - {16,0,(FP)CFG_INT_ENTRY(sio0_tx_handler)}, | |
132 | - {21,0,(FP)CFG_INT_ENTRY(timer_handler)}, | |
133 | - {24,0,(FP)CFG_INT_ENTRY(i2c0_master_handler)} | |
132 | + {41,0,(FP)CFG_INT_ENTRY(sio1_rx_handler)}, | |
133 | + {42,0,(FP)CFG_INT_ENTRY(sio1_tx_handler)}, | |
134 | + {45,0,(FP)CFG_INT_ENTRY(i2c0_master_handler)}, | |
135 | + {93,0,(FP)CFG_INT_ENTRY(timer_handler)} | |
134 | 136 | }; |
135 | 137 | |
136 | 138 |
@@ -55,10 +55,12 @@ void checker_function(void) | ||
55 | 55 | |
56 | 56 | /* semaphore */ |
57 | 57 | |
58 | - OBJECT(semaphore_3,SEM_I2C0_BLOCK); | |
59 | - OBJECT(semaphore_4,SEM_I2C0_SIGNAL); | |
58 | + OBJECT(semaphore_5,SEM_I2C0_BLOCK); | |
59 | + OBJECT(semaphore_6,SEM_I2C0_SIGNAL); | |
60 | 60 | OBJECT(semaphore_1,SERIAL_RCV_SEM1); |
61 | + OBJECT(semaphore_3,SERIAL_RCV_SEM2); | |
61 | 62 | OBJECT(semaphore_2,SERIAL_SND_SEM1); |
63 | + OBJECT(semaphore_4,SERIAL_SND_SEM2); | |
62 | 64 | EVAR(ID,_kernel_tmax_semid); |
63 | 65 | EVAR(SEMINIB,_kernel_seminib_table); |
64 | 66 | MEMBER(semaphore_initialization_block,sematr); |
@@ -114,10 +116,10 @@ void checker_function(void) | ||
114 | 116 | |
115 | 117 | /* interrupt */ |
116 | 118 | |
117 | - OBJECT(interrupt_0,15); | |
118 | - OBJECT(interrupt_1,16); | |
119 | - OBJECT(interrupt_2,21); | |
120 | - OBJECT(interrupt_3,24); | |
119 | + OBJECT(interrupt_0,41); | |
120 | + OBJECT(interrupt_1,42); | |
121 | + OBJECT(interrupt_2,45); | |
122 | + OBJECT(interrupt_3,93); | |
121 | 123 | EVAR(ID,_kernel_tnum_inhno); |
122 | 124 | EVAR(INHINIB,_kernel_inhinib_table); |
123 | 125 | MEMBER(interrupt_handler_initialization_block,inhno); |
@@ -5,10 +5,12 @@ | ||
5 | 5 | |
6 | 6 | #define LOGTASK 2 |
7 | 7 | #define MAIN_TASK 1 |
8 | -#define SEM_I2C0_BLOCK 3 | |
9 | -#define SEM_I2C0_SIGNAL 4 | |
8 | +#define SEM_I2C0_BLOCK 5 | |
9 | +#define SEM_I2C0_SIGNAL 6 | |
10 | 10 | #define SERIAL_RCV_SEM1 1 |
11 | +#define SERIAL_RCV_SEM2 3 | |
11 | 12 | #define SERIAL_SND_SEM1 2 |
13 | +#define SERIAL_SND_SEM2 4 | |
12 | 14 | |
13 | 15 | #endif /* KERNEL_ID_H */ |
14 | 16 |