1 |
1026 |
ivang |
2002-08-07 Ivan Guzvinec
|
2 |
|
|
|
3 |
|
|
* orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
|
4 |
|
|
|
5 |
|
|
2002-08-07 Ralf Corsepius
|
6 |
|
|
|
7 |
|
|
* custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
|
8 |
|
|
|
9 |
|
|
2002-08-06 Joel Sherrill
|
10 |
|
|
|
11 |
|
|
* custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
|
12 |
|
|
custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
|
13 |
|
|
|
14 |
|
|
2002-08-06 Chris Ziomkowski
|
15 |
|
|
|
16 |
|
|
* custom/or32sim.cfg: New file added as part of merge from
|
17 |
|
|
OpenCores repository.
|
18 |
|
|
|
19 |
|
|
2002-08-05 Joel Sherrill
|
20 |
|
|
|
21 |
|
|
* Per PR260 eliminate use of make-target-options. This impacted
|
22 |
|
|
RTEMS allowing a distinction between the CPU32 and CPU32+ in the
|
23 |
|
|
SuperCore and required that the m68k optimized memcpy be moved
|
24 |
|
|
to libcpu.
|
25 |
|
|
* custom/gen68360.cfg: Remove make-target-options.
|
26 |
|
|
|
27 |
|
|
2002-08-01 Joel Sherrill
|
28 |
|
|
|
29 |
|
|
* eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
|
30 |
|
|
mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
|
31 |
|
|
|
32 |
|
|
2002-08-01 Joel Sherrill
|
33 |
|
|
|
34 |
|
|
* custom/mvme136.cfg: Remove make-target-options.
|
35 |
|
|
|
36 |
|
|
2002-07-30 Joel Sherrill
|
37 |
|
|
|
38 |
|
|
* custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
|
39 |
|
|
will disappear when make clean is performed.
|
40 |
|
|
|
41 |
|
|
2002-07-24 Joel Sherrill
|
42 |
|
|
|
43 |
|
|
* custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
|
44 |
|
|
to use gcc 3.1 arguments.
|
45 |
|
|
|
46 |
|
|
2002-07-22 Joel Sherrill
|
47 |
|
|
|
48 |
|
|
* Templates/Makefile.leaf: Clarify the MANAGERS example.
|
49 |
|
|
|
50 |
|
|
2002-07-01 Joel Sherrill
|
51 |
|
|
|
52 |
|
|
* custom/p4650.cfg: Update arguments to gcc3.
|
53 |
|
|
|
54 |
|
|
2002-06-14 Joel Sherrill
|
55 |
|
|
|
56 |
|
|
* custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
|
57 |
|
|
to gcc 3.1 arguments.
|
58 |
|
|
|
59 |
|
|
2002-05-01 Ralf Corsepius
|
60 |
|
|
|
61 |
|
|
* custom/dmv177.cfg: Use -mcpu=603e.
|
62 |
|
|
* custom/ppcn_60x.cfg: Use -mcpu=603e.
|
63 |
|
|
* custom/psim.cfg: Use -mcpu=603e.
|
64 |
|
|
* custom/score603e.cfg: Use -mcpu=603e.
|
65 |
|
|
* custom/ts_386ex.cfg: Remove obsolete comments.
|
66 |
|
|
* custom/rxgen960.cfg: Remove obsolete comments.
|
67 |
|
|
* custom/cvme961.cfg: Remove obsolete comments.
|
68 |
|
|
|
69 |
|
|
2001-05-09 Joel Sherrill
|
70 |
|
|
|
71 |
|
|
* custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
|
72 |
|
|
compatable arguments.
|
73 |
|
|
|
74 |
|
|
2002-04-18 Ralf Corsepius
|
75 |
|
|
|
76 |
|
|
* custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
|
77 |
|
|
Remove obsolete comments.
|
78 |
|
|
* custom/eth_comm.cfg: Remove make-target-options.
|
79 |
|
|
Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
|
80 |
|
|
CPU_CFLAGS.
|
81 |
|
|
* custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
|
82 |
|
|
* custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
|
83 |
|
|
* custom/mbx8xx.cfg: Remove make-target-options.
|
84 |
|
|
Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
|
85 |
|
|
Remove obsolete comments.
|
86 |
|
|
* custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
|
87 |
|
|
Remove obsolete comments.
|
88 |
|
|
* custom/mpc8260ads.cfg: Remove make-target-options.
|
89 |
|
|
Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
|
90 |
|
|
CPU_CFLAGS.
|
91 |
|
|
* custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
|
92 |
|
|
Remove obsolete comments.
|
93 |
|
|
* custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
|
94 |
|
|
CPU_CFLAGS.
|
95 |
|
|
Remove obsolete comments.
|
96 |
|
|
* custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
|
97 |
|
|
Remove obsolete comments.
|
98 |
|
|
* custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
|
99 |
|
|
CPU_CFLAGS.
|
100 |
|
|
Remove obsolete comments.
|
101 |
|
|
|
102 |
|
|
2002-04-04 Ralf Corsepius
|
103 |
|
|
|
104 |
|
|
* custom/gen405.cfg: Remove -D__powerpc__.
|
105 |
|
|
|
106 |
|
|
2002-04-01 Ralf Corsepius
|
107 |
|
|
|
108 |
|
|
* custom/erc32nfp.cfg: Remove CPU_U32_FIX.
|
109 |
|
|
* custom/erc32.cfg: Ditto.
|
110 |
|
|
* custom/leon2.cfg: Ditto.
|
111 |
|
|
|
112 |
|
|
|
113 |
|
|
2002-03-28 Ralf Corsepius
|
114 |
|
|
|
115 |
|
|
* custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
|
116 |
|
|
* custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
|
117 |
|
|
* custom/leon2.cfg: Remove NO_TABLE_MOVE.
|
118 |
|
|
|
119 |
|
|
2002-03-26 Ralf Corsepius
|
120 |
|
|
|
121 |
|
|
* custom/cvme961.cfg: Remove GCC272 support.
|
122 |
|
|
* custom/dmv152.cfg: Remove GCC272 support.
|
123 |
|
|
* custom/efi332.cfg: Remove GCC272 support.
|
124 |
|
|
* custom/efi68k.cfg: Remove GCC272 support.
|
125 |
|
|
* custom/eth_comm.cfg: Remove GCC272 support.
|
126 |
|
|
* custom/gen405.cfg: Remove GCC272 support.
|
127 |
|
|
* custom/gen68302.cfg: Remove GCC272 support.
|
128 |
|
|
* custom/gen68340.cfg: Remove GCC272 support.
|
129 |
|
|
* custom/gen68360.cfg: Remove GCC272 support.
|
130 |
|
|
* custom/genmongoosev.cfg: Remove GCC272 support.
|
131 |
|
|
* custom/helas403.cfg: Remove GCC272 support.
|
132 |
|
|
* custom/i386ex.cfg: Remove GCC272 support.
|
133 |
|
|
* custom/i960sim.cfg: Remove GCC272 support.
|
134 |
|
|
* custom/idp.cfg: Remove GCC272 support.
|
135 |
|
|
* custom/leon2.cfg: Remove GCC272 support.
|
136 |
|
|
* custom/mbx8xx.cfg: Remove GCC272 support.
|
137 |
|
|
* custom/mcf5206elite.cfg: Remove GCC272 support.
|
138 |
|
|
* custom/mpc8260ads.cfg: Remove GCC272 support.
|
139 |
|
|
* custom/mrm332.cfg: Remove GCC272 support.
|
140 |
|
|
* custom/mvme136.cfg: Remove GCC272 support.
|
141 |
|
|
* custom/mvme147.cfg: Remove GCC272 support.
|
142 |
|
|
* custom/mvme167.cfg: Remove GCC272 support.
|
143 |
|
|
* custom/ods68302.cfg: Remove GCC272 support.
|
144 |
|
|
* custom/p4000.cfg: Remove GCC272 support.
|
145 |
|
|
* custom/p4600.cfg: Remove GCC272 support.
|
146 |
|
|
* custom/p4650.cfg: Remove GCC272 support.
|
147 |
|
|
* custom/pc386.cfg: Remove GCC272 support.
|
148 |
|
|
* custom/portsw.cfg: Remove GCC272 support.
|
149 |
|
|
* custom/psim.cfg: Remove GCC272 support.
|
150 |
|
|
* custom/rxgen960.cfg: Remove GCC272 support.
|
151 |
|
|
* custom/score603e.cfg: Remove GCC272 support.
|
152 |
|
|
* custom/sim68000.cfg: Remove GCC272 support.
|
153 |
|
|
* custom/simhppa.cfg: Remove GCC272 support.
|
154 |
|
|
* custom/simsh4.cfg: Remove GCC272 support.
|
155 |
|
|
* custom/ts_386ex.cfg: Remove GCC272 support.
|
156 |
|
|
|
157 |
|
|
2002-03-27 Ralf Corsepius
|
158 |
|
|
|
159 |
|
|
* Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
160 |
|
|
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
161 |
|
|
* compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
162 |
|
|
* custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
163 |
|
|
|
164 |
|
|
2002-01-21 Ralf Corsepius
|
165 |
|
|
|
166 |
|
|
* compilers/gcc-target-default.cfg: Add missing \.
|
167 |
|
|
Reported by Ilya Alexeev .
|
168 |
|
|
|
169 |
|
|
2002-02-05 Ralf Corsepius
|
170 |
|
|
|
171 |
|
|
* custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
|
172 |
|
|
* custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
|
173 |
|
|
support.
|
174 |
|
|
* custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
|
175 |
|
|
|
176 |
|
|
2001-12-22 Ralf Corsepius
|
177 |
|
|
|
178 |
|
|
* custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
|
179 |
|
|
* custom/FreeBSD-posix.cfg: Ditto.
|
180 |
|
|
* custom/HPUX9-posix.cfg: Ditto.
|
181 |
|
|
* custom/Linux-posix.cfg: Ditto.
|
182 |
|
|
* custom/Solaris-posix.cfg: Ditto.
|
183 |
|
|
|
184 |
|
|
2001-12-22 Ralf Corsepius
|
185 |
|
|
|
186 |
|
|
* custom/erc32.cfg: Remove erc32nfp support, GCC272.
|
187 |
|
|
* custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
|
188 |
|
|
|
189 |
|
|
2001-12-09 Ralf Corsepius
|
190 |
|
|
|
191 |
|
|
* custom/armulator.cfg: Remove make-target-options.
|
192 |
|
|
* custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
|
193 |
|
|
(now in erc32/configure.ac).
|
194 |
|
|
* custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
|
195 |
|
|
SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
|
196 |
|
|
Remove CONSOLE_USE_POLLED (Unused).
|
197 |
|
|
* custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
|
198 |
|
|
CD2401_USE_TERMIOS (now in mvme167/configure.ac).
|
199 |
|
|
* custom/mvme162.cfg: Remove references to mvme162lx.
|
200 |
|
|
Abandon gcc272. Remove make-target-options.
|
201 |
|
|
* custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
|
202 |
|
|
|
203 |
|
|
2001-12-04 Ralf Corsepius
|
204 |
|
|
|
205 |
|
|
* custom/bare.cfg: Remove make-target-options.
|
206 |
|
|
* custom/c4xsim.cfg: Ditto.
|
207 |
|
|
* custom/cvme961.cfg: Ditto.
|
208 |
|
|
* custom/efi68k.cfg: Ditto.
|
209 |
|
|
* custom/gen68302.cfg: Ditto.
|
210 |
|
|
* custom/gen68340.cfg: Ditto.
|
211 |
|
|
* custom/genmongoosev.cfg: Ditto.
|
212 |
|
|
* custom/gensh4.cfg: Remove make-target-options, remove GCC272
|
213 |
|
|
make-exe, remove empty lines.
|
214 |
|
|
* custom/h8sim.cfg: Remove make-target-options.
|
215 |
|
|
* custom/mcf5206elite.cfg: Ditto.
|
216 |
|
|
* custom/mrm332.cfg: Ditto.
|
217 |
|
|
* custom/mvme147.cfg: Ditto.
|
218 |
|
|
* custom/ods68302.cfg: Ditto.
|
219 |
|
|
* custom/p4000.cfg: Ditto.
|
220 |
|
|
* custom/p4600.cfg: Ditto.
|
221 |
|
|
* custom/p4650.cfg: Ditto.
|
222 |
|
|
* custom/pc386.cfg: Ditto.
|
223 |
|
|
* custom/portsw.cfg: Ditto.
|
224 |
|
|
* custom/simsh4.cfg: Ditto.
|
225 |
|
|
|
226 |
|
|
2001-11-28 Ralf Corsepius
|
227 |
|
|
|
228 |
|
|
* custom/efi332.cfg: Remove make-target-options.
|
229 |
|
|
* custom/idp.cfg: Ditto.
|
230 |
|
|
* custom/jmr3904.cfg: Ditto.
|
231 |
|
|
|
232 |
|
|
2001-11-27 Joel Sherrill ,
|
233 |
|
|
|
234 |
|
|
* ChangeLog: Deleted bogus entry.
|
235 |
|
|
|
236 |
|
|
2001-11-27 Joel Sherrill ,
|
237 |
|
|
|
238 |
|
|
* custom/ods68302.cfg: Eliminated required definition of macros in this
|
239 |
|
|
file for the BSP to compile. The ROM and ROM address and size settings
|
240 |
|
|
are now linker script items.
|
241 |
|
|
|
242 |
|
|
2001-11-26 Ralf Corsepius
|
243 |
|
|
|
244 |
|
|
|
245 |
|
|
* custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
|
246 |
|
|
Remove make-target-options.
|
247 |
|
|
* custom/helas403.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
|
248 |
|
|
Remove make-target-options.
|
249 |
|
|
* custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
|
250 |
|
|
DATA_CACHE_ENABLE.
|
251 |
|
|
* custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
|
252 |
|
|
DATA_CACHE_ENABLE.
|
253 |
|
|
* custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
|
254 |
|
|
DATA_CACHE_ENABLE.
|
255 |
|
|
|
256 |
|
|
2001-11-25 Joel Sherrill
|
257 |
|
|
|
258 |
|
|
* custom/papyrus.cfg: Removed.
|
259 |
|
|
* custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
|
260 |
|
|
|
261 |
|
|
2001-11-21 Ralf Corsepius
|
262 |
|
|
|
263 |
|
|
* custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
|
264 |
|
|
* custom/mcp750.cfg: Ditto.
|
265 |
|
|
|
266 |
|
|
2001-11-21 Ralf Corsepius
|
267 |
|
|
|
268 |
|
|
* custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
|
269 |
|
|
* custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
|
270 |
|
|
* custom/psim.cfg: Refect changes to psim/configure.ac.
|
271 |
|
|
* custom/score603e.cfg: Reflect changes to score603e/configure.ac,
|
272 |
|
|
remove SCORE603E_GENERATION.
|
273 |
|
|
|
274 |
|
|
2001-11-16 Ralf Corsepius
|
275 |
|
|
|
276 |
|
|
* custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
|
277 |
|
|
* custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
|
278 |
|
|
* custom/mbx860_005b.cfg: Ditto.
|
279 |
|
|
* custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
|
280 |
|
|
|
281 |
|
|
|
282 |
|
|
2001-11-15 Ralf Corsepius
|
283 |
|
|
|
284 |
|
|
* custom/gensh1.cfg: remove make-target-options.
|
285 |
|
|
* custom/gensh2.cfg: remove make-target-options.
|
286 |
|
|
|
287 |
|
|
2001-11-15 Ralf Corsepius
|
288 |
|
|
|
289 |
|
|
* custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
|
290 |
|
|
remove make-target-options, remove BSP_CPPFLAGS.
|
291 |
|
|
|
292 |
|
|
2001-11-15 Ralf Corsepius
|
293 |
|
|
|
294 |
|
|
* custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
|
295 |
|
|
|
296 |
|
|
2001-11-14 Joel Sherrill
|
297 |
|
|
|
298 |
|
|
* custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
|
299 |
|
|
custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
|
300 |
|
|
These are new exception processing model BSPs and thus do not
|
301 |
|
|
need to define PPC_USE_SPRG.
|
302 |
|
|
|
303 |
|
|
2001-11-14 Joel Sherrill
|
304 |
|
|
|
305 |
|
|
* ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
|
306 |
|
|
|
307 |
|
|
2001-11-14 Ralf Corsepius
|
308 |
|
|
|
309 |
|
|
* custom/ts_386ex.cfg: Remove make-target-options.
|
310 |
|
|
* custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
|
311 |
|
|
* custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
|
312 |
|
|
different flags.
|
313 |
|
|
|
314 |
|
|
2001-11-10 Ralf Corsepius
|
315 |
|
|
|
316 |
|
|
* custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
|
317 |
|
|
* custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
|
318 |
|
|
re-adopt mcp750.cfg's make-exe.
|
319 |
|
|
|
320 |
|
|
2001-11-13 Joel Sherrill
|
321 |
|
|
|
322 |
|
|
* custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
|
323 |
|
|
the --srec-len argument to objcopy only supported in binutils 2.11
|
324 |
|
|
or newer.
|
325 |
|
|
|
326 |
|
|
2001-11-08 Dennis Ehlin (ECS)
|
327 |
|
|
|
328 |
|
|
This modification is part of the submitted modifications necessary to
|
329 |
|
|
support the IBM PPC405 family. This submission was reviewed by
|
330 |
|
|
Thomas Doerfler who ensured it did
|
331 |
|
|
not negatively impact the ppc403 BSPs. The submission and tracking
|
332 |
|
|
process was captured as PR50.
|
333 |
|
|
* custom/gen405.cfg: New file.
|
334 |
|
|
* custom/helas403.cfg: Modified to generate Srecords.
|
335 |
|
|
|
336 |
|
|
2001-10-30 Joel Sherrill
|
337 |
|
|
|
338 |
|
|
* custom/sim68000.cfg: Generate symbols off executable not Srecords.
|
339 |
|
|
|
340 |
|
|
2001-10-26 Victor V. Vengerov
|
341 |
|
|
|
342 |
|
|
* custom/mcf5206elite.cfg: New file.
|
343 |
|
|
|
344 |
|
|
2001-10-22 Andy Dachs
|
345 |
|
|
|
346 |
|
|
* custom/mpc8260ads.cfg: New file.
|
347 |
|
|
|
348 |
|
|
2001-10-13 Ralf Corsepius
|
349 |
|
|
|
350 |
|
|
* custom/gensh4.cfg: Remove START_HW_INIT.
|
351 |
|
|
* custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
|
352 |
|
|
|
353 |
|
|
2001-10-12 Ralf Corsepius
|
354 |
|
|
|
355 |
|
|
* custom/gensh4.cfg: Remove HZ.
|
356 |
|
|
* custom/simsh4.cfg: Remove HZ.
|
357 |
|
|
|
358 |
|
|
2001-10-11 Alexandra Kossovsky
|
359 |
|
|
|
360 |
|
|
* custom/gensh4.cfg, custom/simsh4.cfg: New files in support
|
361 |
|
|
of Hitachi SH4 BSPs of the same name. Reviewed and some
|
362 |
|
|
cleanup by Joel Sherrill .
|
363 |
|
|
|
364 |
|
|
2001-10-11 Ralf Corsepius
|
365 |
|
|
|
366 |
|
|
* custom/gensh2.cfg: Remove -lstdc++ from make-exe.
|
367 |
|
|
|
368 |
|
|
2001-10-11 Joel Sherrill
|
369 |
|
|
|
370 |
|
|
* custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
|
371 |
|
|
to avoid using the apparently broken or deprecated -o argument.
|
372 |
|
|
|
373 |
|
|
2001-09-28 Joel Sherrill
|
374 |
|
|
|
375 |
|
|
* custom/ods68302.cfg: Add custom make-cxx-exe rule to account
|
376 |
|
|
for MC68302_BASE.
|
377 |
|
|
|
378 |
|
|
2001-09-21 Ralf Corsepius
|
379 |
|
|
|
380 |
|
|
* custom/bare.cfg: Define dummy make-cxx-exe.
|
381 |
|
|
|
382 |
|
|
2001-09-21 Ralf Corsepius
|
383 |
|
|
|
384 |
|
|
* ChangeLog: Formatting cleanup.
|
385 |
|
|
|
386 |
|
|
2001-06-19 Ralf Corsepius
|
387 |
|
|
|
388 |
|
|
* custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
|
389 |
|
|
make-target-options.
|
390 |
|
|
* custom/FreeBSD-posix.cfg: Remove make-target-options.
|
391 |
|
|
* custom/HPUX9-posix.cfg: Dito.
|
392 |
|
|
* custom/Linux-posix.cfg: Dito.
|
393 |
|
|
* custom/Solaris-posix.cfg: Dito.
|
394 |
|
|
* custom/arm_bare_bsp.cfg: Dito.
|
395 |
|
|
* custom/armulator.cfg: Dito.
|
396 |
|
|
* custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
|
397 |
|
|
* custom/i386ex.cfg: Remove make-target-options.
|
398 |
|
|
* custom/i960sim.cfg: Remove make-target-options.
|
399 |
|
|
* custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
|
400 |
|
|
CONSOLE_USE_INTERRUPTS.
|
401 |
|
|
* custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
|
402 |
|
|
* custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
|
403 |
|
|
CONSOLE_USE_INTERRUPTS.
|
404 |
|
|
* custom/vegaplus.cfg: Remove make-target-options.
|
405 |
|
|
|
406 |
|
|
2001-05-25 Joel Sherrill
|
407 |
|
|
|
408 |
|
|
* custom/mrm332.cfg: Switched $(SED) to sed.
|
409 |
|
|
|
410 |
|
|
2000-05-25 Matt Cross
|
411 |
|
|
|
412 |
|
|
* New MRM332 BSP for the Mini RoboMind board based
|
413 |
|
|
on the 68332 microcontroller designed and build by Mark
|
414 |
|
|
Castelluccio. For details on the MRM see http://www.robominds.com.
|
415 |
|
|
* custom/mrm332.cfg: New file.
|
416 |
|
|
|
417 |
|
|
2001-05-22 Ralf Corsepius
|
418 |
|
|
|
419 |
|
|
* custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
|
420 |
|
|
CONSOLE_USE_POLLED, HAS_RTC.
|
421 |
|
|
|
422 |
|
|
2001-05-11 Ralf Corsepius
|
423 |
|
|
|
424 |
|
|
* custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
|
425 |
|
|
* custom/gensh2.cfg: Dito.
|
426 |
|
|
|
427 |
|
|
2001-05-07 Ralf Corsepius
|
428 |
|
|
|
429 |
|
|
* leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
|
430 |
|
|
* compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
|
431 |
|
|
* compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
|
432 |
|
|
* compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
|
433 |
|
|
remove unused flags, remove -ansi from CPP.
|
434 |
|
|
* custom/eth_comm.cfg: Remove CPU_DEFINES.
|
435 |
|
|
* custom/sim68000.cfg: Remove CPU_DEFINES.
|
436 |
|
|
|
437 |
|
|
2001-04-26 Ralf Corsepius
|
438 |
|
|
|
439 |
|
|
* compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
|
440 |
|
|
* compilers/gcc-target-default.cfg: Dito.
|
441 |
|
|
* compilers/gcc-portsw.cfg: Remove -Hansi.
|
442 |
|
|
* custom/posix.cfg: Remove inclusion of target.cfg.
|
443 |
|
|
* custom/simhppa.cfg: Remove -ansi -fasm.
|
444 |
|
|
|
445 |
|
|
2001-04-11 Eric Valette
|
446 |
|
|
|
447 |
|
|
* custom/eth_comm.cfg: Switch the eth_comm BSP to use the
|
448 |
|
|
"new exception processing model."
|
449 |
|
|
|
450 |
|
|
2001-04-11 Joel Sherrill
|
451 |
|
|
|
452 |
|
|
* custom/default.cfg: Switch to using exec_prefix to reflect new
|
453 |
|
|
organization of install point from Ralf Corsepius.
|
454 |
|
|
|
455 |
|
|
2001-03-30 Eric Valette
|
456 |
|
|
|
457 |
|
|
* custom/mbx860_005b.cfg: This switches the MBX8xx BSP to the
|
458 |
|
|
use the "new exception processing model."
|
459 |
|
|
|
460 |
|
|
2001-03-14 Joel Sherrill
|
461 |
|
|
|
462 |
|
|
* custom/genmongossev.cfg: New file.
|
463 |
|
|
|
464 |
|
|
2001-02-20 Ralf Corsepius
|
465 |
|
|
|
466 |
|
|
* custom/pc386dx.cfg: New bsp.
|
467 |
|
|
|
468 |
|
|
2001-02-07 Ralf Corsepius
|
469 |
|
|
|
470 |
|
|
* custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
|
471 |
|
|
custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
|
472 |
|
|
custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
|
473 |
|
|
|
474 |
|
|
2001-02-03 Ralf Corsepius
|
475 |
|
|
|
476 |
|
|
* lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
|
477 |
|
|
* main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
|
478 |
|
|
* host.cfg.in: Remove RM, make-script.
|
479 |
|
|
* ChangeLog: Remove bogus 2001-01-22 entry.
|
480 |
|
|
|
481 |
|
|
2001-01-09 Joel Sherrill
|
482 |
|
|
|
483 |
|
|
* custom/pc386.cfg (make-exe): Removed commented out lines that
|
484 |
|
|
were displayed in build longs.
|
485 |
|
|
|
486 |
|
|
2001-01-08 Joel Sherrill
|
487 |
|
|
|
488 |
|
|
* custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
|
489 |
|
|
unneeded definitions when compiled for "mips" rather than "mips64orion."
|
490 |
|
|
Correct CPU_CFLAGS.
|
491 |
|
|
|
492 |
|
|
2001-01-05 Joel Sherrill
|
493 |
|
|
|
494 |
|
|
* custom/gensh1.cfg: Removed rest of make-target-options and
|
495 |
|
|
moved them to BSP configure options.
|
496 |
|
|
|
497 |
|
|
2001-01-03 Emmanuel Raguet
|
498 |
|
|
|
499 |
|
|
* custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
|
500 |
|
|
install point or assuming BSP build tree is available.
|
501 |
|
|
|
502 |
|
|
2001-01-03 Joel Sherrill
|
503 |
|
|
|
504 |
|
|
* custom/psim.cfg: Removed unused variables.
|
505 |
|
|
|
506 |
|
|
2001-01-03 Joel Sherrill
|
507 |
|
|
|
508 |
|
|
* custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
|
509 |
|
|
* custom/simcpu32.cfg: Removed MVME162 reference.
|
510 |
|
|
|
511 |
|
|
2000-12-14 Emmanuel Raguet
|
512 |
|
|
|
513 |
|
|
* custom/mcp750.cfg: Fix problems in generation of .exe file.
|
514 |
|
|
Still need to fix to avoid touching install point on non-install stanza.
|
515 |
|
|
|
516 |
|
|
2000-12-06 Joel Sherrill
|
517 |
|
|
|
518 |
|
|
* custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
|
519 |
|
|
and copies that should not be in it.
|
520 |
|
|
|
521 |
|
|
2000-12-01 Joel Sherrill
|
522 |
|
|
|
523 |
|
|
* custom/jmr3904.cfg: Turn optimization back up to -O2.
|
524 |
|
|
|
525 |
|
|
2000-11-30 Joel Sherrill
|
526 |
|
|
|
527 |
|
|
* custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
|
528 |
|
|
a mips1. gcc translates -m3900 into that.
|
529 |
|
|
|
530 |
|
|
2000-11-27 Joel Sherrill
|
531 |
|
|
|
532 |
|
|
* custom/jmr3904.cfg: Fix incorrect reference to i960.
|
533 |
|
|
|
534 |
|
|
2000-11-27 Joel Sherrill
|
535 |
|
|
|
536 |
|
|
* custom/shsim.cfg: New file.
|
537 |
|
|
* custom/Makefile.am: Modified to reflect addition of shsim.cfg.
|
538 |
|
|
The shsim is for the SH simulator in gdb. It should be able
|
539 |
|
|
to be used with multiple SH CPU models. This will require
|
540 |
|
|
adding BSP variants.
|
541 |
|
|
|
542 |
|
|
2000-11-25 Joel Sherrill
|
543 |
|
|
|
544 |
|
|
* custom/pc386.cfg: make-exe rule would write into
|
545 |
|
|
$(PROJECT_RELEASE) area. This is not cool because it $(PROJECT_RELEASE)
|
546 |
|
|
is generally not writeable after the BSP is installed and you do not
|
547 |
|
|
want every application installed there by default. Reported by
|
548 |
|
|
Eric Norum .
|
549 |
|
|
|
550 |
|
|
2000-11-25 Joel Sherrill
|
551 |
|
|
|
552 |
|
|
* custom/Makefile.am: Updated to add jmr3904.cfg
|
553 |
|
|
* custom/jmr3904.cfg: New file.
|
554 |
|
|
|
555 |
|
|
2000-11-13 Ralf Corsepius
|
556 |
|
|
|
557 |
|
|
* custom/leon2.cfg: Removed defines that are now generated
|
558 |
|
|
in a non-BSP specific manner.
|
559 |
|
|
|
560 |
|
|
2000-11-13 Jiri Gaisler
|
561 |
|
|
|
562 |
|
|
* custom/Makefile.am: Modified to reflect addition of files.
|
563 |
|
|
* custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
|
564 |
|
|
* custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
|
565 |
|
|
|
566 |
|
|
2000-11-10 Ralf Corsepius
|
567 |
|
|
|
568 |
|
|
* custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
|
569 |
|
|
|
570 |
|
|
2000-10-27 Ralf Corsepius
|
571 |
|
|
|
572 |
|
|
* custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
|
573 |
|
|
|
574 |
|
|
2000-10-24 Joel Sherrill
|
575 |
|
|
|
576 |
|
|
* custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
|
577 |
|
|
definition since this information can be picked up from
|
578 |
|
|
autoconf generated files. These BSPs are shared by the
|
579 |
|
|
mips and mips64orion "ports."
|
580 |
|
|
|
581 |
|
|
2000-10-18 Joel Sherrill
|
582 |
|
|
|
583 |
|
|
* compilers/gcc-portsw.cfg: Use gcc style flags.
|
584 |
|
|
|
585 |
|
|
2000-09-13 Joel Sherrill
|
586 |
|
|
|
587 |
|
|
* custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
|
588 |
|
|
custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
|
589 |
|
|
|
590 |
|
|
2000-09-13 Emmanuel Raguet
|
591 |
|
|
|
592 |
|
|
* vegaplus BSP submitted by Emmanuel Raguet and
|
593 |
|
|
Eric Valette .
|
594 |
|
|
* custom/vegaplus.cfg: New file.
|
595 |
|
|
|
596 |
|
|
2000-09-12 Ralf Corsepius
|
597 |
|
|
|
598 |
|
|
* custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
|
599 |
|
|
* custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
|
600 |
|
|
* custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
|
601 |
|
|
* custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
|
602 |
|
|
* custom/idp.cfg: Comment out LIBC_LIB[C|M].
|
603 |
|
|
* custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
|
604 |
|
|
* custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
|
605 |
|
|
|
606 |
|
|
2000-09-12 Ralf Corsepius
|
607 |
|
|
|
608 |
|
|
* custom/gensh2.cfg: Fix comments.
|
609 |
|
|
|
610 |
|
|
2000-09-12 Joel Sherrill
|
611 |
|
|
|
612 |
|
|
* custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
|
613 |
|
|
compiler arguments that specify CPU model options.
|
614 |
|
|
|
615 |
|
|
2000-09-12 Joel Sherrill
|
616 |
|
|
|
617 |
|
|
* custom/mbx860_005b.cfg (make-target-options): Add lines to
|
618 |
|
|
define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE. The settings
|
619 |
|
|
may be incorrect but the BSP now compiles.
|
620 |
|
|
|
621 |
|
|
2000-09-05 Ralf Corsepius
|
622 |
|
|
|
623 |
|
|
* custom/arm_bare_bsp.cfg: Fix comments.
|
624 |
|
|
|
625 |
|
|
2000-08-31 Ralf Corsepius
|
626 |
|
|
|
627 |
|
|
* custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
|
628 |
|
|
* custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
|
629 |
|
|
* ChangeLog: File paths corrected
|
630 |
|
|
|
631 |
|
|
2000-08-29 Joel Sherrill
|
632 |
|
|
|
633 |
|
|
* custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
|
634 |
|
|
|
635 |
|
|
2000-08-17 Ralf Corsepius
|
636 |
|
|
|
637 |
|
|
* custom/pck6.cfg: New file
|
638 |
|
|
* custom/pc486.cfg: Use -m486
|
639 |
|
|
* custom/pc586.cfg: Use -mpentium
|
640 |
|
|
* custom/pc686.cfg: Use -mmpentiumpro
|
641 |
|
|
* custom/i386ex.cfg: Use -msoft-float
|
642 |
|
|
|
643 |
|
|
2000-08-11 Charles-Antoine Gauthier
|
644 |
|
|
|
645 |
|
|
* custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
|
646 |
|
|
|
647 |
|
|
2000-08-25 Joel Sherrill
|
648 |
|
|
|
649 |
|
|
* ChangeLog: File paths corrected.
|
650 |
|
|
|
651 |
|
|
2000-08-04 Charles-Antoine Gauthier
|
652 |
|
|
|
653 |
|
|
* custom/mvme167.cfg: Add specification of printk port, console port
|
654 |
|
|
and serial I/O mode. Arrange for the stripped executable to
|
655 |
|
|
be copied up the build tree.
|
656 |
|
|
|
657 |
|
|
2000-08-10 Charles-Antoine Gauthier
|
658 |
|
|
|
659 |
|
|
* custom/mbx8xx.cfg: Support for shared printk and no termios.
|
660 |
|
|
|
661 |
|
|
2000-08-10 John Cotton
|
662 |
|
|
|
663 |
|
|
* custom/mbx8xx.cfg: Support added for dejagnu test harness.
|
664 |
|
|
|
665 |
|
|
2000-08-10 Joel Sherrill
|
666 |
|
|
|
667 |
|
|
* ChangeLog: New file.
|