source: rtems/make/ChangeLog @ 69b2703

4.104.114.84.95
Last change on this file since 69b2703 was c9dcf77c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/15/02 at 14:28:55

2002-11-15 Ralf Corsepius <corsepiu@…>

  • custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
  • custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
  • custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
  • custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
  • custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
  • Property mode set to 100644
File size: 23.8 KB
Line 
12002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
4        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
5        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
6        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
7        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
8
92002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
10
11        * custom/edb7312.cfg: New file.
12
132002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
16        obsolete Makefile.
17        * leaf.cfg: Various changes to LIBVARIANT processing.
18        * main.cfg: Ditto.
19
202002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Add compilers/*.
23        * compilers/Makefile.am: Remove.
24        * lib.cfg: Remove.
25        * directory.cfg: Remove.
26        * README: Remove.
27
282002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Add Templates/*.
31        * Templates/Makefile.am: Remove.
32
332002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
36
372002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
40        * custom/HPUX9-posix.cfg: Ditto.
41        * custom/Linux-posix.cfg: Ditto.
42
432002-10-02      Joel Sherrill <joel@OARcorp.com>
44
45        * custom/armulator.cfg: Remove reference to PowerPC arguments.
46
472002-09-13      Joel Sherrill <joel@OARcorp.com>
48
49        * Part of addressing PR281.
50        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
51        * compilers/gcc-target-default.cfg: Removed remaining support for
52        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
53        as one of the LDFLAGS when the debug variant is specified.
54
552002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * custom/posix.cfg: Don't include host.cfg.
58
592002-08-09      Joel Sherrill <joel@OARcorp.com>
60
61        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
62
632002-08-07      Ivan Guzvinec <ivang@opencores.org>
64
65        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
66
672002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
70
712002-08-06      Joel Sherrill <joel@OARcorp.com>
72
73        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
74        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
75
762002-08-06      Chris Ziomkowski <chris@asics.ws>
77
78        * custom/or32sim.cfg: New file added as part of merge from
79        OpenCores repository.
80
812002-08-05      Joel Sherrill <joel@OARcorp.com>
82
83        * Per PR260 eliminate use of make-target-options.  This impacted
84        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
85        SuperCore and required that the m68k optimized memcpy be moved
86        to libcpu.
87        * custom/gen68360.cfg: Remove make-target-options.
88
892002-08-01      Joel Sherrill <joel@OARcorp.com>
90
91        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
92        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
93
942002-08-01      Joel Sherrill <joel@OARcorp.com>
95
96        * custom/mvme136.cfg: Remove make-target-options.
97
982002-07-30      Joel Sherrill <joel@OARcorp.com>
99
100        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
101        will disappear when make clean is performed.
102
1032002-07-24      Joel Sherrill <joel@OARcorp.com>
104
105        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
106        to use gcc 3.1 arguments.
107
1082002-07-22      Joel Sherrill <joel@OARcorp.com>
109
110        * Templates/Makefile.leaf: Clarify the MANAGERS example.
111
1122002-07-01      Joel Sherrill <joel@OARcorp.com>
113
114        * custom/p4650.cfg: Update arguments to gcc3.
115
1162002-06-14      Joel Sherrill <joel@OARcorp.com>
117
118        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
119        to gcc 3.1 arguments.
120
1212002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
122
123        * custom/dmv177.cfg: Use -mcpu=603e.
124        * custom/ppcn_60x.cfg: Use -mcpu=603e.
125        * custom/psim.cfg: Use -mcpu=603e.
126        * custom/score603e.cfg: Use -mcpu=603e.
127        * custom/ts_386ex.cfg: Remove obsolete comments.
128        * custom/rxgen960.cfg: Remove obsolete comments.
129        * custom/cvme961.cfg: Remove obsolete comments.
130
1312001-05-09      Joel Sherrill <joel@OARcorp.com>
132
133        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
134        compatable arguments.
135 
1362002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
139        Remove obsolete comments.
140        * custom/eth_comm.cfg: Remove make-target-options.
141        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
142        CPU_CFLAGS.
143        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
144        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
145        * custom/mbx8xx.cfg: Remove make-target-options.
146        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
147        Remove obsolete comments.
148        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
149        Remove obsolete comments.
150        * custom/mpc8260ads.cfg: Remove make-target-options.
151        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
152        CPU_CFLAGS.
153        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
154        Remove obsolete comments.
155        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
156        CPU_CFLAGS.
157        Remove obsolete comments.
158        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
159        Remove obsolete comments.
160        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
161        CPU_CFLAGS.
162        Remove obsolete comments.
163
1642002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * custom/gen405.cfg: Remove -D__powerpc__.
167
1682002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
171        * custom/erc32.cfg: Ditto.
172        * custom/leon2.cfg: Ditto.
173
174
1752002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
178        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
179        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
180
1812002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * custom/cvme961.cfg: Remove GCC272 support.
184        * custom/dmv152.cfg: Remove GCC272 support.
185        * custom/efi332.cfg: Remove GCC272 support.
186        * custom/efi68k.cfg: Remove GCC272 support.
187        * custom/eth_comm.cfg: Remove GCC272 support.
188        * custom/gen405.cfg: Remove GCC272 support.
189        * custom/gen68302.cfg: Remove GCC272 support.
190        * custom/gen68340.cfg: Remove GCC272 support.
191        * custom/gen68360.cfg: Remove GCC272 support.
192        * custom/genmongoosev.cfg: Remove GCC272 support.
193        * custom/helas403.cfg: Remove GCC272 support.
194        * custom/i386ex.cfg: Remove GCC272 support.
195        * custom/i960sim.cfg: Remove GCC272 support.
196        * custom/idp.cfg: Remove GCC272 support.
197        * custom/leon2.cfg: Remove GCC272 support.
198        * custom/mbx8xx.cfg: Remove GCC272 support.
199        * custom/mcf5206elite.cfg: Remove GCC272 support.
200        * custom/mpc8260ads.cfg: Remove GCC272 support.
201        * custom/mrm332.cfg: Remove GCC272 support.
202        * custom/mvme136.cfg: Remove GCC272 support.
203        * custom/mvme147.cfg: Remove GCC272 support.
204        * custom/mvme167.cfg: Remove GCC272 support.
205        * custom/ods68302.cfg: Remove GCC272 support.
206        * custom/p4000.cfg: Remove GCC272 support.
207        * custom/p4600.cfg: Remove GCC272 support.
208        * custom/p4650.cfg: Remove GCC272 support.
209        * custom/pc386.cfg: Remove GCC272 support.
210        * custom/portsw.cfg: Remove GCC272 support.
211        * custom/psim.cfg: Remove GCC272 support.
212        * custom/rxgen960.cfg: Remove GCC272 support.
213        * custom/score603e.cfg: Remove GCC272 support.
214        * custom/sim68000.cfg: Remove GCC272 support.
215        * custom/simhppa.cfg: Remove GCC272 support.
216        * custom/simsh4.cfg: Remove GCC272 support.
217        * custom/ts_386ex.cfg: Remove GCC272 support.
218
2192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
225
2262002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * compilers/gcc-target-default.cfg: Add missing \.
229        Reported by Ilya Alexeev <ilya@continuum.ru>.
230
2312002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
234        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
235        support.
236        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
237
2382001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
241        * custom/FreeBSD-posix.cfg: Ditto.
242        * custom/HPUX9-posix.cfg: Ditto.
243        * custom/Linux-posix.cfg: Ditto.
244        * custom/Solaris-posix.cfg: Ditto.
245
2462001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
249        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
250
2512001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * custom/armulator.cfg: Remove make-target-options.
254        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
255        (now in erc32/configure.ac).
256        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
257        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
258        Remove CONSOLE_USE_POLLED (Unused).
259        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
260        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
261        * custom/mvme162.cfg: Remove references to mvme162lx.
262        Abandon gcc272. Remove make-target-options.
263        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
264
2652001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * custom/bare.cfg: Remove make-target-options.
268        * custom/c4xsim.cfg: Ditto.
269        * custom/cvme961.cfg: Ditto.
270        * custom/efi68k.cfg: Ditto.
271        * custom/gen68302.cfg: Ditto.
272        * custom/gen68340.cfg: Ditto.
273        * custom/genmongoosev.cfg: Ditto.
274        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
275        make-exe, remove empty lines.
276        * custom/h8sim.cfg: Remove make-target-options.
277        * custom/mcf5206elite.cfg: Ditto.
278        * custom/mrm332.cfg: Ditto.
279        * custom/mvme147.cfg: Ditto.
280        * custom/ods68302.cfg: Ditto.
281        * custom/p4000.cfg: Ditto.
282        * custom/p4600.cfg: Ditto.
283        * custom/p4650.cfg: Ditto.
284        * custom/pc386.cfg: Ditto.
285        * custom/portsw.cfg: Ditto.
286        * custom/simsh4.cfg: Ditto.
287
2882001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * custom/efi332.cfg: Remove make-target-options.
291        * custom/idp.cfg: Ditto.
292        * custom/jmr3904.cfg: Ditto.
293
2942001-11-27      Joel Sherrill <joel@OARcorp.com>,
295
296        * ChangeLog: Deleted bogus entry.
297
2982001-11-27      Joel Sherrill <joel@OARcorp.com>,
299
300        * custom/ods68302.cfg: Eliminated required definition of macros in this
301        file for the BSP to compile.  The ROM and ROM address and size settings
302        are now linker script items. 
303
3042001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306
307        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
308        Remove make-target-options.
309        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
310        Remove make-target-options.
311        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
312        DATA_CACHE_ENABLE.
313        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
314        DATA_CACHE_ENABLE.
315        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
316        DATA_CACHE_ENABLE.
317
3182001-11-25      Joel Sherrill <joel@OARcorp.com>
319
320        * custom/papyrus.cfg: Removed.
321        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
322
3232001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
326        * custom/mcp750.cfg: Ditto.
327
3282001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
331        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
332        * custom/psim.cfg: Refect changes to psim/configure.ac.
333        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
334        remove SCORE603E_GENERATION.
335
3362001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
339        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
340        * custom/mbx860_005b.cfg: Ditto.
341        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
342
343
3442001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * custom/gensh1.cfg: remove make-target-options.
347        * custom/gensh2.cfg: remove make-target-options.
348
3492001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
352        remove make-target-options, remove BSP_CPPFLAGS.
353
3542001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
357
3582001-11-14      Joel Sherrill <joel@OARcorp.com>
359
360        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
361        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
362        These are new exception processing model BSPs and thus do not
363        need to define PPC_USE_SPRG.
364
3652001-11-14      Joel Sherrill <joel@OARcorp.com>
366
367        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
368
3692001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * custom/ts_386ex.cfg: Remove make-target-options.
372        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
373        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
374        different flags.
375
3762001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
379        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
380        re-adopt mcp750.cfg's make-exe.
381
3822001-11-13      Joel Sherrill <joel@OARcorp.com>
383
384        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
385        the --srec-len argument to objcopy only supported in binutils 2.11
386        or newer.
387
3882001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
389
390        This modification is part of the submitted modifications necessary to
391        support the IBM PPC405 family.  This submission was reviewed by
392        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
393        not negatively impact the ppc403 BSPs.  The submission and tracking
394        process was captured as PR50.
395        * custom/gen405.cfg: New file.
396        * custom/helas403.cfg: Modified to generate Srecords.
397
3982001-10-30      Joel Sherrill <joel@OARcorp.com>
399
400        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
401
4022001-10-26      Victor V. Vengerov <vvv@oktet.ru>
403
404        * custom/mcf5206elite.cfg: New file.
405
4062001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
407
408        * custom/mpc8260ads.cfg: New file.
409
4102001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * custom/gensh4.cfg: Remove START_HW_INIT.
413        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
414
4152001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * custom/gensh4.cfg: Remove HZ.
418        * custom/simsh4.cfg: Remove HZ.
419
4202001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
421
422        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
423        of Hitachi SH4 BSPs of the same name.  Reviewed and some
424        cleanup by Joel Sherrill <joel@OARcorp.com>.
425
4262001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
429
4302001-10-11      Joel Sherrill <joel@OARcorp.com>
431
432        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
433        to avoid using the apparently broken or deprecated -o argument.
434
4352001-09-28      Joel Sherrill <joel@OARcorp.com>
436
437        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
438        for MC68302_BASE.
439
4402001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * custom/bare.cfg: Define dummy make-cxx-exe.
443
4442001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * ChangeLog: Formatting cleanup.
447
4482001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
451        make-target-options.
452        * custom/FreeBSD-posix.cfg: Remove make-target-options.
453        * custom/HPUX9-posix.cfg: Dito.
454        * custom/Linux-posix.cfg: Dito.
455        * custom/Solaris-posix.cfg: Dito.
456        * custom/arm_bare_bsp.cfg: Dito.
457        * custom/armulator.cfg: Dito.
458        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
459        * custom/i386ex.cfg: Remove make-target-options.
460        * custom/i960sim.cfg: Remove make-target-options.
461        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
462        CONSOLE_USE_INTERRUPTS.
463        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
464        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
465        CONSOLE_USE_INTERRUPTS.
466        * custom/vegaplus.cfg: Remove make-target-options.
467
4682001-05-25      Joel Sherrill <joel@OARcorp.com>
469
470        * custom/mrm332.cfg: Switched $(SED) to sed.
471
4722000-05-25      Matt Cross <profesor@gweep.net>
473
474        * New MRM332 BSP for the Mini RoboMind board based
475        on the 68332 microcontroller designed and build by Mark
476        Castelluccio.  For details on the MRM see http://www.robominds.com.
477        * custom/mrm332.cfg: New file.
478
4792001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
482        CONSOLE_USE_POLLED, HAS_RTC.
483
4842001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
487        * custom/gensh2.cfg: Dito.
488
4892001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
492        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
493        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
494        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
495        remove unused flags, remove -ansi from CPP.
496        * custom/eth_comm.cfg: Remove CPU_DEFINES.
497        * custom/sim68000.cfg: Remove CPU_DEFINES.
498       
4992001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
502        * compilers/gcc-target-default.cfg: Dito.
503        * compilers/gcc-portsw.cfg: Remove -Hansi.
504        * custom/posix.cfg: Remove inclusion of target.cfg.
505        * custom/simhppa.cfg: Remove -ansi -fasm.
506
5072001-04-11      Eric Valette <valette@crf.canon.fr>
508
509        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
510        "new exception processing model."
511
5122001-04-11      Joel Sherrill <joel@OARcorp.com>
513
514        * custom/default.cfg: Switch to using exec_prefix to reflect new
515        organization of install point from Ralf Corsepius.
516
5172001-03-30      Eric Valette <valette@crf.canon.fr>
518
519        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
520        use the "new exception processing model."
521
5222001-03-14      Joel Sherrill <joel@OARcorp.com>
523
524        * custom/genmongossev.cfg: New file.
525
5262001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * custom/pc386dx.cfg: New bsp.
529
5302001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
533        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
534        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
535
5362001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
539        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
540        * host.cfg.in: Remove RM, make-script.
541        * ChangeLog: Remove bogus 2001-01-22 entry.
542
5432001-01-09      Joel Sherrill <joel@OARcorp.com>
544
545        * custom/pc386.cfg (make-exe): Removed commented out lines that
546        were displayed in build longs.
547
5482001-01-08      Joel Sherrill <joel@OARcorp.com>
549
550        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
551        unneeded definitions when compiled for "mips" rather than "mips64orion."
552        Correct CPU_CFLAGS.
553
5542001-01-05      Joel Sherrill <joel@OARcorp.com>
555
556        * custom/gensh1.cfg: Removed rest of make-target-options and
557        moved them to BSP configure options.
558
5592001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
560
561        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
562        install point or assuming BSP build tree is available.
563
5642001-01-03      Joel Sherrill <joel@OARcorp.com>
565
566        * custom/psim.cfg: Removed unused variables.
567
5682001-01-03      Joel Sherrill <joel@OARcorp.com>
569
570        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
571        * custom/simcpu32.cfg: Removed MVME162 reference.
572
5732000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
574
575        * custom/mcp750.cfg: Fix problems in generation of .exe file.
576        Still need to fix to avoid touching install point on non-install stanza.
577
5782000-12-06      Joel Sherrill <joel@OARcorp.com>
579
580        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
581        and copies that should not be in it.
582
5832000-12-01      Joel Sherrill <joel@OARcorp.com>
584
585        * custom/jmr3904.cfg: Turn optimization back up to -O2.
586
5872000-11-30      Joel Sherrill <joel@OARcorp.com>
588
589        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
590        a mips1.  gcc translates -m3900 into that.
591
5922000-11-27      Joel Sherrill <joel@OARcorp.com>
593
594        * custom/jmr3904.cfg: Fix incorrect reference to i960.
595
5962000-11-27      Joel Sherrill <joel@OARcorp.com>
597
598        * custom/shsim.cfg: New file.
599        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
600        The shsim is for the SH simulator in gdb. It should be able
601        to be used with multiple SH CPU models.  This will require
602        adding BSP variants.
603
6042000-11-25      Joel Sherrill <joel@OARcorp.com>
605
606        * custom/pc386.cfg: make-exe rule would write into
607        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
608        is generally not writeable after the BSP is installed and you do not
609        want every application installed there by default.  Reported by
610        Eric Norum <eric.norum@usask.ca>.
611
6122000-11-25      Joel Sherrill <joel@OARcorp.com>
613
614        * custom/Makefile.am: Updated to add jmr3904.cfg
615        * custom/jmr3904.cfg: New file.
616
6172000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * custom/leon2.cfg: Removed defines that are now generated
620        in a non-BSP specific manner.
621
6222000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
623
624        * custom/Makefile.am: Modified to reflect addition of files.
625        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
626        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
627
6282000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
631
6322000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
635
6362000-10-24      Joel Sherrill <joel@OARcorp.com>
637
638        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
639        definition since this information can be picked up from
640        autoconf generated files.  These BSPs are shared by the
641        mips and mips64orion "ports."
642
6432000-10-18      Joel Sherrill <joel@OARcorp.com>
644
645        * compilers/gcc-portsw.cfg: Use gcc style flags.
646
6472000-09-13      Joel Sherrill <joel@OARcorp.com>
648
649        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
650        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
651
6522000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
653
654        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
655        Eric Valette <valette@crf.canon.fr>.
656        * custom/vegaplus.cfg: New file.
657
6582000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
661        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
662        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
663        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
664        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
665        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
666        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
667
6682000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * custom/gensh2.cfg: Fix comments.
671
6722000-09-12      Joel Sherrill <joel@OARcorp.com>
673
674        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
675        compiler arguments that specify CPU model options.
676
6772000-09-12      Joel Sherrill <joel@OARcorp.com>
678
679        * custom/mbx860_005b.cfg (make-target-options): Add lines to
680        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
681        may be incorrect but the BSP now compiles.
682
6832000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * custom/arm_bare_bsp.cfg: Fix comments.
686
6872000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
690        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
691        * ChangeLog: File paths corrected
692
6932000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
694
695        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
696
6972000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * custom/pck6.cfg: New file
700        * custom/pc486.cfg: Use -m486
701        * custom/pc586.cfg: Use -mpentium
702        * custom/pc686.cfg: Use -mmpentiumpro
703        * custom/i386ex.cfg: Use -msoft-float
704
7052000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
706
707        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
708
7092000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
710
711        * ChangeLog: File paths corrected.
712
7132000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
714
715        * custom/mvme167.cfg: Add specification of printk port, console port
716        and serial I/O mode.  Arrange for the stripped executable to
717        be copied up the build tree.
718       
7192000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
720
721        * custom/mbx8xx.cfg: Support for shared printk and no termios.
722
7232000-08-10      John Cotton  <john.cotton@nrc.ca>
724
725        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
726
7272000-08-10      Joel Sherrill <joel@OARcorp.com>
728
729        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.