source: rtems/make/ChangeLog @ 949a718

4.104.114.84.95
Last change on this file since 949a718 was 949a718, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 15:57:20

2004-01-21 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove obsolete custom/*.cfg.
  • Property mode set to 100644
File size: 27.7 KB
Line 
12004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
4
52004-01-20      Joel Sherrill <joel@OARcorp.com>
6
7        PR 553/bsps
8        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
9        comment.
10
112004-01-07      Joel Sherrill <joel@OARcorp.com>
12
13        * Makefile.am: Remove efi68k and efi332 references as they are no
14        longer in the tree.
15
162004-01-07      Joel Sherrill <joel@OARcorp.com>
17
18        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
19        users of these boards so we are removing them.
20        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
21
222004-01-07      Joel Sherrill <joel@OARcorp.com>
23
24        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
25
262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: EXTRA_DIST +=.
29
302003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * custom/Makefile.am: Remove.
33        * Makefile.am: Merge-in former custom/Makefile.am
34
352003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
38        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
39
402003-09-26      Joel Sherrill <joel@OARcorp.com>
41
42        * custom/simhppa.cfg: Removed.
43
442003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
47
482003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        PR 470/bsps
51        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
52        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
53        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
54
552003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
58        the BSP's configure-script).
59        Remove BSP_CPPFLAGS (Obsolete).
60
612003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        PR 321/bsps
64        * leaf.cfg: Remove support for profile-variant.
65        * main.cfg: Ditto.
66        * compilers/gcc-no_bsp.cfg: Ditto.
67        * compilers/gcc-portsw.cfg: Ditto.
68        * compilers/gcc-target-default.cfg: Ditto.
69
702003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
71
72        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
73
742003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
75
76        PR 368/filesystems
77        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
78        with this PR for alias BSPs.
79
802003-03-18  Till Straumann <strauman@slac.stanford.edu>
81
82        PR 356/bsps
83        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
84        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
85
862003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
89
902003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
93        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
94        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
95        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
96
972003-02-14      Joel Sherrill <joel@OARcorp.com>
98
99        AMD a29k obsolete.
100        * custom/portsw.cfg: Removed.
101
1022003-01-20      Duane Gustavus <duane@unt.edu>
103
104        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
105
1062003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
109        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
110        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
111        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
112        Move -D_BSD_SOURCE to CPU_CFLAGS.
113        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
114        Move -Dsolaris2 to CPU_CFLAGS.
115        Remove -D__EXTENSIONS__.
116
1172002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * custom/posix.cfg: Remove comment referring to host.cfg.
120
1212002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * custom/default.cfg: Pickup target.cfg from BSP directory.
124
1252002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
126
127        * custom/mtx603e.cfg: New file.
128
1292002-11-17      Joel Sherrill <joel@OARcorp.com>
130
131        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
132        build variants work for user applications post install.
133
1342002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
137        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
138        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
139        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
140        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
141
1422002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
143
144        * custom/edb7312.cfg: New file.
145
1462002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
149        obsolete Makefile.
150        * leaf.cfg: Various changes to LIBVARIANT processing.
151        * main.cfg: Ditto.
152
1532002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Add compilers/*.
156        * compilers/Makefile.am: Remove.
157        * lib.cfg: Remove.
158        * directory.cfg: Remove.
159        * README: Remove.
160
1612002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Add Templates/*.
164        * Templates/Makefile.am: Remove.
165
1662002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
169
1702002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
173        * custom/HPUX9-posix.cfg: Ditto.
174        * custom/Linux-posix.cfg: Ditto.
175
1762002-10-02      Joel Sherrill <joel@OARcorp.com>
177
178        * custom/armulator.cfg: Remove reference to PowerPC arguments.
179
1802002-09-13      Joel Sherrill <joel@OARcorp.com>
181
182        * Part of addressing PR281.
183        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
184        * compilers/gcc-target-default.cfg: Removed remaining support for
185        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
186        as one of the LDFLAGS when the debug variant is specified.
187
1882002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * custom/posix.cfg: Don't include host.cfg.
191
1922002-08-09      Joel Sherrill <joel@OARcorp.com>
193
194        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
195
1962002-08-07      Ivan Guzvinec <ivang@opencores.org>
197
198        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
199
2002002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
203
2042002-08-06      Joel Sherrill <joel@OARcorp.com>
205
206        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
207        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
208
2092002-08-06      Chris Ziomkowski <chris@asics.ws>
210
211        * custom/or32sim.cfg: New file added as part of merge from
212        OpenCores repository.
213
2142002-08-05      Joel Sherrill <joel@OARcorp.com>
215
216        * Per PR260 eliminate use of make-target-options.  This impacted
217        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
218        SuperCore and required that the m68k optimized memcpy be moved
219        to libcpu.
220        * custom/gen68360.cfg: Remove make-target-options.
221
2222002-08-01      Joel Sherrill <joel@OARcorp.com>
223
224        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
225        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
226
2272002-08-01      Joel Sherrill <joel@OARcorp.com>
228
229        * custom/mvme136.cfg: Remove make-target-options.
230
2312002-07-30      Joel Sherrill <joel@OARcorp.com>
232
233        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
234        will disappear when make clean is performed.
235
2362002-07-24      Joel Sherrill <joel@OARcorp.com>
237
238        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
239        to use gcc 3.1 arguments.
240
2412002-07-22      Joel Sherrill <joel@OARcorp.com>
242
243        * Templates/Makefile.leaf: Clarify the MANAGERS example.
244
2452002-07-01      Joel Sherrill <joel@OARcorp.com>
246
247        * custom/p4650.cfg: Update arguments to gcc3.
248
2492002-06-14      Joel Sherrill <joel@OARcorp.com>
250
251        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
252        to gcc 3.1 arguments.
253
2542002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
255
256        * custom/dmv177.cfg: Use -mcpu=603e.
257        * custom/ppcn_60x.cfg: Use -mcpu=603e.
258        * custom/psim.cfg: Use -mcpu=603e.
259        * custom/score603e.cfg: Use -mcpu=603e.
260        * custom/ts_386ex.cfg: Remove obsolete comments.
261        * custom/rxgen960.cfg: Remove obsolete comments.
262        * custom/cvme961.cfg: Remove obsolete comments.
263
2642001-05-09      Joel Sherrill <joel@OARcorp.com>
265
266        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
267        compatable arguments.
268 
2692002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
272        Remove obsolete comments.
273        * custom/eth_comm.cfg: Remove make-target-options.
274        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
275        CPU_CFLAGS.
276        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
277        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
278        * custom/mbx8xx.cfg: Remove make-target-options.
279        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
280        Remove obsolete comments.
281        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
282        Remove obsolete comments.
283        * custom/mpc8260ads.cfg: Remove make-target-options.
284        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
285        CPU_CFLAGS.
286        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
287        Remove obsolete comments.
288        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
289        CPU_CFLAGS.
290        Remove obsolete comments.
291        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
292        Remove obsolete comments.
293        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
294        CPU_CFLAGS.
295        Remove obsolete comments.
296
2972002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * custom/gen405.cfg: Remove -D__powerpc__.
300
3012002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
304        * custom/erc32.cfg: Ditto.
305        * custom/leon2.cfg: Ditto.
306
307
3082002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
311        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
312        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
313
3142002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * custom/cvme961.cfg: Remove GCC272 support.
317        * custom/dmv152.cfg: Remove GCC272 support.
318        * custom/efi332.cfg: Remove GCC272 support.
319        * custom/efi68k.cfg: Remove GCC272 support.
320        * custom/eth_comm.cfg: Remove GCC272 support.
321        * custom/gen405.cfg: Remove GCC272 support.
322        * custom/gen68302.cfg: Remove GCC272 support.
323        * custom/gen68340.cfg: Remove GCC272 support.
324        * custom/gen68360.cfg: Remove GCC272 support.
325        * custom/genmongoosev.cfg: Remove GCC272 support.
326        * custom/helas403.cfg: Remove GCC272 support.
327        * custom/i386ex.cfg: Remove GCC272 support.
328        * custom/i960sim.cfg: Remove GCC272 support.
329        * custom/idp.cfg: Remove GCC272 support.
330        * custom/leon2.cfg: Remove GCC272 support.
331        * custom/mbx8xx.cfg: Remove GCC272 support.
332        * custom/mcf5206elite.cfg: Remove GCC272 support.
333        * custom/mpc8260ads.cfg: Remove GCC272 support.
334        * custom/mrm332.cfg: Remove GCC272 support.
335        * custom/mvme136.cfg: Remove GCC272 support.
336        * custom/mvme147.cfg: Remove GCC272 support.
337        * custom/mvme167.cfg: Remove GCC272 support.
338        * custom/ods68302.cfg: Remove GCC272 support.
339        * custom/p4000.cfg: Remove GCC272 support.
340        * custom/p4600.cfg: Remove GCC272 support.
341        * custom/p4650.cfg: Remove GCC272 support.
342        * custom/pc386.cfg: Remove GCC272 support.
343        * custom/portsw.cfg: Remove GCC272 support.
344        * custom/psim.cfg: Remove GCC272 support.
345        * custom/rxgen960.cfg: Remove GCC272 support.
346        * custom/score603e.cfg: Remove GCC272 support.
347        * custom/sim68000.cfg: Remove GCC272 support.
348        * custom/simhppa.cfg: Remove GCC272 support.
349        * custom/simsh4.cfg: Remove GCC272 support.
350        * custom/ts_386ex.cfg: Remove GCC272 support.
351
3522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
355        * Makefile.am: Remove AUTOMAKE_OPTIONS.
356        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
358
3592002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * compilers/gcc-target-default.cfg: Add missing \.
362        Reported by Ilya Alexeev <ilya@continuum.ru>.
363
3642002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
367        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
368        support.
369        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
370
3712001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
374        * custom/FreeBSD-posix.cfg: Ditto.
375        * custom/HPUX9-posix.cfg: Ditto.
376        * custom/Linux-posix.cfg: Ditto.
377        * custom/Solaris-posix.cfg: Ditto.
378
3792001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
382        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
383
3842001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * custom/armulator.cfg: Remove make-target-options.
387        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
388        (now in erc32/configure.ac).
389        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
390        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
391        Remove CONSOLE_USE_POLLED (Unused).
392        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
393        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
394        * custom/mvme162.cfg: Remove references to mvme162lx.
395        Abandon gcc272. Remove make-target-options.
396        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
397
3982001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * custom/bare.cfg: Remove make-target-options.
401        * custom/c4xsim.cfg: Ditto.
402        * custom/cvme961.cfg: Ditto.
403        * custom/efi68k.cfg: Ditto.
404        * custom/gen68302.cfg: Ditto.
405        * custom/gen68340.cfg: Ditto.
406        * custom/genmongoosev.cfg: Ditto.
407        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
408        make-exe, remove empty lines.
409        * custom/h8sim.cfg: Remove make-target-options.
410        * custom/mcf5206elite.cfg: Ditto.
411        * custom/mrm332.cfg: Ditto.
412        * custom/mvme147.cfg: Ditto.
413        * custom/ods68302.cfg: Ditto.
414        * custom/p4000.cfg: Ditto.
415        * custom/p4600.cfg: Ditto.
416        * custom/p4650.cfg: Ditto.
417        * custom/pc386.cfg: Ditto.
418        * custom/portsw.cfg: Ditto.
419        * custom/simsh4.cfg: Ditto.
420
4212001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * custom/efi332.cfg: Remove make-target-options.
424        * custom/idp.cfg: Ditto.
425        * custom/jmr3904.cfg: Ditto.
426
4272001-11-27      Joel Sherrill <joel@OARcorp.com>,
428
429        * ChangeLog: Deleted bogus entry.
430
4312001-11-27      Joel Sherrill <joel@OARcorp.com>,
432
433        * custom/ods68302.cfg: Eliminated required definition of macros in this
434        file for the BSP to compile.  The ROM and ROM address and size settings
435        are now linker script items. 
436
4372001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439
440        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
441        Remove make-target-options.
442        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
443        Remove make-target-options.
444        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
445        DATA_CACHE_ENABLE.
446        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
447        DATA_CACHE_ENABLE.
448        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
449        DATA_CACHE_ENABLE.
450
4512001-11-25      Joel Sherrill <joel@OARcorp.com>
452
453        * custom/papyrus.cfg: Removed.
454        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
455
4562001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
459        * custom/mcp750.cfg: Ditto.
460
4612001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
464        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
465        * custom/psim.cfg: Refect changes to psim/configure.ac.
466        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
467        remove SCORE603E_GENERATION.
468
4692001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
472        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
473        * custom/mbx860_005b.cfg: Ditto.
474        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
475
476
4772001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * custom/gensh1.cfg: remove make-target-options.
480        * custom/gensh2.cfg: remove make-target-options.
481
4822001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
485        remove make-target-options, remove BSP_CPPFLAGS.
486
4872001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
490
4912001-11-14      Joel Sherrill <joel@OARcorp.com>
492
493        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
494        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
495        These are new exception processing model BSPs and thus do not
496        need to define PPC_USE_SPRG.
497
4982001-11-14      Joel Sherrill <joel@OARcorp.com>
499
500        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
501
5022001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * custom/ts_386ex.cfg: Remove make-target-options.
505        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
506        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
507        different flags.
508
5092001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
512        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
513        re-adopt mcp750.cfg's make-exe.
514
5152001-11-13      Joel Sherrill <joel@OARcorp.com>
516
517        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
518        the --srec-len argument to objcopy only supported in binutils 2.11
519        or newer.
520
5212001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
522
523        This modification is part of the submitted modifications necessary to
524        support the IBM PPC405 family.  This submission was reviewed by
525        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
526        not negatively impact the ppc403 BSPs.  The submission and tracking
527        process was captured as PR50.
528        * custom/gen405.cfg: New file.
529        * custom/helas403.cfg: Modified to generate Srecords.
530
5312001-10-30      Joel Sherrill <joel@OARcorp.com>
532
533        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
534
5352001-10-26      Victor V. Vengerov <vvv@oktet.ru>
536
537        * custom/mcf5206elite.cfg: New file.
538
5392001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
540
541        * custom/mpc8260ads.cfg: New file.
542
5432001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * custom/gensh4.cfg: Remove START_HW_INIT.
546        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
547
5482001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * custom/gensh4.cfg: Remove HZ.
551        * custom/simsh4.cfg: Remove HZ.
552
5532001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
554
555        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
556        of Hitachi SH4 BSPs of the same name.  Reviewed and some
557        cleanup by Joel Sherrill <joel@OARcorp.com>.
558
5592001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
562
5632001-10-11      Joel Sherrill <joel@OARcorp.com>
564
565        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
566        to avoid using the apparently broken or deprecated -o argument.
567
5682001-09-28      Joel Sherrill <joel@OARcorp.com>
569
570        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
571        for MC68302_BASE.
572
5732001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * custom/bare.cfg: Define dummy make-cxx-exe.
576
5772001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * ChangeLog: Formatting cleanup.
580
5812001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
584        make-target-options.
585        * custom/FreeBSD-posix.cfg: Remove make-target-options.
586        * custom/HPUX9-posix.cfg: Dito.
587        * custom/Linux-posix.cfg: Dito.
588        * custom/Solaris-posix.cfg: Dito.
589        * custom/arm_bare_bsp.cfg: Dito.
590        * custom/armulator.cfg: Dito.
591        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
592        * custom/i386ex.cfg: Remove make-target-options.
593        * custom/i960sim.cfg: Remove make-target-options.
594        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
595        CONSOLE_USE_INTERRUPTS.
596        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
597        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
598        CONSOLE_USE_INTERRUPTS.
599        * custom/vegaplus.cfg: Remove make-target-options.
600
6012001-05-25      Joel Sherrill <joel@OARcorp.com>
602
603        * custom/mrm332.cfg: Switched $(SED) to sed.
604
6052000-05-25      Matt Cross <profesor@gweep.net>
606
607        * New MRM332 BSP for the Mini RoboMind board based
608        on the 68332 microcontroller designed and build by Mark
609        Castelluccio.  For details on the MRM see http://www.robominds.com.
610        * custom/mrm332.cfg: New file.
611
6122001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
615        CONSOLE_USE_POLLED, HAS_RTC.
616
6172001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
620        * custom/gensh2.cfg: Dito.
621
6222001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
625        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
626        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
627        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
628        remove unused flags, remove -ansi from CPP.
629        * custom/eth_comm.cfg: Remove CPU_DEFINES.
630        * custom/sim68000.cfg: Remove CPU_DEFINES.
631       
6322001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
635        * compilers/gcc-target-default.cfg: Dito.
636        * compilers/gcc-portsw.cfg: Remove -Hansi.
637        * custom/posix.cfg: Remove inclusion of target.cfg.
638        * custom/simhppa.cfg: Remove -ansi -fasm.
639
6402001-04-11      Eric Valette <valette@crf.canon.fr>
641
642        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
643        "new exception processing model."
644
6452001-04-11      Joel Sherrill <joel@OARcorp.com>
646
647        * custom/default.cfg: Switch to using exec_prefix to reflect new
648        organization of install point from Ralf Corsepius.
649
6502001-03-30      Eric Valette <valette@crf.canon.fr>
651
652        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
653        use the "new exception processing model."
654
6552001-03-14      Joel Sherrill <joel@OARcorp.com>
656
657        * custom/genmongossev.cfg: New file.
658
6592001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * custom/pc386dx.cfg: New bsp.
662
6632001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
666        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
667        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
668
6692001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
672        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
673        * host.cfg.in: Remove RM, make-script.
674        * ChangeLog: Remove bogus 2001-01-22 entry.
675
6762001-01-09      Joel Sherrill <joel@OARcorp.com>
677
678        * custom/pc386.cfg (make-exe): Removed commented out lines that
679        were displayed in build longs.
680
6812001-01-08      Joel Sherrill <joel@OARcorp.com>
682
683        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
684        unneeded definitions when compiled for "mips" rather than "mips64orion."
685        Correct CPU_CFLAGS.
686
6872001-01-05      Joel Sherrill <joel@OARcorp.com>
688
689        * custom/gensh1.cfg: Removed rest of make-target-options and
690        moved them to BSP configure options.
691
6922001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
693
694        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
695        install point or assuming BSP build tree is available.
696
6972001-01-03      Joel Sherrill <joel@OARcorp.com>
698
699        * custom/psim.cfg: Removed unused variables.
700
7012001-01-03      Joel Sherrill <joel@OARcorp.com>
702
703        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
704        * custom/simcpu32.cfg: Removed MVME162 reference.
705
7062000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
707
708        * custom/mcp750.cfg: Fix problems in generation of .exe file.
709        Still need to fix to avoid touching install point on non-install stanza.
710
7112000-12-06      Joel Sherrill <joel@OARcorp.com>
712
713        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
714        and copies that should not be in it.
715
7162000-12-01      Joel Sherrill <joel@OARcorp.com>
717
718        * custom/jmr3904.cfg: Turn optimization back up to -O2.
719
7202000-11-30      Joel Sherrill <joel@OARcorp.com>
721
722        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
723        a mips1.  gcc translates -m3900 into that.
724
7252000-11-27      Joel Sherrill <joel@OARcorp.com>
726
727        * custom/jmr3904.cfg: Fix incorrect reference to i960.
728
7292000-11-27      Joel Sherrill <joel@OARcorp.com>
730
731        * custom/shsim.cfg: New file.
732        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
733        The shsim is for the SH simulator in gdb. It should be able
734        to be used with multiple SH CPU models.  This will require
735        adding BSP variants.
736
7372000-11-25      Joel Sherrill <joel@OARcorp.com>
738
739        * custom/pc386.cfg: make-exe rule would write into
740        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
741        is generally not writeable after the BSP is installed and you do not
742        want every application installed there by default.  Reported by
743        Eric Norum <eric.norum@usask.ca>.
744
7452000-11-25      Joel Sherrill <joel@OARcorp.com>
746
747        * custom/Makefile.am: Updated to add jmr3904.cfg
748        * custom/jmr3904.cfg: New file.
749
7502000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * custom/leon2.cfg: Removed defines that are now generated
753        in a non-BSP specific manner.
754
7552000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
756
757        * custom/Makefile.am: Modified to reflect addition of files.
758        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
759        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
760
7612000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
764
7652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
768
7692000-10-24      Joel Sherrill <joel@OARcorp.com>
770
771        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
772        definition since this information can be picked up from
773        autoconf generated files.  These BSPs are shared by the
774        mips and mips64orion "ports."
775
7762000-10-18      Joel Sherrill <joel@OARcorp.com>
777
778        * compilers/gcc-portsw.cfg: Use gcc style flags.
779
7802000-09-13      Joel Sherrill <joel@OARcorp.com>
781
782        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
783        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
784
7852000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
786
787        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
788        Eric Valette <valette@crf.canon.fr>.
789        * custom/vegaplus.cfg: New file.
790
7912000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
794        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
795        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
796        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
797        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
798        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
799        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
800
8012000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * custom/gensh2.cfg: Fix comments.
804
8052000-09-12      Joel Sherrill <joel@OARcorp.com>
806
807        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
808        compiler arguments that specify CPU model options.
809
8102000-09-12      Joel Sherrill <joel@OARcorp.com>
811
812        * custom/mbx860_005b.cfg (make-target-options): Add lines to
813        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
814        may be incorrect but the BSP now compiles.
815
8162000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * custom/arm_bare_bsp.cfg: Fix comments.
819
8202000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
823        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
824        * ChangeLog: File paths corrected
825
8262000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
827
828        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
829
8302000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
831
832        * custom/pck6.cfg: New file
833        * custom/pc486.cfg: Use -m486
834        * custom/pc586.cfg: Use -mpentium
835        * custom/pc686.cfg: Use -mmpentiumpro
836        * custom/i386ex.cfg: Use -msoft-float
837
8382000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
839
840        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
841
8422000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
843
844        * ChangeLog: File paths corrected.
845
8462000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
847
848        * custom/mvme167.cfg: Add specification of printk port, console port
849        and serial I/O mode.  Arrange for the stripped executable to
850        be copied up the build tree.
851       
8522000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
853
854        * custom/mbx8xx.cfg: Support for shared printk and no termios.
855
8562000-08-10      John Cotton  <john.cotton@nrc.ca>
857
858        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
859
8602000-08-10      Joel Sherrill <joel@OARcorp.com>
861
862        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.