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

4.104.115
Last change on this file since f6c6e17d was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 24.4 KB
Line 
12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
72008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * Makefile.am, preinstall.am: Use shared stub coverhd.h
10        * include/coverhd.h: Removed.
11
122008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * include/tm27.h: Now links all tests.
15
162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
19        of building libbspstart.a, using automake-rules.
20
212008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate *_SOURCES.
24
252008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
28        components.
29
302008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
33
342008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * configure.ac: Make letting boot_card() handle work area allocation
37        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
38        BSP_BOOTCARD_OPTIONS.
39
402008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * include/bsp.h: Remove unnecessary boilerplate comments.
43
442008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
47        is NOT used anywhere.
48
492008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * Makefile.am, startup/linkcmds: Use top level shared
52        bsp_get_work_area() implementation.
53        * startup/bspgetworkarea.c: Removed.
54
552008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add
58        use of bsp_get_work_area() in its own file and rely on BSP Framework
59        to perform more initialization.
60        * startup/bspgetworkarea.c: New file.
61
622008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
65        phase, all prototypes were removed from bsp.h and empty
66        implementations were removed and made to use the shared stub.
67
682008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * irq/irq.c, startup/bspstart.c: Convert to bool.
71
722008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * clock/p_clock.c, irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
75        Add missing prototypes.
76
772008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
78
79        * start/start.S: Clear environment pointer for bootcard.
80
812008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
84        Framework to ask the BSP where it has memory for the RTEMS Workspace
85        and C Program Heap. These collectively are referred to as work area.
86        If the BSP supports this, then it does not have to include code to
87        split the available memory between the two areas. This reduces the
88        amount of code in the BSP specific bspstart.c file. Additionally, the
89        shared framework can initialize the C Library, call
90        rtems_debug_enable(), and dirty the work area memory. Until most/all
91        BSPs support this new capability, if the BSP supports this, it should
92        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
93        When the transition is complete, this autoconf macro can be removed.
94
952008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
96
97        * irq/irq.c:
98        make sure, that the masking operations in
99        ICTL and MSR are executed in order
100
1012008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * Makefile.am: Rework to avoid .rel files.
104
1052008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * startup/bspstart.c: Refactored and renamed initialization routines to
108        rtems_initialize_data_structures, rtems_initialize_before_drivers,
109        rtems_initialize_device_drivers, and
110        rtems_initialize_start_multitasking. This opened the sequence up so
111        that bootcard() could provide a more robust and flexible framework
112        which is easier to explain and understand. This also lays the
113        groundwork for sharing the division of available memory between the
114        RTEMS workspace and heap and the C library initialization across all
115        BSPs.
116
1172008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * startup/bspstart.c: Remove all references to
120        console_reserve_resources and termios_reserve_resources.
121
1222008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * startup/linkcmds: Add wildcard to gcc_except_table section so
125        programs compiled with gcc 4.3.x can link.
126
1272007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
130        Configuration Table. Use the RTEMS provided accessor macros to obtain
131        configuration fields.
132
1332007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
136        Configuration Table. Eliminate CPU Table from all ports. Delete
137        references to CPU Table in all forms.
138
1392007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
142        Table fields to the Configuration Table. This included
143        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
144        do_zero_of_workspace, extra_mpci_receive_server_stack,
145        stack_allocate_hook, and stack_free_hook. As a side-effect of this
146        effort some multiprocessing code was made conditional and some style
147        clean up occurred.
148
1492007-11-30      Till Straumann <strauman@slac.stanford.edu>
150
151        * irq/irq.h, irq/irq_init.c: Removed the definition
152        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
153        initialize the irqBase member of the rtems_irq_global_settings
154        struct. However, irqBase is an rtems_irq_symbolic_name,
155        so using BSP_LOWEST_OFFSET is more appropriate.
156
1572007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
160        Table. They have been replaced with variables named bsp_XXX as
161        needed.
162
1632007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        PR 1257/bsps
166        * irq/irq.c: Code outside of cpukit should use the public API for
167        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
168        public API and directly accessing _CPU_ISR_Disable and
169        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
170        directive which could lead to problems. This patch also changes the
171        type of the variable passed into these routines and addresses minor
172        style issues.
173
1742007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
175
176        * vectors/vectors_init.c, irq/irq_init.c:
177        adapted to shared exception code
178
1792007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
180
181        * Makefile.am: adapted to shared exception code
182
1832007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * bsp_specs: Remove qrtems_debug.
186
1872007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * bsp_specs: Remove lib (Now expected to exist in GCC).
190
1912006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * network/if_hdlcsubr.h: Remove K'n'R macros.
194        * network/network.c: Use ioctl_command_t as arg to ioctl functions.
195
1962006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * configure.ac: New BUG-REPORT address.
199
2002006-11-15      Joel Sherrill <joel@OARcorp.com>
201
202        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
203        file and simplified initialization.
204
2052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Remove superfluous -DASM.
208
2092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * configure.ac: Require autoconf-2.60. Require automake-1.10.
212
2132006-08-09      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
216
2172006-03-08      Joel Sherrill <joel@OARcorp.com>
218
219        * startup/linkcmds: Add .gnu.linkonce.b.* section.
220
2212006-02-08      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/linkcmds: Add sections required by newer gcc versions.
224
2252006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
226
227        * configure.ac: Remove explicit ampolish3 support (now in
228        RTEMS_BSP_CONFIGURE).
229
2302006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * configure.ac: Add ampolish3 support.
233        * Makefile.am: Add preinstall.am.
234
2352006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * Makefile.am: Don't include subdirs.am.
238
2392005-10-06      Till Straumann <strauman@slac.stanford.edu>
240
241        PR 833/bsps
242        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
243        the FPU across the user ISR but DONT save/restore the FPU context.
244        Any use of the FPU fron the user handler (e.g., due to GCC
245        optimizations) result in corruption. The fix results in an exception
246        in such cases (user ISR must explicitely save/enable/restore FPU).
247
2482005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
251        instead of <sys/errno.h>.
252
2532005-05-26      Joel Sherrill <joel@OARcorp.com>
254
255        PR 799/bsps
256        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
257        compiled.
258
2592005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
260
261        * include/bsp.h: New header guard.
262
2632005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
264
265        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
266
2672005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
268
269        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
270
2712005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
272
273        PR 779/bsp
274        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
275        network/network.c: add parameter to new exception interrupt handlers
276        in powerpc bsps
277
2782005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
279
280        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
281        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
282        CPU_MINIMUM_STACK_FRAME_SIZE.
283
2842005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
285
286        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
287
2882005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
289
290        * Makefile.am: Merge-in wrapup/Makefile.am.
291        * wrapup/Makefile.am: Remove.
292        * configure.ac: Reflect changes above.
293
2942005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
297
2982005-01-04      Joel Sherrill <joel@OARcorp.com>
299
300        * startup/linkcmds: Remove warnings.
301
3022005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
303
304        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
305
3062004-09-27      Joel Sherrill <joel@OARcorp.com>
307
308        PR 680/bsps
309        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
310
3112004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
312
313        * configure.ac: Require automake > 1.9.
314
3152004-07-25      Joel Sherrill <joel@OARcorp.com>
316
317        * network/network.c: Add include of <sys/errno.h>.
318
3192004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
320
321        PR 610/bsps
322        * Makefile.am: Add include/tm27.h, Cosmetics.
323        * include/tm27.h: Final cosmetics.
324
3252004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
326
327        * include/bsp.h: Split out tmtest27 support.
328        * include/tm27.h: New.
329
3302004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
331
332        PR 613/bsps
333        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
334
3352004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
336
337        PR 614/bsps
338        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
339
3402004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
341
342        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
343
3442004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
345
346        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
347        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
348        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
349        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
350
3512004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
352
353        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
354        startup/bspstart.c: Convert to using c99 fixed size types.
355
3562004-03-03      Joel Sherrill <joel@OARcorp.com>
357
358        * irq/irq.h: Correct typo.
359
3602004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Reflect changes to bsp.am.
363        Preinstall dist_project_lib*.
364
3652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Reflect changes to bsp.am.
368
3692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
372
3732004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * wrapup/Makefile.am: Convert to automake-building rules.
376
3772004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
380        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
381        vectors/Makefile.am. Use automake compilation rules.
382        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
383        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
384        * configure.ac: Reflect changes above.
385        * wrapup/Makefile: Reflect changes above.
386
3872004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Merge-in start/Makefile.am.
390        * start/Makefile.am: Remove.
391        * configure.ac: Reflect changes above.
392
3932004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * wrapup/Makefile.am: Reflect changes to
396        ../support/*exception_processing/*.
397
3982004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
401        Add RTEMS_PROG_CCAS.
402
4032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Add PREINSTALL_DIRS.
406        * irq/Makefile.am: Add PREINSTALL_DIRS.
407        * vectors/Makefile.am: Add PREINSTALL_DIRS.
408        * wrapup/Makefile.am: Reflect changes to libcpu.
409
4102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
413        Add PRE/TMPINSTALL_FILES to CLEANFILES.
414        * irq/Makefile.am: Ditto.
415        * start/Makefile.am: Ditto.
416        * startup/Makefile.am: Ditto.
417        * vectors/Makefile.am: Ditto.
418
4192004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * wrapup/Makefile.am: Eliminate $(LIB).
422        Use noinst_DATA to trigger building libbsp.a.
423
4242003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * clock/Makefile.am: Eliminate VPATH.
427        * console/Makefile.am: Eliminate VPATH.
428        * irq/Makefile.am: Eliminate VPATH.
429        * network/Makefile.am: Eliminate VPATH.
430        * startup/Makefile.am: Eliminate VPATH.
431
4322003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        PR 545/bsps
435        * startup/setvec.c: Removed.
436
4372003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * startup/linkcmds: Remove SEARCH_DIR.
440
4412003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
444        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
445
4462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
449        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
450        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
451        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
452
4532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
456
4572003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * start/Makefile.am: Misc cleanups and fixes.
460        * startup/Makefile.am: Misc cleanups and fixes.
461        * startup/linkcmds: Preparations for gcc-3.3.x.
462        * wrapup/Makefile.am: Misc cleanups and fixes.
463
4642003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * startup/Makefile.am: Remove S_FILES (Unused).
467        * vectors/Makefile.am: Cosmetics.
468        * wrapup/Makefile.am: Cosmetics.
469
4702003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * Makefile.am: Add preinstallation dirstamp support.
473        * clock/Makefile.am: Cosmetics.
474        * console/Makefile.am: Cosmetics.
475        * irq/Makefile.am: Add preinstallation dirstamp support.
476        * network/Makefile.am: Cosmetics.
477        * startup/Makefile.am: Cosmetics.
478        * vectors/Makefile.am: Add preinstallation dirstamp support.
479        * wrapup/Makefile.am: Cosmetics.
480
4812003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * clock/Makefile.am: Remove all-local: $(ARCH).
484        * console/Makefile.am: Remove all-local: $(ARCH).
485        * irq/Makefile.am: Remove all-local: $(ARCH).
486        * network/Makefile.am: Remove all-local: $(ARCH).
487        * start/Makefile.am: Remove all-local: $(ARCH).
488        * startup/Makefile.am: Remove all-local: $(ARCH).
489        * vectors/Makefile.am: Remove all-local: $(ARCH).
490        * wrapup/Makefile.am: Remove all-local: $(ARCH).
491
4922003-10-22      Joel Sherrill <joel@OARcorp.com>
493
494        PR 510/bsps
495        * irq/irq.h: Add extern C wrapper.
496
4972003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: Merge-in include/Makefile.am.
500        Reflect changes to bsp.am.
501        * include/Makefile.am: Remove.
502        * configure.ac: Reflect changes above.
503
5042003-09-04      Joel Sherrill <joel@OARcorp.com>
505
506        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
507        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
508        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
509        vectors/vectors_init.c: URL for license changed.
510
5112003-08-20      Joel Sherrill <joel@OARcorp.com>
512
513        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
514
5152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: Reflect having moved aclocal/.
518
5192003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * Makefile.am: Reflect having moved automake/.
522        * clock/Makefile.am: Reflect having moved automake/.
523        * console/Makefile.am: Reflect having moved automake/.
524        * include/Makefile.am: Reflect having moved automake/.
525        * irq/Makefile.am: Reflect having moved automake/.
526        * network/Makefile.am: Reflect having moved automake/.
527        * start/Makefile.am: Reflect having moved automake/.
528        * startup/Makefile.am: Reflect having moved automake/.
529        * vectors/Makefile.am: Reflect having moved automake/.
530        * wrapup/Makefile.am: Reflect having moved automake/.
531
5322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
535
5362003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        PR 445/bsps
539        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
540        Remove cpp, old_cpp (now unused).
541
5422003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
545        Use memcmp instead of bcmp.
546
5472003-07-18      Till Straumann <strauman@slac.stanford.edu>
548
549        PR 288/rtems
550        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
551
5522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * configure.ac: Remove AC_CONFIG_AUX_DIR.
555
5562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
559
5602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * configure.ac: AC_PREREQ(2.57).
563
5642003-01-20      Joel Sherrill <joel@OARcorp.com>
565
566        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
567
5682002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
571        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
572        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
573        Remove SORDID_HACK. Eliminate *_O_FILES.
574        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
575        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
576        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
577        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
578
5792002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * start/Makefile.am: Use install-data-local to install startfile.
582
5832002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
586
5872002-11-04      Joel Sherrill <joel@OARcorp.com>
588
589        * irq/irq.c: Removed warnings.
590
5912002-11-04      Joel Sherrill <joel@OARcorp.com>
592
593        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
594        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
595        Removed warnings.
596
5972002-11-01      Joel Sherrill <joel@OARcorp.com>
598
599        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
600        removed warnings.
601
6022002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
603
604        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
605        for _ISR_Nest_level.
606
6072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * .cvsignore: Reformat.
610        Add autom4te*cache.
611        Remove autom4te.cache.
612
6132002-08-21      Joel Sherrill <joel@OARcorp.com>
614
615        * bsp_specs: Added support for -nostdlibs.
616
6172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
620        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
621        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
622        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
623        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
624        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
625        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
626        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
627
6282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * start/Makefile.am: Eliminate PGM.
631        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
632
6332002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
636
6372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
640        Remove $(OBJS) from all-local.
641
6422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
645
6462001-05-09      Joel Sherrill <joel@OARcorp.com>
647
648        * startup/linkcmds: In support of gcc 3.1, added one of more
649        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
650        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
651        and direction of segments to memory regions may also have been
652        addressed.  This was a sweep across all BSPs.
653 
6542002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
657        * irq/irq_asm.S: Ditto.
658        * network/network.c: Include <rtems/bspIo.h>.
659        * start/start.S: Include <asm.h> instead of "asm.h".
660        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
661
6622002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
665
6662002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
669
6702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * configure.ac:
673        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
674        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
675        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
676        * Makefile.am: Remove AUTOMAKE_OPTIONS.
677        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
678        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
679        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
680        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
681        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
682        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
683        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
684        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
685
6862002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * configure.ac: Add RTEMS_CHECK_NETWORKING.
689
6902002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
693        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
694        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
695
6962001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
697
698        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
699
7002001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
703        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
704
7052001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * Makefile.am: Add @exceptions@ to SUBDIRS.
708        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
709        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
710        * include/Makefile.am: Convert PREINSTALL_FILES to
711        TMPINSTALL_FILES, include force-preinstall.am.
712        * wrapup/Makefile.am: Apply @exceptions@.
713
7142001-10-29      Joel Sherrill <joel@OARcorp.com>
715
716        * .cvsignore: Add more entries.
717
7182001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * aclocal.m4: Removed.  Should not have been in CVS.
721
7222001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * aclocal.m4: Regenerated.
725        * configure.ac, include/Makefile.am, irq/Makefile.am,
726        vectors/Makefile.am: Updated to autoconf 2.52.
727        * include/.cvsignore: Added newly generated files.
728        * include/bsp.h: Added include of bspopts.h.
729
7302001-10-22      Joel Sherrill <joel@OARcorp.com>
731
732        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
733        include/.cvsignore, network/.cvsignore, start/.cvsignore,
734        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
735        files and other files missed in previous commit.
736
73701-10-22        Andy Dachs <a.dachs@sstl.co.uk>
738
739        * mpc8260ads added as new BSP.  tm27 reported not to run
740        at this time.
741        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
742        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
743        console/Makefile.am, console/console.c, include/Makefile.am,
744        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
745        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
746        network/Makefile.am, network/README, network/if_hdlcsubr.c,
747        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
748        start/start.S, startup/Makefile.am, startup/bspstart.c,
749        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
750        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
751        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
752        New files.
753
Note: See TracBrowser for help on using the repository browser.