source: rtems/make/ChangeLog @ b8ed5c43

4.104.114.84.95
Last change on this file since b8ed5c43 was 9e4fa6ae, checked in by Joel Sherrill <joel.sherrill@…>, on 09/29/04 at 20:21:15

2004-09-29 Joel Sherrill <joel@…>

  • custom/h8sim.cfg: i960 obsoleted.
  • custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
  • Property mode set to 100644
File size: 29.4 KB
Line 
12004-09-29      Joel Sherrill <joel@OARcorp.com>
2
3        * custom/h8sim.cfg: i960 obsoleted.
4        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
5
62004-08-03      Jay Monkman <jtm@lopingdog.com>
7
8        * custom/csb360.cfg: New file.
9
102004-07-15      Jay Monkman
11
12        * custom/csb336.cfg, custom/csb337.cfg: New files.
13
142004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
17        with FreeBSD and now unused).
18        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
19
202004-04-12      David Querbach <querbach@realtime.bc.ca>
21
22        * custom/ss555.cfg: New file.
23
242004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
27        with Cygwin and now unused).
28
292004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
32
332004-03-05      Joel Sherrill <joel@OARcorp.com>
34
35        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
36        support.
37
382004-02-26      Joel Sherrill <joel@OARcorp.com>
39
40        PR 570/bsps
41        * custom/mvme2307.cfg: Do not use -msdata=eabi since
42        it breaks the linking of the vectors.
43
442004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Cosmetics.
47
482004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
51        dist_rtems_make_custom_DATA = custom/default.cfg.
52
532004-02-05      Joel Sherrill <joel@OARcorp.com>
54
55        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
56        these -- copied from the 4.6 branch.
57
582004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        PR 553/bsps
61        * custom/mrm332.cfg: Comment out objdump.
62
632004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
66
672004-01-20      Joel Sherrill <joel@OARcorp.com>
68
69        PR 553/bsps
70        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
71        comment.
72
732004-01-07      Joel Sherrill <joel@OARcorp.com>
74
75        * Makefile.am: Remove efi68k and efi332 references as they are no
76        longer in the tree.
77
782004-01-07      Joel Sherrill <joel@OARcorp.com>
79
80        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
81        users of these boards so we are removing them.
82        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
83
842004-01-07      Joel Sherrill <joel@OARcorp.com>
85
86        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
87
882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: EXTRA_DIST +=.
91
922003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * custom/Makefile.am: Remove.
95        * Makefile.am: Merge-in former custom/Makefile.am
96
972003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
100        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
101
1022003-09-26      Joel Sherrill <joel@OARcorp.com>
103
104        * custom/simhppa.cfg: Removed.
105
1062003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
109
1102003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        PR 470/bsps
113        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
114        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
115        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
116
1172003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
120        the BSP's configure-script).
121        Remove BSP_CPPFLAGS (Obsolete).
122
1232003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        PR 321/bsps
126        * leaf.cfg: Remove support for profile-variant.
127        * main.cfg: Ditto.
128        * compilers/gcc-no_bsp.cfg: Ditto.
129        * compilers/gcc-portsw.cfg: Ditto.
130        * compilers/gcc-target-default.cfg: Ditto.
131
1322003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
133
134        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
135
1362003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
137
138        PR 368/filesystems
139        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
140        with this PR for alias BSPs.
141
1422003-03-18  Till Straumann <strauman@slac.stanford.edu>
143
144        PR 356/bsps
145        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
146        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
147
1482003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
151
1522003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
155        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
156        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
157        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
158
1592003-02-14      Joel Sherrill <joel@OARcorp.com>
160
161        AMD a29k obsolete.
162        * custom/portsw.cfg: Removed.
163
1642003-01-20      Duane Gustavus <duane@unt.edu>
165
166        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
167
1682003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
171        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
172        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
173        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
174        Move -D_BSD_SOURCE to CPU_CFLAGS.
175        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
176        Move -Dsolaris2 to CPU_CFLAGS.
177        Remove -D__EXTENSIONS__.
178
1792002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * custom/posix.cfg: Remove comment referring to host.cfg.
182
1832002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * custom/default.cfg: Pickup target.cfg from BSP directory.
186
1872002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
188
189        * custom/mtx603e.cfg: New file.
190
1912002-11-17      Joel Sherrill <joel@OARcorp.com>
192
193        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
194        build variants work for user applications post install.
195
1962002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
199        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
200        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
201        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
202        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
203
2042002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
205
206        * custom/edb7312.cfg: New file.
207
2082002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
211        obsolete Makefile.
212        * leaf.cfg: Various changes to LIBVARIANT processing.
213        * main.cfg: Ditto.
214
2152002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Add compilers/*.
218        * compilers/Makefile.am: Remove.
219        * lib.cfg: Remove.
220        * directory.cfg: Remove.
221        * README: Remove.
222
2232002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Add Templates/*.
226        * Templates/Makefile.am: Remove.
227
2282002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
231
2322002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
235        * custom/HPUX9-posix.cfg: Ditto.
236        * custom/Linux-posix.cfg: Ditto.
237
2382002-10-02      Joel Sherrill <joel@OARcorp.com>
239
240        * custom/armulator.cfg: Remove reference to PowerPC arguments.
241
2422002-09-13      Joel Sherrill <joel@OARcorp.com>
243
244        * Part of addressing PR281.
245        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
246        * compilers/gcc-target-default.cfg: Removed remaining support for
247        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
248        as one of the LDFLAGS when the debug variant is specified.
249
2502002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * custom/posix.cfg: Don't include host.cfg.
253
2542002-08-09      Joel Sherrill <joel@OARcorp.com>
255
256        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
257
2582002-08-07      Ivan Guzvinec <ivang@opencores.org>
259
260        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
261
2622002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
265
2662002-08-06      Joel Sherrill <joel@OARcorp.com>
267
268        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
269        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
270
2712002-08-06      Chris Ziomkowski <chris@asics.ws>
272
273        * custom/or32sim.cfg: New file added as part of merge from
274        OpenCores repository.
275
2762002-08-05      Joel Sherrill <joel@OARcorp.com>
277
278        * Per PR260 eliminate use of make-target-options.  This impacted
279        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
280        SuperCore and required that the m68k optimized memcpy be moved
281        to libcpu.
282        * custom/gen68360.cfg: Remove make-target-options.
283
2842002-08-01      Joel Sherrill <joel@OARcorp.com>
285
286        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
287        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
288
2892002-08-01      Joel Sherrill <joel@OARcorp.com>
290
291        * custom/mvme136.cfg: Remove make-target-options.
292
2932002-07-30      Joel Sherrill <joel@OARcorp.com>
294
295        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
296        will disappear when make clean is performed.
297
2982002-07-24      Joel Sherrill <joel@OARcorp.com>
299
300        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
301        to use gcc 3.1 arguments.
302
3032002-07-22      Joel Sherrill <joel@OARcorp.com>
304
305        * Templates/Makefile.leaf: Clarify the MANAGERS example.
306
3072002-07-01      Joel Sherrill <joel@OARcorp.com>
308
309        * custom/p4650.cfg: Update arguments to gcc3.
310
3112002-06-14      Joel Sherrill <joel@OARcorp.com>
312
313        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
314        to gcc 3.1 arguments.
315
3162002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
317
318        * custom/dmv177.cfg: Use -mcpu=603e.
319        * custom/ppcn_60x.cfg: Use -mcpu=603e.
320        * custom/psim.cfg: Use -mcpu=603e.
321        * custom/score603e.cfg: Use -mcpu=603e.
322        * custom/ts_386ex.cfg: Remove obsolete comments.
323        * custom/rxgen960.cfg: Remove obsolete comments.
324        * custom/cvme961.cfg: Remove obsolete comments.
325
3262001-05-09      Joel Sherrill <joel@OARcorp.com>
327
328        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
329        compatable arguments.
330 
3312002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
334        Remove obsolete comments.
335        * custom/eth_comm.cfg: Remove make-target-options.
336        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
337        CPU_CFLAGS.
338        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
339        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
340        * custom/mbx8xx.cfg: Remove make-target-options.
341        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
342        Remove obsolete comments.
343        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
344        Remove obsolete comments.
345        * custom/mpc8260ads.cfg: Remove make-target-options.
346        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
347        CPU_CFLAGS.
348        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
349        Remove obsolete comments.
350        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
351        CPU_CFLAGS.
352        Remove obsolete comments.
353        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
354        Remove obsolete comments.
355        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
356        CPU_CFLAGS.
357        Remove obsolete comments.
358
3592002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * custom/gen405.cfg: Remove -D__powerpc__.
362
3632002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
366        * custom/erc32.cfg: Ditto.
367        * custom/leon2.cfg: Ditto.
368
369
3702002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
373        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
374        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
375
3762002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * custom/cvme961.cfg: Remove GCC272 support.
379        * custom/dmv152.cfg: Remove GCC272 support.
380        * custom/efi332.cfg: Remove GCC272 support.
381        * custom/efi68k.cfg: Remove GCC272 support.
382        * custom/eth_comm.cfg: Remove GCC272 support.
383        * custom/gen405.cfg: Remove GCC272 support.
384        * custom/gen68302.cfg: Remove GCC272 support.
385        * custom/gen68340.cfg: Remove GCC272 support.
386        * custom/gen68360.cfg: Remove GCC272 support.
387        * custom/genmongoosev.cfg: Remove GCC272 support.
388        * custom/helas403.cfg: Remove GCC272 support.
389        * custom/i386ex.cfg: Remove GCC272 support.
390        * custom/i960sim.cfg: Remove GCC272 support.
391        * custom/idp.cfg: Remove GCC272 support.
392        * custom/leon2.cfg: Remove GCC272 support.
393        * custom/mbx8xx.cfg: Remove GCC272 support.
394        * custom/mcf5206elite.cfg: Remove GCC272 support.
395        * custom/mpc8260ads.cfg: Remove GCC272 support.
396        * custom/mrm332.cfg: Remove GCC272 support.
397        * custom/mvme136.cfg: Remove GCC272 support.
398        * custom/mvme147.cfg: Remove GCC272 support.
399        * custom/mvme167.cfg: Remove GCC272 support.
400        * custom/ods68302.cfg: Remove GCC272 support.
401        * custom/p4000.cfg: Remove GCC272 support.
402        * custom/p4600.cfg: Remove GCC272 support.
403        * custom/p4650.cfg: Remove GCC272 support.
404        * custom/pc386.cfg: Remove GCC272 support.
405        * custom/portsw.cfg: Remove GCC272 support.
406        * custom/psim.cfg: Remove GCC272 support.
407        * custom/rxgen960.cfg: Remove GCC272 support.
408        * custom/score603e.cfg: Remove GCC272 support.
409        * custom/sim68000.cfg: Remove GCC272 support.
410        * custom/simhppa.cfg: Remove GCC272 support.
411        * custom/simsh4.cfg: Remove GCC272 support.
412        * custom/ts_386ex.cfg: Remove GCC272 support.
413
4142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
417        * Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
420
4212002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * compilers/gcc-target-default.cfg: Add missing \.
424        Reported by Ilya Alexeev <ilya@continuum.ru>.
425
4262002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
429        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
430        support.
431        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
432
4332001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
436        * custom/FreeBSD-posix.cfg: Ditto.
437        * custom/HPUX9-posix.cfg: Ditto.
438        * custom/Linux-posix.cfg: Ditto.
439        * custom/Solaris-posix.cfg: Ditto.
440
4412001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
444        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
445
4462001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * custom/armulator.cfg: Remove make-target-options.
449        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
450        (now in erc32/configure.ac).
451        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
452        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
453        Remove CONSOLE_USE_POLLED (Unused).
454        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
455        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
456        * custom/mvme162.cfg: Remove references to mvme162lx.
457        Abandon gcc272. Remove make-target-options.
458        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
459
4602001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * custom/bare.cfg: Remove make-target-options.
463        * custom/c4xsim.cfg: Ditto.
464        * custom/cvme961.cfg: Ditto.
465        * custom/efi68k.cfg: Ditto.
466        * custom/gen68302.cfg: Ditto.
467        * custom/gen68340.cfg: Ditto.
468        * custom/genmongoosev.cfg: Ditto.
469        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
470        make-exe, remove empty lines.
471        * custom/h8sim.cfg: Remove make-target-options.
472        * custom/mcf5206elite.cfg: Ditto.
473        * custom/mrm332.cfg: Ditto.
474        * custom/mvme147.cfg: Ditto.
475        * custom/ods68302.cfg: Ditto.
476        * custom/p4000.cfg: Ditto.
477        * custom/p4600.cfg: Ditto.
478        * custom/p4650.cfg: Ditto.
479        * custom/pc386.cfg: Ditto.
480        * custom/portsw.cfg: Ditto.
481        * custom/simsh4.cfg: Ditto.
482
4832001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * custom/efi332.cfg: Remove make-target-options.
486        * custom/idp.cfg: Ditto.
487        * custom/jmr3904.cfg: Ditto.
488
4892001-11-27      Joel Sherrill <joel@OARcorp.com>,
490
491        * ChangeLog: Deleted bogus entry.
492
4932001-11-27      Joel Sherrill <joel@OARcorp.com>,
494
495        * custom/ods68302.cfg: Eliminated required definition of macros in this
496        file for the BSP to compile.  The ROM and ROM address and size settings
497        are now linker script items. 
498
4992001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501
502        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
503        Remove make-target-options.
504        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
505        Remove make-target-options.
506        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
507        DATA_CACHE_ENABLE.
508        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
509        DATA_CACHE_ENABLE.
510        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
511        DATA_CACHE_ENABLE.
512
5132001-11-25      Joel Sherrill <joel@OARcorp.com>
514
515        * custom/papyrus.cfg: Removed.
516        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
517
5182001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
521        * custom/mcp750.cfg: Ditto.
522
5232001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
526        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
527        * custom/psim.cfg: Refect changes to psim/configure.ac.
528        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
529        remove SCORE603E_GENERATION.
530
5312001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
534        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
535        * custom/mbx860_005b.cfg: Ditto.
536        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
537
538
5392001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * custom/gensh1.cfg: remove make-target-options.
542        * custom/gensh2.cfg: remove make-target-options.
543
5442001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
547        remove make-target-options, remove BSP_CPPFLAGS.
548
5492001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
552
5532001-11-14      Joel Sherrill <joel@OARcorp.com>
554
555        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
556        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
557        These are new exception processing model BSPs and thus do not
558        need to define PPC_USE_SPRG.
559
5602001-11-14      Joel Sherrill <joel@OARcorp.com>
561
562        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
563
5642001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * custom/ts_386ex.cfg: Remove make-target-options.
567        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
568        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
569        different flags.
570
5712001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
574        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
575        re-adopt mcp750.cfg's make-exe.
576
5772001-11-13      Joel Sherrill <joel@OARcorp.com>
578
579        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
580        the --srec-len argument to objcopy only supported in binutils 2.11
581        or newer.
582
5832001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
584
585        This modification is part of the submitted modifications necessary to
586        support the IBM PPC405 family.  This submission was reviewed by
587        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
588        not negatively impact the ppc403 BSPs.  The submission and tracking
589        process was captured as PR50.
590        * custom/gen405.cfg: New file.
591        * custom/helas403.cfg: Modified to generate Srecords.
592
5932001-10-30      Joel Sherrill <joel@OARcorp.com>
594
595        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
596
5972001-10-26      Victor V. Vengerov <vvv@oktet.ru>
598
599        * custom/mcf5206elite.cfg: New file.
600
6012001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
602
603        * custom/mpc8260ads.cfg: New file.
604
6052001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * custom/gensh4.cfg: Remove START_HW_INIT.
608        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
609
6102001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * custom/gensh4.cfg: Remove HZ.
613        * custom/simsh4.cfg: Remove HZ.
614
6152001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
616
617        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
618        of Hitachi SH4 BSPs of the same name.  Reviewed and some
619        cleanup by Joel Sherrill <joel@OARcorp.com>.
620
6212001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
624
6252001-10-11      Joel Sherrill <joel@OARcorp.com>
626
627        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
628        to avoid using the apparently broken or deprecated -o argument.
629
6302001-09-28      Joel Sherrill <joel@OARcorp.com>
631
632        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
633        for MC68302_BASE.
634
6352001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * custom/bare.cfg: Define dummy make-cxx-exe.
638
6392001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * ChangeLog: Formatting cleanup.
642
6432001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
646        make-target-options.
647        * custom/FreeBSD-posix.cfg: Remove make-target-options.
648        * custom/HPUX9-posix.cfg: Dito.
649        * custom/Linux-posix.cfg: Dito.
650        * custom/Solaris-posix.cfg: Dito.
651        * custom/arm_bare_bsp.cfg: Dito.
652        * custom/armulator.cfg: Dito.
653        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
654        * custom/i386ex.cfg: Remove make-target-options.
655        * custom/i960sim.cfg: Remove make-target-options.
656        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
657        CONSOLE_USE_INTERRUPTS.
658        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
659        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
660        CONSOLE_USE_INTERRUPTS.
661        * custom/vegaplus.cfg: Remove make-target-options.
662
6632001-05-25      Joel Sherrill <joel@OARcorp.com>
664
665        * custom/mrm332.cfg: Switched $(SED) to sed.
666
6672000-05-25      Matt Cross <profesor@gweep.net>
668
669        * New MRM332 BSP for the Mini RoboMind board based
670        on the 68332 microcontroller designed and build by Mark
671        Castelluccio.  For details on the MRM see http://www.robominds.com.
672        * custom/mrm332.cfg: New file.
673
6742001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
677        CONSOLE_USE_POLLED, HAS_RTC.
678
6792001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
682        * custom/gensh2.cfg: Dito.
683
6842001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
687        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
688        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
689        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
690        remove unused flags, remove -ansi from CPP.
691        * custom/eth_comm.cfg: Remove CPU_DEFINES.
692        * custom/sim68000.cfg: Remove CPU_DEFINES.
693       
6942001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
697        * compilers/gcc-target-default.cfg: Dito.
698        * compilers/gcc-portsw.cfg: Remove -Hansi.
699        * custom/posix.cfg: Remove inclusion of target.cfg.
700        * custom/simhppa.cfg: Remove -ansi -fasm.
701
7022001-04-11      Eric Valette <valette@crf.canon.fr>
703
704        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
705        "new exception processing model."
706
7072001-04-11      Joel Sherrill <joel@OARcorp.com>
708
709        * custom/default.cfg: Switch to using exec_prefix to reflect new
710        organization of install point from Ralf Corsepius.
711
7122001-03-30      Eric Valette <valette@crf.canon.fr>
713
714        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
715        use the "new exception processing model."
716
7172001-03-14      Joel Sherrill <joel@OARcorp.com>
718
719        * custom/genmongossev.cfg: New file.
720
7212001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * custom/pc386dx.cfg: New bsp.
724
7252001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
728        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
729        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
730
7312001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
734        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
735        * host.cfg.in: Remove RM, make-script.
736        * ChangeLog: Remove bogus 2001-01-22 entry.
737
7382001-01-09      Joel Sherrill <joel@OARcorp.com>
739
740        * custom/pc386.cfg (make-exe): Removed commented out lines that
741        were displayed in build longs.
742
7432001-01-08      Joel Sherrill <joel@OARcorp.com>
744
745        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
746        unneeded definitions when compiled for "mips" rather than "mips64orion."
747        Correct CPU_CFLAGS.
748
7492001-01-05      Joel Sherrill <joel@OARcorp.com>
750
751        * custom/gensh1.cfg: Removed rest of make-target-options and
752        moved them to BSP configure options.
753
7542001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
755
756        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
757        install point or assuming BSP build tree is available.
758
7592001-01-03      Joel Sherrill <joel@OARcorp.com>
760
761        * custom/psim.cfg: Removed unused variables.
762
7632001-01-03      Joel Sherrill <joel@OARcorp.com>
764
765        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
766        * custom/simcpu32.cfg: Removed MVME162 reference.
767
7682000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
769
770        * custom/mcp750.cfg: Fix problems in generation of .exe file.
771        Still need to fix to avoid touching install point on non-install stanza.
772
7732000-12-06      Joel Sherrill <joel@OARcorp.com>
774
775        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
776        and copies that should not be in it.
777
7782000-12-01      Joel Sherrill <joel@OARcorp.com>
779
780        * custom/jmr3904.cfg: Turn optimization back up to -O2.
781
7822000-11-30      Joel Sherrill <joel@OARcorp.com>
783
784        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
785        a mips1.  gcc translates -m3900 into that.
786
7872000-11-27      Joel Sherrill <joel@OARcorp.com>
788
789        * custom/jmr3904.cfg: Fix incorrect reference to i960.
790
7912000-11-27      Joel Sherrill <joel@OARcorp.com>
792
793        * custom/shsim.cfg: New file.
794        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
795        The shsim is for the SH simulator in gdb. It should be able
796        to be used with multiple SH CPU models.  This will require
797        adding BSP variants.
798
7992000-11-25      Joel Sherrill <joel@OARcorp.com>
800
801        * custom/pc386.cfg: make-exe rule would write into
802        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
803        is generally not writeable after the BSP is installed and you do not
804        want every application installed there by default.  Reported by
805        Eric Norum <eric.norum@usask.ca>.
806
8072000-11-25      Joel Sherrill <joel@OARcorp.com>
808
809        * custom/Makefile.am: Updated to add jmr3904.cfg
810        * custom/jmr3904.cfg: New file.
811
8122000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
813
814        * custom/leon2.cfg: Removed defines that are now generated
815        in a non-BSP specific manner.
816
8172000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
818
819        * custom/Makefile.am: Modified to reflect addition of files.
820        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
821        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
822
8232000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
826
8272000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
830
8312000-10-24      Joel Sherrill <joel@OARcorp.com>
832
833        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
834        definition since this information can be picked up from
835        autoconf generated files.  These BSPs are shared by the
836        mips and mips64orion "ports."
837
8382000-10-18      Joel Sherrill <joel@OARcorp.com>
839
840        * compilers/gcc-portsw.cfg: Use gcc style flags.
841
8422000-09-13      Joel Sherrill <joel@OARcorp.com>
843
844        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
845        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
846
8472000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
848
849        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
850        Eric Valette <valette@crf.canon.fr>.
851        * custom/vegaplus.cfg: New file.
852
8532000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
856        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
857        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
858        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
859        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
860        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
861        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
862
8632000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        * custom/gensh2.cfg: Fix comments.
866
8672000-09-12      Joel Sherrill <joel@OARcorp.com>
868
869        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
870        compiler arguments that specify CPU model options.
871
8722000-09-12      Joel Sherrill <joel@OARcorp.com>
873
874        * custom/mbx860_005b.cfg (make-target-options): Add lines to
875        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
876        may be incorrect but the BSP now compiles.
877
8782000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * custom/arm_bare_bsp.cfg: Fix comments.
881
8822000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
885        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
886        * ChangeLog: File paths corrected
887
8882000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
889
890        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
891
8922000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * custom/pck6.cfg: New file
895        * custom/pc486.cfg: Use -m486
896        * custom/pc586.cfg: Use -mpentium
897        * custom/pc686.cfg: Use -mmpentiumpro
898        * custom/i386ex.cfg: Use -msoft-float
899
9002000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
901
902        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
903
9042000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
905
906        * ChangeLog: File paths corrected.
907
9082000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
909
910        * custom/mvme167.cfg: Add specification of printk port, console port
911        and serial I/O mode.  Arrange for the stripped executable to
912        be copied up the build tree.
913       
9142000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
915
916        * custom/mbx8xx.cfg: Support for shared printk and no termios.
917
9182000-08-10      John Cotton  <john.cotton@nrc.ca>
919
920        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
921
9222000-08-10      Joel Sherrill <joel@OARcorp.com>
923
924        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.