source: rtems/make/ChangeLog @ 9bd78e3e

4.104.114.84.95
Last change on this file since 9bd78e3e was 9bd78e3e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/06/02 at 11:21:45

2002-12-06 Ralf Corsepius <corsepiu@…>

  • custom/posix.cfg: Remove comment referring to host.cfg.
  • Property mode set to 100644
File size: 24.3 KB
Line 
12002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * custom/posix.cfg: Remove comment referring to host.cfg.
4
52002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * custom/default.cfg: Pickup target.cfg from BSP directory.
8
92002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
10
11        * custom/mtx603e.cfg: New file.
12
132002-11-17      Joel Sherrill <joel@OARcorp.com>
14
15        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
16        build variants work for user applications post install.
17
182002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
21        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
22        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
23        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
24        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
25
262002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
27
28        * custom/edb7312.cfg: New file.
29
302002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
33        obsolete Makefile.
34        * leaf.cfg: Various changes to LIBVARIANT processing.
35        * main.cfg: Ditto.
36
372002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Add compilers/*.
40        * compilers/Makefile.am: Remove.
41        * lib.cfg: Remove.
42        * directory.cfg: Remove.
43        * README: Remove.
44
452002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Add Templates/*.
48        * Templates/Makefile.am: Remove.
49
502002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
53
542002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
57        * custom/HPUX9-posix.cfg: Ditto.
58        * custom/Linux-posix.cfg: Ditto.
59
602002-10-02      Joel Sherrill <joel@OARcorp.com>
61
62        * custom/armulator.cfg: Remove reference to PowerPC arguments.
63
642002-09-13      Joel Sherrill <joel@OARcorp.com>
65
66        * Part of addressing PR281.
67        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
68        * compilers/gcc-target-default.cfg: Removed remaining support for
69        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
70        as one of the LDFLAGS when the debug variant is specified.
71
722002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * custom/posix.cfg: Don't include host.cfg.
75
762002-08-09      Joel Sherrill <joel@OARcorp.com>
77
78        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
79
802002-08-07      Ivan Guzvinec <ivang@opencores.org>
81
82        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
83
842002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
87
882002-08-06      Joel Sherrill <joel@OARcorp.com>
89
90        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
91        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
92
932002-08-06      Chris Ziomkowski <chris@asics.ws>
94
95        * custom/or32sim.cfg: New file added as part of merge from
96        OpenCores repository.
97
982002-08-05      Joel Sherrill <joel@OARcorp.com>
99
100        * Per PR260 eliminate use of make-target-options.  This impacted
101        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
102        SuperCore and required that the m68k optimized memcpy be moved
103        to libcpu.
104        * custom/gen68360.cfg: Remove make-target-options.
105
1062002-08-01      Joel Sherrill <joel@OARcorp.com>
107
108        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
109        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
110
1112002-08-01      Joel Sherrill <joel@OARcorp.com>
112
113        * custom/mvme136.cfg: Remove make-target-options.
114
1152002-07-30      Joel Sherrill <joel@OARcorp.com>
116
117        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
118        will disappear when make clean is performed.
119
1202002-07-24      Joel Sherrill <joel@OARcorp.com>
121
122        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
123        to use gcc 3.1 arguments.
124
1252002-07-22      Joel Sherrill <joel@OARcorp.com>
126
127        * Templates/Makefile.leaf: Clarify the MANAGERS example.
128
1292002-07-01      Joel Sherrill <joel@OARcorp.com>
130
131        * custom/p4650.cfg: Update arguments to gcc3.
132
1332002-06-14      Joel Sherrill <joel@OARcorp.com>
134
135        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
136        to gcc 3.1 arguments.
137
1382002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
139
140        * custom/dmv177.cfg: Use -mcpu=603e.
141        * custom/ppcn_60x.cfg: Use -mcpu=603e.
142        * custom/psim.cfg: Use -mcpu=603e.
143        * custom/score603e.cfg: Use -mcpu=603e.
144        * custom/ts_386ex.cfg: Remove obsolete comments.
145        * custom/rxgen960.cfg: Remove obsolete comments.
146        * custom/cvme961.cfg: Remove obsolete comments.
147
1482001-05-09      Joel Sherrill <joel@OARcorp.com>
149
150        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
151        compatable arguments.
152 
1532002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
156        Remove obsolete comments.
157        * custom/eth_comm.cfg: Remove make-target-options.
158        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
159        CPU_CFLAGS.
160        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
161        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
162        * custom/mbx8xx.cfg: Remove make-target-options.
163        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
164        Remove obsolete comments.
165        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
166        Remove obsolete comments.
167        * custom/mpc8260ads.cfg: Remove make-target-options.
168        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
169        CPU_CFLAGS.
170        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
171        Remove obsolete comments.
172        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
173        CPU_CFLAGS.
174        Remove obsolete comments.
175        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
176        Remove obsolete comments.
177        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
178        CPU_CFLAGS.
179        Remove obsolete comments.
180
1812002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * custom/gen405.cfg: Remove -D__powerpc__.
184
1852002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
188        * custom/erc32.cfg: Ditto.
189        * custom/leon2.cfg: Ditto.
190
191
1922002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
195        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
196        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
197
1982002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * custom/cvme961.cfg: Remove GCC272 support.
201        * custom/dmv152.cfg: Remove GCC272 support.
202        * custom/efi332.cfg: Remove GCC272 support.
203        * custom/efi68k.cfg: Remove GCC272 support.
204        * custom/eth_comm.cfg: Remove GCC272 support.
205        * custom/gen405.cfg: Remove GCC272 support.
206        * custom/gen68302.cfg: Remove GCC272 support.
207        * custom/gen68340.cfg: Remove GCC272 support.
208        * custom/gen68360.cfg: Remove GCC272 support.
209        * custom/genmongoosev.cfg: Remove GCC272 support.
210        * custom/helas403.cfg: Remove GCC272 support.
211        * custom/i386ex.cfg: Remove GCC272 support.
212        * custom/i960sim.cfg: Remove GCC272 support.
213        * custom/idp.cfg: Remove GCC272 support.
214        * custom/leon2.cfg: Remove GCC272 support.
215        * custom/mbx8xx.cfg: Remove GCC272 support.
216        * custom/mcf5206elite.cfg: Remove GCC272 support.
217        * custom/mpc8260ads.cfg: Remove GCC272 support.
218        * custom/mrm332.cfg: Remove GCC272 support.
219        * custom/mvme136.cfg: Remove GCC272 support.
220        * custom/mvme147.cfg: Remove GCC272 support.
221        * custom/mvme167.cfg: Remove GCC272 support.
222        * custom/ods68302.cfg: Remove GCC272 support.
223        * custom/p4000.cfg: Remove GCC272 support.
224        * custom/p4600.cfg: Remove GCC272 support.
225        * custom/p4650.cfg: Remove GCC272 support.
226        * custom/pc386.cfg: Remove GCC272 support.
227        * custom/portsw.cfg: Remove GCC272 support.
228        * custom/psim.cfg: Remove GCC272 support.
229        * custom/rxgen960.cfg: Remove GCC272 support.
230        * custom/score603e.cfg: Remove GCC272 support.
231        * custom/sim68000.cfg: Remove GCC272 support.
232        * custom/simhppa.cfg: Remove GCC272 support.
233        * custom/simsh4.cfg: Remove GCC272 support.
234        * custom/ts_386ex.cfg: Remove GCC272 support.
235
2362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
242
2432002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * compilers/gcc-target-default.cfg: Add missing \.
246        Reported by Ilya Alexeev <ilya@continuum.ru>.
247
2482002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
251        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
252        support.
253        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
254
2552001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
258        * custom/FreeBSD-posix.cfg: Ditto.
259        * custom/HPUX9-posix.cfg: Ditto.
260        * custom/Linux-posix.cfg: Ditto.
261        * custom/Solaris-posix.cfg: Ditto.
262
2632001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
266        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
267
2682001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * custom/armulator.cfg: Remove make-target-options.
271        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
272        (now in erc32/configure.ac).
273        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
274        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
275        Remove CONSOLE_USE_POLLED (Unused).
276        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
277        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
278        * custom/mvme162.cfg: Remove references to mvme162lx.
279        Abandon gcc272. Remove make-target-options.
280        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
281
2822001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * custom/bare.cfg: Remove make-target-options.
285        * custom/c4xsim.cfg: Ditto.
286        * custom/cvme961.cfg: Ditto.
287        * custom/efi68k.cfg: Ditto.
288        * custom/gen68302.cfg: Ditto.
289        * custom/gen68340.cfg: Ditto.
290        * custom/genmongoosev.cfg: Ditto.
291        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
292        make-exe, remove empty lines.
293        * custom/h8sim.cfg: Remove make-target-options.
294        * custom/mcf5206elite.cfg: Ditto.
295        * custom/mrm332.cfg: Ditto.
296        * custom/mvme147.cfg: Ditto.
297        * custom/ods68302.cfg: Ditto.
298        * custom/p4000.cfg: Ditto.
299        * custom/p4600.cfg: Ditto.
300        * custom/p4650.cfg: Ditto.
301        * custom/pc386.cfg: Ditto.
302        * custom/portsw.cfg: Ditto.
303        * custom/simsh4.cfg: Ditto.
304
3052001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * custom/efi332.cfg: Remove make-target-options.
308        * custom/idp.cfg: Ditto.
309        * custom/jmr3904.cfg: Ditto.
310
3112001-11-27      Joel Sherrill <joel@OARcorp.com>,
312
313        * ChangeLog: Deleted bogus entry.
314
3152001-11-27      Joel Sherrill <joel@OARcorp.com>,
316
317        * custom/ods68302.cfg: Eliminated required definition of macros in this
318        file for the BSP to compile.  The ROM and ROM address and size settings
319        are now linker script items. 
320
3212001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323
324        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
325        Remove make-target-options.
326        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
327        Remove make-target-options.
328        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
329        DATA_CACHE_ENABLE.
330        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
331        DATA_CACHE_ENABLE.
332        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
333        DATA_CACHE_ENABLE.
334
3352001-11-25      Joel Sherrill <joel@OARcorp.com>
336
337        * custom/papyrus.cfg: Removed.
338        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
339
3402001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
343        * custom/mcp750.cfg: Ditto.
344
3452001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
348        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
349        * custom/psim.cfg: Refect changes to psim/configure.ac.
350        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
351        remove SCORE603E_GENERATION.
352
3532001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
356        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
357        * custom/mbx860_005b.cfg: Ditto.
358        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
359
360
3612001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * custom/gensh1.cfg: remove make-target-options.
364        * custom/gensh2.cfg: remove make-target-options.
365
3662001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
369        remove make-target-options, remove BSP_CPPFLAGS.
370
3712001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
374
3752001-11-14      Joel Sherrill <joel@OARcorp.com>
376
377        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
378        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
379        These are new exception processing model BSPs and thus do not
380        need to define PPC_USE_SPRG.
381
3822001-11-14      Joel Sherrill <joel@OARcorp.com>
383
384        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
385
3862001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * custom/ts_386ex.cfg: Remove make-target-options.
389        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
390        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
391        different flags.
392
3932001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
396        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
397        re-adopt mcp750.cfg's make-exe.
398
3992001-11-13      Joel Sherrill <joel@OARcorp.com>
400
401        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
402        the --srec-len argument to objcopy only supported in binutils 2.11
403        or newer.
404
4052001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
406
407        This modification is part of the submitted modifications necessary to
408        support the IBM PPC405 family.  This submission was reviewed by
409        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
410        not negatively impact the ppc403 BSPs.  The submission and tracking
411        process was captured as PR50.
412        * custom/gen405.cfg: New file.
413        * custom/helas403.cfg: Modified to generate Srecords.
414
4152001-10-30      Joel Sherrill <joel@OARcorp.com>
416
417        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
418
4192001-10-26      Victor V. Vengerov <vvv@oktet.ru>
420
421        * custom/mcf5206elite.cfg: New file.
422
4232001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
424
425        * custom/mpc8260ads.cfg: New file.
426
4272001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * custom/gensh4.cfg: Remove START_HW_INIT.
430        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
431
4322001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * custom/gensh4.cfg: Remove HZ.
435        * custom/simsh4.cfg: Remove HZ.
436
4372001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
438
439        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
440        of Hitachi SH4 BSPs of the same name.  Reviewed and some
441        cleanup by Joel Sherrill <joel@OARcorp.com>.
442
4432001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
446
4472001-10-11      Joel Sherrill <joel@OARcorp.com>
448
449        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
450        to avoid using the apparently broken or deprecated -o argument.
451
4522001-09-28      Joel Sherrill <joel@OARcorp.com>
453
454        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
455        for MC68302_BASE.
456
4572001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * custom/bare.cfg: Define dummy make-cxx-exe.
460
4612001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * ChangeLog: Formatting cleanup.
464
4652001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
468        make-target-options.
469        * custom/FreeBSD-posix.cfg: Remove make-target-options.
470        * custom/HPUX9-posix.cfg: Dito.
471        * custom/Linux-posix.cfg: Dito.
472        * custom/Solaris-posix.cfg: Dito.
473        * custom/arm_bare_bsp.cfg: Dito.
474        * custom/armulator.cfg: Dito.
475        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
476        * custom/i386ex.cfg: Remove make-target-options.
477        * custom/i960sim.cfg: Remove make-target-options.
478        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
479        CONSOLE_USE_INTERRUPTS.
480        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
481        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
482        CONSOLE_USE_INTERRUPTS.
483        * custom/vegaplus.cfg: Remove make-target-options.
484
4852001-05-25      Joel Sherrill <joel@OARcorp.com>
486
487        * custom/mrm332.cfg: Switched $(SED) to sed.
488
4892000-05-25      Matt Cross <profesor@gweep.net>
490
491        * New MRM332 BSP for the Mini RoboMind board based
492        on the 68332 microcontroller designed and build by Mark
493        Castelluccio.  For details on the MRM see http://www.robominds.com.
494        * custom/mrm332.cfg: New file.
495
4962001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
499        CONSOLE_USE_POLLED, HAS_RTC.
500
5012001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
504        * custom/gensh2.cfg: Dito.
505
5062001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
509        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
510        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
511        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
512        remove unused flags, remove -ansi from CPP.
513        * custom/eth_comm.cfg: Remove CPU_DEFINES.
514        * custom/sim68000.cfg: Remove CPU_DEFINES.
515       
5162001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
519        * compilers/gcc-target-default.cfg: Dito.
520        * compilers/gcc-portsw.cfg: Remove -Hansi.
521        * custom/posix.cfg: Remove inclusion of target.cfg.
522        * custom/simhppa.cfg: Remove -ansi -fasm.
523
5242001-04-11      Eric Valette <valette@crf.canon.fr>
525
526        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
527        "new exception processing model."
528
5292001-04-11      Joel Sherrill <joel@OARcorp.com>
530
531        * custom/default.cfg: Switch to using exec_prefix to reflect new
532        organization of install point from Ralf Corsepius.
533
5342001-03-30      Eric Valette <valette@crf.canon.fr>
535
536        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
537        use the "new exception processing model."
538
5392001-03-14      Joel Sherrill <joel@OARcorp.com>
540
541        * custom/genmongossev.cfg: New file.
542
5432001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * custom/pc386dx.cfg: New bsp.
546
5472001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
550        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
551        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
552
5532001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
556        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
557        * host.cfg.in: Remove RM, make-script.
558        * ChangeLog: Remove bogus 2001-01-22 entry.
559
5602001-01-09      Joel Sherrill <joel@OARcorp.com>
561
562        * custom/pc386.cfg (make-exe): Removed commented out lines that
563        were displayed in build longs.
564
5652001-01-08      Joel Sherrill <joel@OARcorp.com>
566
567        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
568        unneeded definitions when compiled for "mips" rather than "mips64orion."
569        Correct CPU_CFLAGS.
570
5712001-01-05      Joel Sherrill <joel@OARcorp.com>
572
573        * custom/gensh1.cfg: Removed rest of make-target-options and
574        moved them to BSP configure options.
575
5762001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
577
578        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
579        install point or assuming BSP build tree is available.
580
5812001-01-03      Joel Sherrill <joel@OARcorp.com>
582
583        * custom/psim.cfg: Removed unused variables.
584
5852001-01-03      Joel Sherrill <joel@OARcorp.com>
586
587        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
588        * custom/simcpu32.cfg: Removed MVME162 reference.
589
5902000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
591
592        * custom/mcp750.cfg: Fix problems in generation of .exe file.
593        Still need to fix to avoid touching install point on non-install stanza.
594
5952000-12-06      Joel Sherrill <joel@OARcorp.com>
596
597        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
598        and copies that should not be in it.
599
6002000-12-01      Joel Sherrill <joel@OARcorp.com>
601
602        * custom/jmr3904.cfg: Turn optimization back up to -O2.
603
6042000-11-30      Joel Sherrill <joel@OARcorp.com>
605
606        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
607        a mips1.  gcc translates -m3900 into that.
608
6092000-11-27      Joel Sherrill <joel@OARcorp.com>
610
611        * custom/jmr3904.cfg: Fix incorrect reference to i960.
612
6132000-11-27      Joel Sherrill <joel@OARcorp.com>
614
615        * custom/shsim.cfg: New file.
616        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
617        The shsim is for the SH simulator in gdb. It should be able
618        to be used with multiple SH CPU models.  This will require
619        adding BSP variants.
620
6212000-11-25      Joel Sherrill <joel@OARcorp.com>
622
623        * custom/pc386.cfg: make-exe rule would write into
624        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
625        is generally not writeable after the BSP is installed and you do not
626        want every application installed there by default.  Reported by
627        Eric Norum <eric.norum@usask.ca>.
628
6292000-11-25      Joel Sherrill <joel@OARcorp.com>
630
631        * custom/Makefile.am: Updated to add jmr3904.cfg
632        * custom/jmr3904.cfg: New file.
633
6342000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * custom/leon2.cfg: Removed defines that are now generated
637        in a non-BSP specific manner.
638
6392000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
640
641        * custom/Makefile.am: Modified to reflect addition of files.
642        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
643        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
644
6452000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
648
6492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
652
6532000-10-24      Joel Sherrill <joel@OARcorp.com>
654
655        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
656        definition since this information can be picked up from
657        autoconf generated files.  These BSPs are shared by the
658        mips and mips64orion "ports."
659
6602000-10-18      Joel Sherrill <joel@OARcorp.com>
661
662        * compilers/gcc-portsw.cfg: Use gcc style flags.
663
6642000-09-13      Joel Sherrill <joel@OARcorp.com>
665
666        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
667        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
668
6692000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
670
671        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
672        Eric Valette <valette@crf.canon.fr>.
673        * custom/vegaplus.cfg: New file.
674
6752000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
678        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
679        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
680        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
681        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
682        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
683        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
684
6852000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * custom/gensh2.cfg: Fix comments.
688
6892000-09-12      Joel Sherrill <joel@OARcorp.com>
690
691        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
692        compiler arguments that specify CPU model options.
693
6942000-09-12      Joel Sherrill <joel@OARcorp.com>
695
696        * custom/mbx860_005b.cfg (make-target-options): Add lines to
697        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
698        may be incorrect but the BSP now compiles.
699
7002000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * custom/arm_bare_bsp.cfg: Fix comments.
703
7042000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
707        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
708        * ChangeLog: File paths corrected
709
7102000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
711
712        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
713
7142000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * custom/pck6.cfg: New file
717        * custom/pc486.cfg: Use -m486
718        * custom/pc586.cfg: Use -mpentium
719        * custom/pc686.cfg: Use -mmpentiumpro
720        * custom/i386ex.cfg: Use -msoft-float
721
7222000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
723
724        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
725
7262000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
727
728        * ChangeLog: File paths corrected.
729
7302000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
731
732        * custom/mvme167.cfg: Add specification of printk port, console port
733        and serial I/O mode.  Arrange for the stripped executable to
734        be copied up the build tree.
735       
7362000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
737
738        * custom/mbx8xx.cfg: Support for shared printk and no termios.
739
7402000-08-10      John Cotton  <john.cotton@nrc.ca>
741
742        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
743
7442000-08-10      Joel Sherrill <joel@OARcorp.com>
745
746        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.