source: rtems/make/ChangeLog @ 362c2bc2

4.104.114.84.95
Last change on this file since 362c2bc2 was 362c2bc2, checked in by Eric Norum <WENorum@…>, on 01/28/05 at 19:38:20

New BSP.

  • Property mode set to 100644
File size: 30.9 KB
Line 
12005-01-28      Eric Norum <norume@aps.anl.gov>
2
3        * Makefile.am, custom/uC5282.cfg: New BSP
4
52005-01-20      Joel Sherrill <joel@OARcorp.com>
6
7        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
8        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
9        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
10        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
11        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
12
132005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * compilers/gcc-portsw.cfg: Remove.
16        * Makefile.am: Reflect change above.
17
182004-11-23      Joel Sherrill <joel@OARcorp.com>
19
20        * Makefile.am: Remove eth_comm.
21        * custom/eth_comm.cfg: Removed.
22
232004-11-22      Jennifer Averett <jennifer@OARcorp.com>
24
25        PR 581/bsps
26        * custom/psim.cfg: Convert PSIM to new exception model.
27
282004-11-17      Joel Sherrill <joel@OARcorp.com>
29
30        * custom/mvme2100.cfg: Add make-cxx-exe rule.
31
322004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
33
34        * Makefile.am: Add MVME2100 BSP.
35        * custom/mvme2100.cfg: New file.
36
372004-11-05      Joel Sherrill <joel@OARcorp.com>
38
39        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
40        architecture name for RTEMS. Since this was used as the -mcpu
41        argument to GCC, that also had to be changed.
42
432004-10-26      Eric Norum <norume@aps.anl.gov
44
45        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
46
472004-10-20      Eric Norum <norume@aps.anl.gov
48
49        * custom/mvme5500.cfg: New BSP.
50
512004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
54
552004-09-29      Joel Sherrill <joel@OARcorp.com>
56
57        * custom/h8sim.cfg: i960 obsoleted.
58        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
59
602004-08-03      Jay Monkman <jtm@lopingdog.com>
61
62        * custom/csb360.cfg: New file.
63
642004-07-15      Jay Monkman
65
66        * custom/csb336.cfg, custom/csb337.cfg: New files.
67
682004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
71        with FreeBSD and now unused).
72        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
73
742004-04-12      David Querbach <querbach@realtime.bc.ca>
75
76        * custom/ss555.cfg: New file.
77
782004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
81        with Cygwin and now unused).
82
832004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
86
872004-03-05      Joel Sherrill <joel@OARcorp.com>
88
89        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
90        support.
91
922004-02-26      Joel Sherrill <joel@OARcorp.com>
93
94        PR 570/bsps
95        * custom/mvme2307.cfg: Do not use -msdata=eabi since
96        it breaks the linking of the vectors.
97
982004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Cosmetics.
101
1022004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
105        dist_rtems_make_custom_DATA = custom/default.cfg.
106
1072004-02-05      Joel Sherrill <joel@OARcorp.com>
108
109        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
110        these -- copied from the 4.6 branch.
111
1122004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        PR 553/bsps
115        * custom/mrm332.cfg: Comment out objdump.
116
1172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
120
1212004-01-20      Joel Sherrill <joel@OARcorp.com>
122
123        PR 553/bsps
124        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
125        comment.
126
1272004-01-07      Joel Sherrill <joel@OARcorp.com>
128
129        * Makefile.am: Remove efi68k and efi332 references as they are no
130        longer in the tree.
131
1322004-01-07      Joel Sherrill <joel@OARcorp.com>
133
134        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
135        users of these boards so we are removing them.
136        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
137
1382004-01-07      Joel Sherrill <joel@OARcorp.com>
139
140        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
141
1422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: EXTRA_DIST +=.
145
1462003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * custom/Makefile.am: Remove.
149        * Makefile.am: Merge-in former custom/Makefile.am
150
1512003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
154        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
155
1562003-09-26      Joel Sherrill <joel@OARcorp.com>
157
158        * custom/simhppa.cfg: Removed.
159
1602003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
163
1642003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        PR 470/bsps
167        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
168        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
169        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
170
1712003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
174        the BSP's configure-script).
175        Remove BSP_CPPFLAGS (Obsolete).
176
1772003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        PR 321/bsps
180        * leaf.cfg: Remove support for profile-variant.
181        * main.cfg: Ditto.
182        * compilers/gcc-no_bsp.cfg: Ditto.
183        * compilers/gcc-portsw.cfg: Ditto.
184        * compilers/gcc-target-default.cfg: Ditto.
185
1862003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
187
188        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
189
1902003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
191
192        PR 368/filesystems
193        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
194        with this PR for alias BSPs.
195
1962003-03-18  Till Straumann <strauman@slac.stanford.edu>
197
198        PR 356/bsps
199        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
200        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
201
2022003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
205
2062003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
209        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
210        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
211        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
212
2132003-02-14      Joel Sherrill <joel@OARcorp.com>
214
215        AMD a29k obsolete.
216        * custom/portsw.cfg: Removed.
217
2182003-01-20      Duane Gustavus <duane@unt.edu>
219
220        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
221
2222003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
225        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
226        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
227        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
228        Move -D_BSD_SOURCE to CPU_CFLAGS.
229        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
230        Move -Dsolaris2 to CPU_CFLAGS.
231        Remove -D__EXTENSIONS__.
232
2332002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * custom/posix.cfg: Remove comment referring to host.cfg.
236
2372002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * custom/default.cfg: Pickup target.cfg from BSP directory.
240
2412002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
242
243        * custom/mtx603e.cfg: New file.
244
2452002-11-17      Joel Sherrill <joel@OARcorp.com>
246
247        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
248        build variants work for user applications post install.
249
2502002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
253        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
254        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
255        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
256        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
257
2582002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
259
260        * custom/edb7312.cfg: New file.
261
2622002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
265        obsolete Makefile.
266        * leaf.cfg: Various changes to LIBVARIANT processing.
267        * main.cfg: Ditto.
268
2692002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Add compilers/*.
272        * compilers/Makefile.am: Remove.
273        * lib.cfg: Remove.
274        * directory.cfg: Remove.
275        * README: Remove.
276
2772002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Add Templates/*.
280        * Templates/Makefile.am: Remove.
281
2822002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
285
2862002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
289        * custom/HPUX9-posix.cfg: Ditto.
290        * custom/Linux-posix.cfg: Ditto.
291
2922002-10-02      Joel Sherrill <joel@OARcorp.com>
293
294        * custom/armulator.cfg: Remove reference to PowerPC arguments.
295
2962002-09-13      Joel Sherrill <joel@OARcorp.com>
297
298        * Part of addressing PR281.
299        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
300        * compilers/gcc-target-default.cfg: Removed remaining support for
301        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
302        as one of the LDFLAGS when the debug variant is specified.
303
3042002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * custom/posix.cfg: Don't include host.cfg.
307
3082002-08-09      Joel Sherrill <joel@OARcorp.com>
309
310        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
311
3122002-08-07      Ivan Guzvinec <ivang@opencores.org>
313
314        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
315
3162002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
319
3202002-08-06      Joel Sherrill <joel@OARcorp.com>
321
322        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
323        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
324
3252002-08-06      Chris Ziomkowski <chris@asics.ws>
326
327        * custom/or32sim.cfg: New file added as part of merge from
328        OpenCores repository.
329
3302002-08-05      Joel Sherrill <joel@OARcorp.com>
331
332        * Per PR260 eliminate use of make-target-options.  This impacted
333        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
334        SuperCore and required that the m68k optimized memcpy be moved
335        to libcpu.
336        * custom/gen68360.cfg: Remove make-target-options.
337
3382002-08-01      Joel Sherrill <joel@OARcorp.com>
339
340        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
341        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
342
3432002-08-01      Joel Sherrill <joel@OARcorp.com>
344
345        * custom/mvme136.cfg: Remove make-target-options.
346
3472002-07-30      Joel Sherrill <joel@OARcorp.com>
348
349        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
350        will disappear when make clean is performed.
351
3522002-07-24      Joel Sherrill <joel@OARcorp.com>
353
354        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
355        to use gcc 3.1 arguments.
356
3572002-07-22      Joel Sherrill <joel@OARcorp.com>
358
359        * Templates/Makefile.leaf: Clarify the MANAGERS example.
360
3612002-07-01      Joel Sherrill <joel@OARcorp.com>
362
363        * custom/p4650.cfg: Update arguments to gcc3.
364
3652002-06-14      Joel Sherrill <joel@OARcorp.com>
366
367        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
368        to gcc 3.1 arguments.
369
3702002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
371
372        * custom/dmv177.cfg: Use -mcpu=603e.
373        * custom/ppcn_60x.cfg: Use -mcpu=603e.
374        * custom/psim.cfg: Use -mcpu=603e.
375        * custom/score603e.cfg: Use -mcpu=603e.
376        * custom/ts_386ex.cfg: Remove obsolete comments.
377        * custom/rxgen960.cfg: Remove obsolete comments.
378        * custom/cvme961.cfg: Remove obsolete comments.
379
3802001-05-09      Joel Sherrill <joel@OARcorp.com>
381
382        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
383        compatable arguments.
384 
3852002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
388        Remove obsolete comments.
389        * custom/eth_comm.cfg: Remove make-target-options.
390        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
391        CPU_CFLAGS.
392        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
393        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
394        * custom/mbx8xx.cfg: Remove make-target-options.
395        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
396        Remove obsolete comments.
397        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
398        Remove obsolete comments.
399        * custom/mpc8260ads.cfg: Remove make-target-options.
400        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
401        CPU_CFLAGS.
402        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
403        Remove obsolete comments.
404        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
405        CPU_CFLAGS.
406        Remove obsolete comments.
407        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
408        Remove obsolete comments.
409        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
410        CPU_CFLAGS.
411        Remove obsolete comments.
412
4132002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * custom/gen405.cfg: Remove -D__powerpc__.
416
4172002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
420        * custom/erc32.cfg: Ditto.
421        * custom/leon2.cfg: Ditto.
422
423
4242002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
427        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
428        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
429
4302002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * custom/cvme961.cfg: Remove GCC272 support.
433        * custom/dmv152.cfg: Remove GCC272 support.
434        * custom/efi332.cfg: Remove GCC272 support.
435        * custom/efi68k.cfg: Remove GCC272 support.
436        * custom/eth_comm.cfg: Remove GCC272 support.
437        * custom/gen405.cfg: Remove GCC272 support.
438        * custom/gen68302.cfg: Remove GCC272 support.
439        * custom/gen68340.cfg: Remove GCC272 support.
440        * custom/gen68360.cfg: Remove GCC272 support.
441        * custom/genmongoosev.cfg: Remove GCC272 support.
442        * custom/helas403.cfg: Remove GCC272 support.
443        * custom/i386ex.cfg: Remove GCC272 support.
444        * custom/i960sim.cfg: Remove GCC272 support.
445        * custom/idp.cfg: Remove GCC272 support.
446        * custom/leon2.cfg: Remove GCC272 support.
447        * custom/mbx8xx.cfg: Remove GCC272 support.
448        * custom/mcf5206elite.cfg: Remove GCC272 support.
449        * custom/mpc8260ads.cfg: Remove GCC272 support.
450        * custom/mrm332.cfg: Remove GCC272 support.
451        * custom/mvme136.cfg: Remove GCC272 support.
452        * custom/mvme147.cfg: Remove GCC272 support.
453        * custom/mvme167.cfg: Remove GCC272 support.
454        * custom/ods68302.cfg: Remove GCC272 support.
455        * custom/p4000.cfg: Remove GCC272 support.
456        * custom/p4600.cfg: Remove GCC272 support.
457        * custom/p4650.cfg: Remove GCC272 support.
458        * custom/pc386.cfg: Remove GCC272 support.
459        * custom/portsw.cfg: Remove GCC272 support.
460        * custom/psim.cfg: Remove GCC272 support.
461        * custom/rxgen960.cfg: Remove GCC272 support.
462        * custom/score603e.cfg: Remove GCC272 support.
463        * custom/sim68000.cfg: Remove GCC272 support.
464        * custom/simhppa.cfg: Remove GCC272 support.
465        * custom/simsh4.cfg: Remove GCC272 support.
466        * custom/ts_386ex.cfg: Remove GCC272 support.
467
4682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
471        * Makefile.am: Remove AUTOMAKE_OPTIONS.
472        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
473        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
474
4752002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * compilers/gcc-target-default.cfg: Add missing \.
478        Reported by Ilya Alexeev <ilya@continuum.ru>.
479
4802002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
483        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
484        support.
485        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
486
4872001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
490        * custom/FreeBSD-posix.cfg: Ditto.
491        * custom/HPUX9-posix.cfg: Ditto.
492        * custom/Linux-posix.cfg: Ditto.
493        * custom/Solaris-posix.cfg: Ditto.
494
4952001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
498        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
499
5002001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * custom/armulator.cfg: Remove make-target-options.
503        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
504        (now in erc32/configure.ac).
505        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
506        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
507        Remove CONSOLE_USE_POLLED (Unused).
508        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
509        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
510        * custom/mvme162.cfg: Remove references to mvme162lx.
511        Abandon gcc272. Remove make-target-options.
512        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
513
5142001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * custom/bare.cfg: Remove make-target-options.
517        * custom/c4xsim.cfg: Ditto.
518        * custom/cvme961.cfg: Ditto.
519        * custom/efi68k.cfg: Ditto.
520        * custom/gen68302.cfg: Ditto.
521        * custom/gen68340.cfg: Ditto.
522        * custom/genmongoosev.cfg: Ditto.
523        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
524        make-exe, remove empty lines.
525        * custom/h8sim.cfg: Remove make-target-options.
526        * custom/mcf5206elite.cfg: Ditto.
527        * custom/mrm332.cfg: Ditto.
528        * custom/mvme147.cfg: Ditto.
529        * custom/ods68302.cfg: Ditto.
530        * custom/p4000.cfg: Ditto.
531        * custom/p4600.cfg: Ditto.
532        * custom/p4650.cfg: Ditto.
533        * custom/pc386.cfg: Ditto.
534        * custom/portsw.cfg: Ditto.
535        * custom/simsh4.cfg: Ditto.
536
5372001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * custom/efi332.cfg: Remove make-target-options.
540        * custom/idp.cfg: Ditto.
541        * custom/jmr3904.cfg: Ditto.
542
5432001-11-27      Joel Sherrill <joel@OARcorp.com>,
544
545        * ChangeLog: Deleted bogus entry.
546
5472001-11-27      Joel Sherrill <joel@OARcorp.com>,
548
549        * custom/ods68302.cfg: Eliminated required definition of macros in this
550        file for the BSP to compile.  The ROM and ROM address and size settings
551        are now linker script items. 
552
5532001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555
556        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
557        Remove make-target-options.
558        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
559        Remove make-target-options.
560        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
561        DATA_CACHE_ENABLE.
562        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
563        DATA_CACHE_ENABLE.
564        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
565        DATA_CACHE_ENABLE.
566
5672001-11-25      Joel Sherrill <joel@OARcorp.com>
568
569        * custom/papyrus.cfg: Removed.
570        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
571
5722001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
575        * custom/mcp750.cfg: Ditto.
576
5772001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
580        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
581        * custom/psim.cfg: Refect changes to psim/configure.ac.
582        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
583        remove SCORE603E_GENERATION.
584
5852001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
588        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
589        * custom/mbx860_005b.cfg: Ditto.
590        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
591
592
5932001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * custom/gensh1.cfg: remove make-target-options.
596        * custom/gensh2.cfg: remove make-target-options.
597
5982001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
601        remove make-target-options, remove BSP_CPPFLAGS.
602
6032001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
606
6072001-11-14      Joel Sherrill <joel@OARcorp.com>
608
609        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
610        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
611        These are new exception processing model BSPs and thus do not
612        need to define PPC_USE_SPRG.
613
6142001-11-14      Joel Sherrill <joel@OARcorp.com>
615
616        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
617
6182001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * custom/ts_386ex.cfg: Remove make-target-options.
621        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
622        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
623        different flags.
624
6252001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
628        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
629        re-adopt mcp750.cfg's make-exe.
630
6312001-11-13      Joel Sherrill <joel@OARcorp.com>
632
633        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
634        the --srec-len argument to objcopy only supported in binutils 2.11
635        or newer.
636
6372001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
638
639        This modification is part of the submitted modifications necessary to
640        support the IBM PPC405 family.  This submission was reviewed by
641        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
642        not negatively impact the ppc403 BSPs.  The submission and tracking
643        process was captured as PR50.
644        * custom/gen405.cfg: New file.
645        * custom/helas403.cfg: Modified to generate Srecords.
646
6472001-10-30      Joel Sherrill <joel@OARcorp.com>
648
649        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
650
6512001-10-26      Victor V. Vengerov <vvv@oktet.ru>
652
653        * custom/mcf5206elite.cfg: New file.
654
6552001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
656
657        * custom/mpc8260ads.cfg: New file.
658
6592001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * custom/gensh4.cfg: Remove START_HW_INIT.
662        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
663
6642001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * custom/gensh4.cfg: Remove HZ.
667        * custom/simsh4.cfg: Remove HZ.
668
6692001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
670
671        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
672        of Hitachi SH4 BSPs of the same name.  Reviewed and some
673        cleanup by Joel Sherrill <joel@OARcorp.com>.
674
6752001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
678
6792001-10-11      Joel Sherrill <joel@OARcorp.com>
680
681        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
682        to avoid using the apparently broken or deprecated -o argument.
683
6842001-09-28      Joel Sherrill <joel@OARcorp.com>
685
686        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
687        for MC68302_BASE.
688
6892001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * custom/bare.cfg: Define dummy make-cxx-exe.
692
6932001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * ChangeLog: Formatting cleanup.
696
6972001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
700        make-target-options.
701        * custom/FreeBSD-posix.cfg: Remove make-target-options.
702        * custom/HPUX9-posix.cfg: Dito.
703        * custom/Linux-posix.cfg: Dito.
704        * custom/Solaris-posix.cfg: Dito.
705        * custom/arm_bare_bsp.cfg: Dito.
706        * custom/armulator.cfg: Dito.
707        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
708        * custom/i386ex.cfg: Remove make-target-options.
709        * custom/i960sim.cfg: Remove make-target-options.
710        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
711        CONSOLE_USE_INTERRUPTS.
712        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
713        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
714        CONSOLE_USE_INTERRUPTS.
715        * custom/vegaplus.cfg: Remove make-target-options.
716
7172001-05-25      Joel Sherrill <joel@OARcorp.com>
718
719        * custom/mrm332.cfg: Switched $(SED) to sed.
720
7212000-05-25      Matt Cross <profesor@gweep.net>
722
723        * New MRM332 BSP for the Mini RoboMind board based
724        on the 68332 microcontroller designed and build by Mark
725        Castelluccio.  For details on the MRM see http://www.robominds.com.
726        * custom/mrm332.cfg: New file.
727
7282001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
731        CONSOLE_USE_POLLED, HAS_RTC.
732
7332001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
736        * custom/gensh2.cfg: Dito.
737
7382001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
741        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
742        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
743        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
744        remove unused flags, remove -ansi from CPP.
745        * custom/eth_comm.cfg: Remove CPU_DEFINES.
746        * custom/sim68000.cfg: Remove CPU_DEFINES.
747       
7482001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
751        * compilers/gcc-target-default.cfg: Dito.
752        * compilers/gcc-portsw.cfg: Remove -Hansi.
753        * custom/posix.cfg: Remove inclusion of target.cfg.
754        * custom/simhppa.cfg: Remove -ansi -fasm.
755
7562001-04-11      Eric Valette <valette@crf.canon.fr>
757
758        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
759        "new exception processing model."
760
7612001-04-11      Joel Sherrill <joel@OARcorp.com>
762
763        * custom/default.cfg: Switch to using exec_prefix to reflect new
764        organization of install point from Ralf Corsepius.
765
7662001-03-30      Eric Valette <valette@crf.canon.fr>
767
768        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
769        use the "new exception processing model."
770
7712001-03-14      Joel Sherrill <joel@OARcorp.com>
772
773        * custom/genmongossev.cfg: New file.
774
7752001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * custom/pc386dx.cfg: New bsp.
778
7792001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
782        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
783        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
784
7852001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
788        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
789        * host.cfg.in: Remove RM, make-script.
790        * ChangeLog: Remove bogus 2001-01-22 entry.
791
7922001-01-09      Joel Sherrill <joel@OARcorp.com>
793
794        * custom/pc386.cfg (make-exe): Removed commented out lines that
795        were displayed in build longs.
796
7972001-01-08      Joel Sherrill <joel@OARcorp.com>
798
799        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
800        unneeded definitions when compiled for "mips" rather than "mips64orion."
801        Correct CPU_CFLAGS.
802
8032001-01-05      Joel Sherrill <joel@OARcorp.com>
804
805        * custom/gensh1.cfg: Removed rest of make-target-options and
806        moved them to BSP configure options.
807
8082001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
809
810        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
811        install point or assuming BSP build tree is available.
812
8132001-01-03      Joel Sherrill <joel@OARcorp.com>
814
815        * custom/psim.cfg: Removed unused variables.
816
8172001-01-03      Joel Sherrill <joel@OARcorp.com>
818
819        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
820        * custom/simcpu32.cfg: Removed MVME162 reference.
821
8222000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
823
824        * custom/mcp750.cfg: Fix problems in generation of .exe file.
825        Still need to fix to avoid touching install point on non-install stanza.
826
8272000-12-06      Joel Sherrill <joel@OARcorp.com>
828
829        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
830        and copies that should not be in it.
831
8322000-12-01      Joel Sherrill <joel@OARcorp.com>
833
834        * custom/jmr3904.cfg: Turn optimization back up to -O2.
835
8362000-11-30      Joel Sherrill <joel@OARcorp.com>
837
838        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
839        a mips1.  gcc translates -m3900 into that.
840
8412000-11-27      Joel Sherrill <joel@OARcorp.com>
842
843        * custom/jmr3904.cfg: Fix incorrect reference to i960.
844
8452000-11-27      Joel Sherrill <joel@OARcorp.com>
846
847        * custom/shsim.cfg: New file.
848        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
849        The shsim is for the SH simulator in gdb. It should be able
850        to be used with multiple SH CPU models.  This will require
851        adding BSP variants.
852
8532000-11-25      Joel Sherrill <joel@OARcorp.com>
854
855        * custom/pc386.cfg: make-exe rule would write into
856        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
857        is generally not writeable after the BSP is installed and you do not
858        want every application installed there by default.  Reported by
859        Eric Norum <eric.norum@usask.ca>.
860
8612000-11-25      Joel Sherrill <joel@OARcorp.com>
862
863        * custom/Makefile.am: Updated to add jmr3904.cfg
864        * custom/jmr3904.cfg: New file.
865
8662000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * custom/leon2.cfg: Removed defines that are now generated
869        in a non-BSP specific manner.
870
8712000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
872
873        * custom/Makefile.am: Modified to reflect addition of files.
874        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
875        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
876
8772000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
880
8812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
884
8852000-10-24      Joel Sherrill <joel@OARcorp.com>
886
887        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
888        definition since this information can be picked up from
889        autoconf generated files.  These BSPs are shared by the
890        mips and mips64orion "ports."
891
8922000-10-18      Joel Sherrill <joel@OARcorp.com>
893
894        * compilers/gcc-portsw.cfg: Use gcc style flags.
895
8962000-09-13      Joel Sherrill <joel@OARcorp.com>
897
898        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
899        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
900
9012000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
902
903        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
904        Eric Valette <valette@crf.canon.fr>.
905        * custom/vegaplus.cfg: New file.
906
9072000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
908
909        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
910        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
911        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
912        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
913        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
914        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
915        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
916
9172000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * custom/gensh2.cfg: Fix comments.
920
9212000-09-12      Joel Sherrill <joel@OARcorp.com>
922
923        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
924        compiler arguments that specify CPU model options.
925
9262000-09-12      Joel Sherrill <joel@OARcorp.com>
927
928        * custom/mbx860_005b.cfg (make-target-options): Add lines to
929        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
930        may be incorrect but the BSP now compiles.
931
9322000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * custom/arm_bare_bsp.cfg: Fix comments.
935
9362000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
937
938        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
939        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
940        * ChangeLog: File paths corrected
941
9422000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
943
944        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
945
9462000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
947
948        * custom/pck6.cfg: New file
949        * custom/pc486.cfg: Use -m486
950        * custom/pc586.cfg: Use -mpentium
951        * custom/pc686.cfg: Use -mmpentiumpro
952        * custom/i386ex.cfg: Use -msoft-float
953
9542000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
955
956        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
957
9582000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
959
960        * ChangeLog: File paths corrected.
961
9622000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
963
964        * custom/mvme167.cfg: Add specification of printk port, console port
965        and serial I/O mode.  Arrange for the stripped executable to
966        be copied up the build tree.
967       
9682000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
969
970        * custom/mbx8xx.cfg: Support for shared printk and no termios.
971
9722000-08-10      John Cotton  <john.cotton@nrc.ca>
973
974        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
975
9762000-08-10      Joel Sherrill <joel@OARcorp.com>
977
978        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.