source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 1d0ee80e

4.104.114.95
Last change on this file since 1d0ee80e was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • Property mode set to 100644
File size: 21.0 KB
Line 
12008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Rework to avoid .rel files.
4
52008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Refactored and renamed initialization routines to
8        rtems_initialize_data_structures, rtems_initialize_before_drivers,
9        rtems_initialize_device_drivers, and
10        rtems_initialize_start_multitasking. This opened the sequence up so
11        that bootcard() could provide a more robust and flexible framework
12        which is easier to explain and understand. This also lays the
13        groundwork for sharing the division of available memory between the
14        RTEMS workspace and heap and the C library initialization across all
15        BSPs.
16
172008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * startup/bspstart.c: Remove all references to
20        console_reserve_resources and termios_reserve_resources.
21
222008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * startup/linkcmds: Add wildcard to gcc_except_table section so
25        programs compiled with gcc 4.3.x can link.
26
272007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
30        Configuration Table. Use the RTEMS provided accessor macros to obtain
31        configuration fields.
32
332007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
36        Configuration Table. Eliminate CPU Table from all ports. Delete
37        references to CPU Table in all forms.
38
392007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
42        Table fields to the Configuration Table. This included
43        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
44        do_zero_of_workspace, extra_mpci_receive_server_stack,
45        stack_allocate_hook, and stack_free_hook. As a side-effect of this
46        effort some multiprocessing code was made conditional and some style
47        clean up occurred.
48
492007-11-30      Till Straumann <strauman@slac.stanford.edu>
50
51        * irq/irq.h, irq/irq_init.c: Removed the definition
52        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
53        initialize the irqBase member of the rtems_irq_global_settings
54        struct. However, irqBase is an rtems_irq_symbolic_name,
55        so using BSP_LOWEST_OFFSET is more appropriate.
56
572007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
60        Table. They have been replaced with variables named bsp_XXX as
61        needed.
62
632007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        PR 1257/bsps
66        * irq/irq.c: Code outside of cpukit should use the public API for
67        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
68        public API and directly accessing _CPU_ISR_Disable and
69        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
70        directive which could lead to problems. This patch also changes the
71        type of the variable passed into these routines and addresses minor
72        style issues.
73
742007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
75
76        * vectors/vectors_init.c, irq/irq_init.c:
77        adapted to shared exception code
78
792007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
80
81        * Makefile.am: adapted to shared exception code
82
832007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * bsp_specs: Remove qrtems_debug.
86
872007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * bsp_specs: Remove lib (Now expected to exist in GCC).
90
912006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * network/if_hdlcsubr.h: Remove K'n'R macros.
94        * network/network.c: Use ioctl_command_t as arg to ioctl functions.
95
962006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * configure.ac: New BUG-REPORT address.
99
1002006-11-15      Joel Sherrill <joel@OARcorp.com>
101
102        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
103        file and simplified initialization.
104
1052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Remove superfluous -DASM.
108
1092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * configure.ac: Require autoconf-2.60. Require automake-1.10.
112
1132006-08-09      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
116
1172006-03-08      Joel Sherrill <joel@OARcorp.com>
118
119        * startup/linkcmds: Add .gnu.linkonce.b.* section.
120
1212006-02-08      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: Add sections required by newer gcc versions.
124
1252006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * configure.ac: Remove explicit ampolish3 support (now in
128        RTEMS_BSP_CONFIGURE).
129
1302006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * configure.ac: Add ampolish3 support.
133        * Makefile.am: Add preinstall.am.
134
1352006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Don't include subdirs.am.
138
1392005-10-06      Till Straumann <strauman@slac.stanford.edu>
140
141        PR 833/bsps
142        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
143        the FPU across the user ISR but DONT save/restore the FPU context.
144        Any use of the FPU fron the user handler (e.g., due to GCC
145        optimizations) result in corruption. The fix results in an exception
146        in such cases (user ISR must explicitely save/enable/restore FPU).
147
1482005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
151        instead of <sys/errno.h>.
152
1532005-05-26      Joel Sherrill <joel@OARcorp.com>
154
155        PR 799/bsps
156        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
157        compiled.
158
1592005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * include/bsp.h: New header guard.
162
1632005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
164
165        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
166
1672005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
170
1712005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
172
173        PR 779/bsp
174        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
175        network/network.c: add parameter to new exception interrupt handlers
176        in powerpc bsps
177
1782005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
181        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
182        CPU_MINIMUM_STACK_FRAME_SIZE.
183
1842005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
187
1882005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * Makefile.am: Merge-in wrapup/Makefile.am.
191        * wrapup/Makefile.am: Remove.
192        * configure.ac: Reflect changes above.
193
1942005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
197
1982005-01-04      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/linkcmds: Remove warnings.
201
2022005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
205
2062004-09-27      Joel Sherrill <joel@OARcorp.com>
207
208        PR 680/bsps
209        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
210
2112004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
212
213        * configure.ac: Require automake > 1.9.
214
2152004-07-25      Joel Sherrill <joel@OARcorp.com>
216
217        * network/network.c: Add include of <sys/errno.h>.
218
2192004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
220
221        PR 610/bsps
222        * Makefile.am: Add include/tm27.h, Cosmetics.
223        * include/tm27.h: Final cosmetics.
224
2252004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
226
227        * include/bsp.h: Split out tmtest27 support.
228        * include/tm27.h: New.
229
2302004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
231
232        PR 613/bsps
233        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
234
2352004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
236
237        PR 614/bsps
238        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
239
2402004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
241
242        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
243
2442004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
245
246        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
247        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
248        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
249        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
250
2512004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
254        startup/bspstart.c: Convert to using c99 fixed size types.
255
2562004-03-03      Joel Sherrill <joel@OARcorp.com>
257
258        * irq/irq.h: Correct typo.
259
2602004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Reflect changes to bsp.am.
263        Preinstall dist_project_lib*.
264
2652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Reflect changes to bsp.am.
268
2692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
272
2732004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * wrapup/Makefile.am: Convert to automake-building rules.
276
2772004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
280        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
281        vectors/Makefile.am. Use automake compilation rules.
282        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
283        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
284        * configure.ac: Reflect changes above.
285        * wrapup/Makefile: Reflect changes above.
286
2872004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Merge-in start/Makefile.am.
290        * start/Makefile.am: Remove.
291        * configure.ac: Reflect changes above.
292
2932004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * wrapup/Makefile.am: Reflect changes to
296        ../support/*exception_processing/*.
297
2982004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
301        Add RTEMS_PROG_CCAS.
302
3032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Add PREINSTALL_DIRS.
306        * irq/Makefile.am: Add PREINSTALL_DIRS.
307        * vectors/Makefile.am: Add PREINSTALL_DIRS.
308        * wrapup/Makefile.am: Reflect changes to libcpu.
309
3102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
313        Add PRE/TMPINSTALL_FILES to CLEANFILES.
314        * irq/Makefile.am: Ditto.
315        * start/Makefile.am: Ditto.
316        * startup/Makefile.am: Ditto.
317        * vectors/Makefile.am: Ditto.
318
3192004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * wrapup/Makefile.am: Eliminate $(LIB).
322        Use noinst_DATA to trigger building libbsp.a.
323
3242003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * clock/Makefile.am: Eliminate VPATH.
327        * console/Makefile.am: Eliminate VPATH.
328        * irq/Makefile.am: Eliminate VPATH.
329        * network/Makefile.am: Eliminate VPATH.
330        * startup/Makefile.am: Eliminate VPATH.
331
3322003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        PR 545/bsps
335        * startup/setvec.c: Removed.
336
3372003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * startup/linkcmds: Remove SEARCH_DIR.
340
3412003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
344        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
345
3462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
349        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
350        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
351        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
352
3532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
356
3572003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * start/Makefile.am: Misc cleanups and fixes.
360        * startup/Makefile.am: Misc cleanups and fixes.
361        * startup/linkcmds: Preparations for gcc-3.3.x.
362        * wrapup/Makefile.am: Misc cleanups and fixes.
363
3642003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * startup/Makefile.am: Remove S_FILES (Unused).
367        * vectors/Makefile.am: Cosmetics.
368        * wrapup/Makefile.am: Cosmetics.
369
3702003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Add preinstallation dirstamp support.
373        * clock/Makefile.am: Cosmetics.
374        * console/Makefile.am: Cosmetics.
375        * irq/Makefile.am: Add preinstallation dirstamp support.
376        * network/Makefile.am: Cosmetics.
377        * startup/Makefile.am: Cosmetics.
378        * vectors/Makefile.am: Add preinstallation dirstamp support.
379        * wrapup/Makefile.am: Cosmetics.
380
3812003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * clock/Makefile.am: Remove all-local: $(ARCH).
384        * console/Makefile.am: Remove all-local: $(ARCH).
385        * irq/Makefile.am: Remove all-local: $(ARCH).
386        * network/Makefile.am: Remove all-local: $(ARCH).
387        * start/Makefile.am: Remove all-local: $(ARCH).
388        * startup/Makefile.am: Remove all-local: $(ARCH).
389        * vectors/Makefile.am: Remove all-local: $(ARCH).
390        * wrapup/Makefile.am: Remove all-local: $(ARCH).
391
3922003-10-22      Joel Sherrill <joel@OARcorp.com>
393
394        PR 510/bsps
395        * irq/irq.h: Add extern C wrapper.
396
3972003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Merge-in include/Makefile.am.
400        Reflect changes to bsp.am.
401        * include/Makefile.am: Remove.
402        * configure.ac: Reflect changes above.
403
4042003-09-04      Joel Sherrill <joel@OARcorp.com>
405
406        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
407        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
408        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
409        vectors/vectors_init.c: URL for license changed.
410
4112003-08-20      Joel Sherrill <joel@OARcorp.com>
412
413        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
414
4152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: Reflect having moved aclocal/.
418
4192003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: Reflect having moved automake/.
422        * clock/Makefile.am: Reflect having moved automake/.
423        * console/Makefile.am: Reflect having moved automake/.
424        * include/Makefile.am: Reflect having moved automake/.
425        * irq/Makefile.am: Reflect having moved automake/.
426        * network/Makefile.am: Reflect having moved automake/.
427        * start/Makefile.am: Reflect having moved automake/.
428        * startup/Makefile.am: Reflect having moved automake/.
429        * vectors/Makefile.am: Reflect having moved automake/.
430        * wrapup/Makefile.am: Reflect having moved automake/.
431
4322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
435
4362003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        PR 445/bsps
439        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
440        Remove cpp, old_cpp (now unused).
441
4422003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
445        Use memcmp instead of bcmp.
446
4472003-07-18      Till Straumann <strauman@slac.stanford.edu>
448
449        PR 288/rtems
450        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
451
4522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: Remove AC_CONFIG_AUX_DIR.
455
4562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
459
4602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.ac: AC_PREREQ(2.57).
463
4642003-01-20      Joel Sherrill <joel@OARcorp.com>
465
466        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
467
4682002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
471        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
472        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
473        Remove SORDID_HACK. Eliminate *_O_FILES.
474        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
475        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
476        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
477        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
478
4792002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * start/Makefile.am: Use install-data-local to install startfile.
482
4832002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
486
4872002-11-04      Joel Sherrill <joel@OARcorp.com>
488
489        * irq/irq.c: Removed warnings.
490
4912002-11-04      Joel Sherrill <joel@OARcorp.com>
492
493        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
494        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
495        Removed warnings.
496
4972002-11-01      Joel Sherrill <joel@OARcorp.com>
498
499        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
500        removed warnings.
501
5022002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
503
504        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
505        for _ISR_Nest_level.
506
5072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * .cvsignore: Reformat.
510        Add autom4te*cache.
511        Remove autom4te.cache.
512
5132002-08-21      Joel Sherrill <joel@OARcorp.com>
514
515        * bsp_specs: Added support for -nostdlibs.
516
5172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
520        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
521        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
522        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
523        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
524        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
525        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
526        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
527
5282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * start/Makefile.am: Eliminate PGM.
531        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
532
5332002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
536
5372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
540        Remove $(OBJS) from all-local.
541
5422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
545
5462001-05-09      Joel Sherrill <joel@OARcorp.com>
547
548        * startup/linkcmds: In support of gcc 3.1, added one of more
549        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
550        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
551        and direction of segments to memory regions may also have been
552        addressed.  This was a sweep across all BSPs.
553 
5542002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
557        * irq/irq_asm.S: Ditto.
558        * network/network.c: Include <rtems/bspIo.h>.
559        * start/start.S: Include <asm.h> instead of "asm.h".
560        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
561
5622002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
565
5662002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
569
5702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * configure.ac:
573        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
574        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
575        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
576        * Makefile.am: Remove AUTOMAKE_OPTIONS.
577        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
578        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
579        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
580        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
581        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
582        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
583        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
584        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
585
5862002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac: Add RTEMS_CHECK_NETWORKING.
589
5902002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
593        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
594        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
595
5962001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
599
6002001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
603        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
604
6052001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * Makefile.am: Add @exceptions@ to SUBDIRS.
608        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
609        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
610        * include/Makefile.am: Convert PREINSTALL_FILES to
611        TMPINSTALL_FILES, include force-preinstall.am.
612        * wrapup/Makefile.am: Apply @exceptions@.
613
6142001-10-29      Joel Sherrill <joel@OARcorp.com>
615
616        * .cvsignore: Add more entries.
617
6182001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * aclocal.m4: Removed.  Should not have been in CVS.
621
6222001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * aclocal.m4: Regenerated.
625        * configure.ac, include/Makefile.am, irq/Makefile.am,
626        vectors/Makefile.am: Updated to autoconf 2.52.
627        * include/.cvsignore: Added newly generated files.
628        * include/bsp.h: Added include of bspopts.h.
629
6302001-10-22      Joel Sherrill <joel@OARcorp.com>
631
632        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
633        include/.cvsignore, network/.cvsignore, start/.cvsignore,
634        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
635        files and other files missed in previous commit.
636
63701-10-22        Andy Dachs <a.dachs@sstl.co.uk>
638
639        * mpc8260ads added as new BSP.  tm27 reported not to run
640        at this time.
641        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
642        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
643        console/Makefile.am, console/console.c, include/Makefile.am,
644        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
645        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
646        network/Makefile.am, network/README, network/if_hdlcsubr.c,
647        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
648        start/start.S, startup/Makefile.am, startup/bspstart.c,
649        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
650        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
651        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
652        New files.
653
Note: See TracBrowser for help on using the repository browser.