source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 64eb0c7

4.104.115
Last change on this file since 64eb0c7 was 64eb0c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:19:37

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Eliminate *_SOURCES.
  • Property mode set to 100644
File size: 23.8 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate *_SOURCES.
4
52008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
8        components.
9
102008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
13
142008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * configure.ac: Make letting boot_card() handle work area allocation
17        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
18        BSP_BOOTCARD_OPTIONS.
19
202008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * include/bsp.h: Remove unnecessary boilerplate comments.
23
242008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
27        is NOT used anywhere.
28
292008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.am, startup/linkcmds: Use top level shared
32        bsp_get_work_area() implementation.
33        * startup/bspgetworkarea.c: Removed.
34
352008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add
38        use of bsp_get_work_area() in its own file and rely on BSP Framework
39        to perform more initialization.
40        * startup/bspgetworkarea.c: New file.
41
422008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
45        phase, all prototypes were removed from bsp.h and empty
46        implementations were removed and made to use the shared stub.
47
482008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * irq/irq.c, startup/bspstart.c: Convert to bool.
51
522008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * clock/p_clock.c, irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
55        Add missing prototypes.
56
572008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
58
59        * start/start.S: Clear environment pointer for bootcard.
60
612008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
64        Framework to ask the BSP where it has memory for the RTEMS Workspace
65        and C Program Heap. These collectively are referred to as work area.
66        If the BSP supports this, then it does not have to include code to
67        split the available memory between the two areas. This reduces the
68        amount of code in the BSP specific bspstart.c file. Additionally, the
69        shared framework can initialize the C Library, call
70        rtems_debug_enable(), and dirty the work area memory. Until most/all
71        BSPs support this new capability, if the BSP supports this, it should
72        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
73        When the transition is complete, this autoconf macro can be removed.
74
752008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
76
77        * irq/irq.c:
78        make sure, that the masking operations in
79        ICTL and MSR are executed in order
80
812008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * Makefile.am: Rework to avoid .rel files.
84
852008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * startup/bspstart.c: Refactored and renamed initialization routines to
88        rtems_initialize_data_structures, rtems_initialize_before_drivers,
89        rtems_initialize_device_drivers, and
90        rtems_initialize_start_multitasking. This opened the sequence up so
91        that bootcard() could provide a more robust and flexible framework
92        which is easier to explain and understand. This also lays the
93        groundwork for sharing the division of available memory between the
94        RTEMS workspace and heap and the C library initialization across all
95        BSPs.
96
972008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * startup/bspstart.c: Remove all references to
100        console_reserve_resources and termios_reserve_resources.
101
1022008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * startup/linkcmds: Add wildcard to gcc_except_table section so
105        programs compiled with gcc 4.3.x can link.
106
1072007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
110        Configuration Table. Use the RTEMS provided accessor macros to obtain
111        configuration fields.
112
1132007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
116        Configuration Table. Eliminate CPU Table from all ports. Delete
117        references to CPU Table in all forms.
118
1192007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
122        Table fields to the Configuration Table. This included
123        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
124        do_zero_of_workspace, extra_mpci_receive_server_stack,
125        stack_allocate_hook, and stack_free_hook. As a side-effect of this
126        effort some multiprocessing code was made conditional and some style
127        clean up occurred.
128
1292007-11-30      Till Straumann <strauman@slac.stanford.edu>
130
131        * irq/irq.h, irq/irq_init.c: Removed the definition
132        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
133        initialize the irqBase member of the rtems_irq_global_settings
134        struct. However, irqBase is an rtems_irq_symbolic_name,
135        so using BSP_LOWEST_OFFSET is more appropriate.
136
1372007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
140        Table. They have been replaced with variables named bsp_XXX as
141        needed.
142
1432007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        PR 1257/bsps
146        * irq/irq.c: Code outside of cpukit should use the public API for
147        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
148        public API and directly accessing _CPU_ISR_Disable and
149        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
150        directive which could lead to problems. This patch also changes the
151        type of the variable passed into these routines and addresses minor
152        style issues.
153
1542007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
155
156        * vectors/vectors_init.c, irq/irq_init.c:
157        adapted to shared exception code
158
1592007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
160
161        * Makefile.am: adapted to shared exception code
162
1632007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * bsp_specs: Remove qrtems_debug.
166
1672007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * bsp_specs: Remove lib (Now expected to exist in GCC).
170
1712006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * network/if_hdlcsubr.h: Remove K'n'R macros.
174        * network/network.c: Use ioctl_command_t as arg to ioctl functions.
175
1762006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * configure.ac: New BUG-REPORT address.
179
1802006-11-15      Joel Sherrill <joel@OARcorp.com>
181
182        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
183        file and simplified initialization.
184
1852006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * Makefile.am: Remove superfluous -DASM.
188
1892006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * configure.ac: Require autoconf-2.60. Require automake-1.10.
192
1932006-08-09      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
196
1972006-03-08      Joel Sherrill <joel@OARcorp.com>
198
199        * startup/linkcmds: Add .gnu.linkonce.b.* section.
200
2012006-02-08      Joel Sherrill <joel@OARcorp.com>
202
203        * startup/linkcmds: Add sections required by newer gcc versions.
204
2052006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * configure.ac: Remove explicit ampolish3 support (now in
208        RTEMS_BSP_CONFIGURE).
209
2102006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * configure.ac: Add ampolish3 support.
213        * Makefile.am: Add preinstall.am.
214
2152006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * Makefile.am: Don't include subdirs.am.
218
2192005-10-06      Till Straumann <strauman@slac.stanford.edu>
220
221        PR 833/bsps
222        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
223        the FPU across the user ISR but DONT save/restore the FPU context.
224        Any use of the FPU fron the user handler (e.g., due to GCC
225        optimizations) result in corruption. The fix results in an exception
226        in such cases (user ISR must explicitely save/enable/restore FPU).
227
2282005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
231        instead of <sys/errno.h>.
232
2332005-05-26      Joel Sherrill <joel@OARcorp.com>
234
235        PR 799/bsps
236        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
237        compiled.
238
2392005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * include/bsp.h: New header guard.
242
2432005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
244
245        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
246
2472005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
250
2512005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
252
253        PR 779/bsp
254        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
255        network/network.c: add parameter to new exception interrupt handlers
256        in powerpc bsps
257
2582005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
261        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
262        CPU_MINIMUM_STACK_FRAME_SIZE.
263
2642005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
267
2682005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
269
270        * Makefile.am: Merge-in wrapup/Makefile.am.
271        * wrapup/Makefile.am: Remove.
272        * configure.ac: Reflect changes above.
273
2742005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
277
2782005-01-04      Joel Sherrill <joel@OARcorp.com>
279
280        * startup/linkcmds: Remove warnings.
281
2822005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
283
284        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
285
2862004-09-27      Joel Sherrill <joel@OARcorp.com>
287
288        PR 680/bsps
289        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
290
2912004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
292
293        * configure.ac: Require automake > 1.9.
294
2952004-07-25      Joel Sherrill <joel@OARcorp.com>
296
297        * network/network.c: Add include of <sys/errno.h>.
298
2992004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
300
301        PR 610/bsps
302        * Makefile.am: Add include/tm27.h, Cosmetics.
303        * include/tm27.h: Final cosmetics.
304
3052004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
306
307        * include/bsp.h: Split out tmtest27 support.
308        * include/tm27.h: New.
309
3102004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
311
312        PR 613/bsps
313        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
314
3152004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
316
317        PR 614/bsps
318        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
319
3202004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
321
322        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
323
3242004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
325
326        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
327        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
328        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
329        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
330
3312004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
332
333        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
334        startup/bspstart.c: Convert to using c99 fixed size types.
335
3362004-03-03      Joel Sherrill <joel@OARcorp.com>
337
338        * irq/irq.h: Correct typo.
339
3402004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Reflect changes to bsp.am.
343        Preinstall dist_project_lib*.
344
3452004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Reflect changes to bsp.am.
348
3492004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
352
3532004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Convert to automake-building rules.
356
3572004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
360        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
361        vectors/Makefile.am. Use automake compilation rules.
362        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
363        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
364        * configure.ac: Reflect changes above.
365        * wrapup/Makefile: Reflect changes above.
366
3672004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Merge-in start/Makefile.am.
370        * start/Makefile.am: Remove.
371        * configure.ac: Reflect changes above.
372
3732004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * wrapup/Makefile.am: Reflect changes to
376        ../support/*exception_processing/*.
377
3782004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
381        Add RTEMS_PROG_CCAS.
382
3832004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Add PREINSTALL_DIRS.
386        * irq/Makefile.am: Add PREINSTALL_DIRS.
387        * vectors/Makefile.am: Add PREINSTALL_DIRS.
388        * wrapup/Makefile.am: Reflect changes to libcpu.
389
3902004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
393        Add PRE/TMPINSTALL_FILES to CLEANFILES.
394        * irq/Makefile.am: Ditto.
395        * start/Makefile.am: Ditto.
396        * startup/Makefile.am: Ditto.
397        * vectors/Makefile.am: Ditto.
398
3992004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * wrapup/Makefile.am: Eliminate $(LIB).
402        Use noinst_DATA to trigger building libbsp.a.
403
4042003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * clock/Makefile.am: Eliminate VPATH.
407        * console/Makefile.am: Eliminate VPATH.
408        * irq/Makefile.am: Eliminate VPATH.
409        * network/Makefile.am: Eliminate VPATH.
410        * startup/Makefile.am: Eliminate VPATH.
411
4122003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        PR 545/bsps
415        * startup/setvec.c: Removed.
416
4172003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * startup/linkcmds: Remove SEARCH_DIR.
420
4212003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
424        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
425
4262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
429        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
430        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
431        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
432
4332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
436
4372003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * start/Makefile.am: Misc cleanups and fixes.
440        * startup/Makefile.am: Misc cleanups and fixes.
441        * startup/linkcmds: Preparations for gcc-3.3.x.
442        * wrapup/Makefile.am: Misc cleanups and fixes.
443
4442003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * startup/Makefile.am: Remove S_FILES (Unused).
447        * vectors/Makefile.am: Cosmetics.
448        * wrapup/Makefile.am: Cosmetics.
449
4502003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * Makefile.am: Add preinstallation dirstamp support.
453        * clock/Makefile.am: Cosmetics.
454        * console/Makefile.am: Cosmetics.
455        * irq/Makefile.am: Add preinstallation dirstamp support.
456        * network/Makefile.am: Cosmetics.
457        * startup/Makefile.am: Cosmetics.
458        * vectors/Makefile.am: Add preinstallation dirstamp support.
459        * wrapup/Makefile.am: Cosmetics.
460
4612003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * clock/Makefile.am: Remove all-local: $(ARCH).
464        * console/Makefile.am: Remove all-local: $(ARCH).
465        * irq/Makefile.am: Remove all-local: $(ARCH).
466        * network/Makefile.am: Remove all-local: $(ARCH).
467        * start/Makefile.am: Remove all-local: $(ARCH).
468        * startup/Makefile.am: Remove all-local: $(ARCH).
469        * vectors/Makefile.am: Remove all-local: $(ARCH).
470        * wrapup/Makefile.am: Remove all-local: $(ARCH).
471
4722003-10-22      Joel Sherrill <joel@OARcorp.com>
473
474        PR 510/bsps
475        * irq/irq.h: Add extern C wrapper.
476
4772003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * Makefile.am: Merge-in include/Makefile.am.
480        Reflect changes to bsp.am.
481        * include/Makefile.am: Remove.
482        * configure.ac: Reflect changes above.
483
4842003-09-04      Joel Sherrill <joel@OARcorp.com>
485
486        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
487        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
488        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
489        vectors/vectors_init.c: URL for license changed.
490
4912003-08-20      Joel Sherrill <joel@OARcorp.com>
492
493        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
494
4952003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * Makefile.am: Reflect having moved aclocal/.
498
4992003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * Makefile.am: Reflect having moved automake/.
502        * clock/Makefile.am: Reflect having moved automake/.
503        * console/Makefile.am: Reflect having moved automake/.
504        * include/Makefile.am: Reflect having moved automake/.
505        * irq/Makefile.am: Reflect having moved automake/.
506        * network/Makefile.am: Reflect having moved automake/.
507        * start/Makefile.am: Reflect having moved automake/.
508        * startup/Makefile.am: Reflect having moved automake/.
509        * vectors/Makefile.am: Reflect having moved automake/.
510        * wrapup/Makefile.am: Reflect having moved automake/.
511
5122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
515
5162003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        PR 445/bsps
519        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
520        Remove cpp, old_cpp (now unused).
521
5222003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
525        Use memcmp instead of bcmp.
526
5272003-07-18      Till Straumann <strauman@slac.stanford.edu>
528
529        PR 288/rtems
530        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
531
5322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * configure.ac: Remove AC_CONFIG_AUX_DIR.
535
5362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
539
5402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * configure.ac: AC_PREREQ(2.57).
543
5442003-01-20      Joel Sherrill <joel@OARcorp.com>
545
546        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
547
5482002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
551        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
552        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
553        Remove SORDID_HACK. Eliminate *_O_FILES.
554        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
555        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
556        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
557        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
558
5592002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * start/Makefile.am: Use install-data-local to install startfile.
562
5632002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
566
5672002-11-04      Joel Sherrill <joel@OARcorp.com>
568
569        * irq/irq.c: Removed warnings.
570
5712002-11-04      Joel Sherrill <joel@OARcorp.com>
572
573        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
574        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
575        Removed warnings.
576
5772002-11-01      Joel Sherrill <joel@OARcorp.com>
578
579        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
580        removed warnings.
581
5822002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
583
584        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
585        for _ISR_Nest_level.
586
5872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * .cvsignore: Reformat.
590        Add autom4te*cache.
591        Remove autom4te.cache.
592
5932002-08-21      Joel Sherrill <joel@OARcorp.com>
594
595        * bsp_specs: Added support for -nostdlibs.
596
5972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
600        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
601        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
602        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
603        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
604        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
605        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
606        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
607
6082002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * start/Makefile.am: Eliminate PGM.
611        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
612
6132002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
616
6172002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
620        Remove $(OBJS) from all-local.
621
6222002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
625
6262001-05-09      Joel Sherrill <joel@OARcorp.com>
627
628        * startup/linkcmds: In support of gcc 3.1, added one of more
629        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
630        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
631        and direction of segments to memory regions may also have been
632        addressed.  This was a sweep across all BSPs.
633 
6342002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
637        * irq/irq_asm.S: Ditto.
638        * network/network.c: Include <rtems/bspIo.h>.
639        * start/start.S: Include <asm.h> instead of "asm.h".
640        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
641
6422002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
645
6462002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
649
6502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * configure.ac:
653        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
654        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
655        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
656        * Makefile.am: Remove AUTOMAKE_OPTIONS.
657        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
658        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
659        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
660        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
661        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
662        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
663        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
664        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
665
6662002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * configure.ac: Add RTEMS_CHECK_NETWORKING.
669
6702002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
673        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
674        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
675
6762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
679
6802001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
683        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
684
6852001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * Makefile.am: Add @exceptions@ to SUBDIRS.
688        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
689        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
690        * include/Makefile.am: Convert PREINSTALL_FILES to
691        TMPINSTALL_FILES, include force-preinstall.am.
692        * wrapup/Makefile.am: Apply @exceptions@.
693
6942001-10-29      Joel Sherrill <joel@OARcorp.com>
695
696        * .cvsignore: Add more entries.
697
6982001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * aclocal.m4: Removed.  Should not have been in CVS.
701
7022001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * aclocal.m4: Regenerated.
705        * configure.ac, include/Makefile.am, irq/Makefile.am,
706        vectors/Makefile.am: Updated to autoconf 2.52.
707        * include/.cvsignore: Added newly generated files.
708        * include/bsp.h: Added include of bspopts.h.
709
7102001-10-22      Joel Sherrill <joel@OARcorp.com>
711
712        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
713        include/.cvsignore, network/.cvsignore, start/.cvsignore,
714        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
715        files and other files missed in previous commit.
716
71701-10-22        Andy Dachs <a.dachs@sstl.co.uk>
718
719        * mpc8260ads added as new BSP.  tm27 reported not to run
720        at this time.
721        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
722        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
723        console/Makefile.am, console/console.c, include/Makefile.am,
724        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
725        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
726        network/Makefile.am, network/README, network/if_hdlcsubr.c,
727        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
728        start/start.S, startup/Makefile.am, startup/bspstart.c,
729        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
730        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
731        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
732        New files.
733
Note: See TracBrowser for help on using the repository browser.