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

4.104.115
Last change on this file since 06f3a3ef was 06f3a3ef, checked in by Joel Sherrill <joel.sherrill@…>, on 02/12/09 at 15:57:15

2009-02-12 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
  • Property mode set to 100644
File size: 24.5 KB
Line 
12009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * startup/bspstart.c: Change prototype of IDLE thread to consistently
4        return void * and take a uintptr_t argument.
5
62008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * bsp_specs: Move -e start from *link to *startfile to avoid warning
9        for undefined entry symbol when linking relocatables with binutils
10        2.19.
11
122008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * Makefile.am, preinstall.am: Use shared stub coverhd.h
15        * include/coverhd.h: Removed.
16
172008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * include/tm27.h: Now links all tests.
20
212008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
24        of building libbspstart.a, using automake-rules.
25
262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Eliminate *_SOURCES.
29
302008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
33        components.
34
352008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
38
392008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * configure.ac: Make letting boot_card() handle work area allocation
42        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
43        BSP_BOOTCARD_OPTIONS.
44
452008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * include/bsp.h: Remove unnecessary boilerplate comments.
48
492008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
52        is NOT used anywhere.
53
542008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am, startup/linkcmds: Use top level shared
57        bsp_get_work_area() implementation.
58        * startup/bspgetworkarea.c: Removed.
59
602008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add
63        use of bsp_get_work_area() in its own file and rely on BSP Framework
64        to perform more initialization.
65        * startup/bspgetworkarea.c: New file.
66
672008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
70        phase, all prototypes were removed from bsp.h and empty
71        implementations were removed and made to use the shared stub.
72
732008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * irq/irq.c, startup/bspstart.c: Convert to bool.
76
772008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * clock/p_clock.c, irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
80        Add missing prototypes.
81
822008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
83
84        * start/start.S: Clear environment pointer for bootcard.
85
862008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
89        Framework to ask the BSP where it has memory for the RTEMS Workspace
90        and C Program Heap. These collectively are referred to as work area.
91        If the BSP supports this, then it does not have to include code to
92        split the available memory between the two areas. This reduces the
93        amount of code in the BSP specific bspstart.c file. Additionally, the
94        shared framework can initialize the C Library, call
95        rtems_debug_enable(), and dirty the work area memory. Until most/all
96        BSPs support this new capability, if the BSP supports this, it should
97        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
98        When the transition is complete, this autoconf macro can be removed.
99
1002008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
101
102        * irq/irq.c:
103        make sure, that the masking operations in
104        ICTL and MSR are executed in order
105
1062008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * Makefile.am: Rework to avoid .rel files.
109
1102008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * startup/bspstart.c: Refactored and renamed initialization routines to
113        rtems_initialize_data_structures, rtems_initialize_before_drivers,
114        rtems_initialize_device_drivers, and
115        rtems_initialize_start_multitasking. This opened the sequence up so
116        that bootcard() could provide a more robust and flexible framework
117        which is easier to explain and understand. This also lays the
118        groundwork for sharing the division of available memory between the
119        RTEMS workspace and heap and the C library initialization across all
120        BSPs.
121
1222008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * startup/bspstart.c: Remove all references to
125        console_reserve_resources and termios_reserve_resources.
126
1272008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * startup/linkcmds: Add wildcard to gcc_except_table section so
130        programs compiled with gcc 4.3.x can link.
131
1322007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
135        Configuration Table. Use the RTEMS provided accessor macros to obtain
136        configuration fields.
137
1382007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
141        Configuration Table. Eliminate CPU Table from all ports. Delete
142        references to CPU Table in all forms.
143
1442007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
147        Table fields to the Configuration Table. This included
148        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
149        do_zero_of_workspace, extra_mpci_receive_server_stack,
150        stack_allocate_hook, and stack_free_hook. As a side-effect of this
151        effort some multiprocessing code was made conditional and some style
152        clean up occurred.
153
1542007-11-30      Till Straumann <strauman@slac.stanford.edu>
155
156        * irq/irq.h, irq/irq_init.c: Removed the definition
157        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
158        initialize the irqBase member of the rtems_irq_global_settings
159        struct. However, irqBase is an rtems_irq_symbolic_name,
160        so using BSP_LOWEST_OFFSET is more appropriate.
161
1622007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
165        Table. They have been replaced with variables named bsp_XXX as
166        needed.
167
1682007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        PR 1257/bsps
171        * irq/irq.c: Code outside of cpukit should use the public API for
172        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
173        public API and directly accessing _CPU_ISR_Disable and
174        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
175        directive which could lead to problems. This patch also changes the
176        type of the variable passed into these routines and addresses minor
177        style issues.
178
1792007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
180
181        * vectors/vectors_init.c, irq/irq_init.c:
182        adapted to shared exception code
183
1842007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
185
186        * Makefile.am: adapted to shared exception code
187
1882007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * bsp_specs: Remove qrtems_debug.
191
1922007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * bsp_specs: Remove lib (Now expected to exist in GCC).
195
1962006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * network/if_hdlcsubr.h: Remove K'n'R macros.
199        * network/network.c: Use ioctl_command_t as arg to ioctl functions.
200
2012006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
202
203        * configure.ac: New BUG-REPORT address.
204
2052006-11-15      Joel Sherrill <joel@OARcorp.com>
206
207        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
208        file and simplified initialization.
209
2102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * Makefile.am: Remove superfluous -DASM.
213
2142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * configure.ac: Require autoconf-2.60. Require automake-1.10.
217
2182006-08-09      Joel Sherrill <joel@OARcorp.com>
219
220        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
221
2222006-03-08      Joel Sherrill <joel@OARcorp.com>
223
224        * startup/linkcmds: Add .gnu.linkonce.b.* section.
225
2262006-02-08      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds: Add sections required by newer gcc versions.
229
2302006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * configure.ac: Remove explicit ampolish3 support (now in
233        RTEMS_BSP_CONFIGURE).
234
2352006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * configure.ac: Add ampolish3 support.
238        * Makefile.am: Add preinstall.am.
239
2402006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * Makefile.am: Don't include subdirs.am.
243
2442005-10-06      Till Straumann <strauman@slac.stanford.edu>
245
246        PR 833/bsps
247        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
248        the FPU across the user ISR but DONT save/restore the FPU context.
249        Any use of the FPU fron the user handler (e.g., due to GCC
250        optimizations) result in corruption. The fix results in an exception
251        in such cases (user ISR must explicitely save/enable/restore FPU).
252
2532005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
256        instead of <sys/errno.h>.
257
2582005-05-26      Joel Sherrill <joel@OARcorp.com>
259
260        PR 799/bsps
261        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
262        compiled.
263
2642005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * include/bsp.h: New header guard.
267
2682005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
269
270        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
271
2722005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
273
274        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
275
2762005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
277
278        PR 779/bsp
279        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
280        network/network.c: add parameter to new exception interrupt handlers
281        in powerpc bsps
282
2832005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
286        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
287        CPU_MINIMUM_STACK_FRAME_SIZE.
288
2892005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
290
291        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
292
2932005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * Makefile.am: Merge-in wrapup/Makefile.am.
296        * wrapup/Makefile.am: Remove.
297        * configure.ac: Reflect changes above.
298
2992005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
302
3032005-01-04      Joel Sherrill <joel@OARcorp.com>
304
305        * startup/linkcmds: Remove warnings.
306
3072005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
308
309        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
310
3112004-09-27      Joel Sherrill <joel@OARcorp.com>
312
313        PR 680/bsps
314        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
315
3162004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
317
318        * configure.ac: Require automake > 1.9.
319
3202004-07-25      Joel Sherrill <joel@OARcorp.com>
321
322        * network/network.c: Add include of <sys/errno.h>.
323
3242004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
325
326        PR 610/bsps
327        * Makefile.am: Add include/tm27.h, Cosmetics.
328        * include/tm27.h: Final cosmetics.
329
3302004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
331
332        * include/bsp.h: Split out tmtest27 support.
333        * include/tm27.h: New.
334
3352004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
336
337        PR 613/bsps
338        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
339
3402004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
341
342        PR 614/bsps
343        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
344
3452004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
346
347        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
348
3492004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
350
351        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
352        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
353        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
354        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
355
3562004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
357
358        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
359        startup/bspstart.c: Convert to using c99 fixed size types.
360
3612004-03-03      Joel Sherrill <joel@OARcorp.com>
362
363        * irq/irq.h: Correct typo.
364
3652004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Reflect changes to bsp.am.
368        Preinstall dist_project_lib*.
369
3702004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Reflect changes to bsp.am.
373
3742004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
377
3782004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * wrapup/Makefile.am: Convert to automake-building rules.
381
3822004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
385        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
386        vectors/Makefile.am. Use automake compilation rules.
387        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
388        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
389        * configure.ac: Reflect changes above.
390        * wrapup/Makefile: Reflect changes above.
391
3922004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: Merge-in start/Makefile.am.
395        * start/Makefile.am: Remove.
396        * configure.ac: Reflect changes above.
397
3982004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * wrapup/Makefile.am: Reflect changes to
401        ../support/*exception_processing/*.
402
4032004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
406        Add RTEMS_PROG_CCAS.
407
4082004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Add PREINSTALL_DIRS.
411        * irq/Makefile.am: Add PREINSTALL_DIRS.
412        * vectors/Makefile.am: Add PREINSTALL_DIRS.
413        * wrapup/Makefile.am: Reflect changes to libcpu.
414
4152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
418        Add PRE/TMPINSTALL_FILES to CLEANFILES.
419        * irq/Makefile.am: Ditto.
420        * start/Makefile.am: Ditto.
421        * startup/Makefile.am: Ditto.
422        * vectors/Makefile.am: Ditto.
423
4242004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * wrapup/Makefile.am: Eliminate $(LIB).
427        Use noinst_DATA to trigger building libbsp.a.
428
4292003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * clock/Makefile.am: Eliminate VPATH.
432        * console/Makefile.am: Eliminate VPATH.
433        * irq/Makefile.am: Eliminate VPATH.
434        * network/Makefile.am: Eliminate VPATH.
435        * startup/Makefile.am: Eliminate VPATH.
436
4372003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        PR 545/bsps
440        * startup/setvec.c: Removed.
441
4422003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * startup/linkcmds: Remove SEARCH_DIR.
445
4462003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
449        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
450
4512003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
454        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
455        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
456        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
457
4582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
461
4622003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * start/Makefile.am: Misc cleanups and fixes.
465        * startup/Makefile.am: Misc cleanups and fixes.
466        * startup/linkcmds: Preparations for gcc-3.3.x.
467        * wrapup/Makefile.am: Misc cleanups and fixes.
468
4692003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * startup/Makefile.am: Remove S_FILES (Unused).
472        * vectors/Makefile.am: Cosmetics.
473        * wrapup/Makefile.am: Cosmetics.
474
4752003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * Makefile.am: Add preinstallation dirstamp support.
478        * clock/Makefile.am: Cosmetics.
479        * console/Makefile.am: Cosmetics.
480        * irq/Makefile.am: Add preinstallation dirstamp support.
481        * network/Makefile.am: Cosmetics.
482        * startup/Makefile.am: Cosmetics.
483        * vectors/Makefile.am: Add preinstallation dirstamp support.
484        * wrapup/Makefile.am: Cosmetics.
485
4862003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * clock/Makefile.am: Remove all-local: $(ARCH).
489        * console/Makefile.am: Remove all-local: $(ARCH).
490        * irq/Makefile.am: Remove all-local: $(ARCH).
491        * network/Makefile.am: Remove all-local: $(ARCH).
492        * start/Makefile.am: Remove all-local: $(ARCH).
493        * startup/Makefile.am: Remove all-local: $(ARCH).
494        * vectors/Makefile.am: Remove all-local: $(ARCH).
495        * wrapup/Makefile.am: Remove all-local: $(ARCH).
496
4972003-10-22      Joel Sherrill <joel@OARcorp.com>
498
499        PR 510/bsps
500        * irq/irq.h: Add extern C wrapper.
501
5022003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * Makefile.am: Merge-in include/Makefile.am.
505        Reflect changes to bsp.am.
506        * include/Makefile.am: Remove.
507        * configure.ac: Reflect changes above.
508
5092003-09-04      Joel Sherrill <joel@OARcorp.com>
510
511        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
512        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
513        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
514        vectors/vectors_init.c: URL for license changed.
515
5162003-08-20      Joel Sherrill <joel@OARcorp.com>
517
518        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
519
5202003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * Makefile.am: Reflect having moved aclocal/.
523
5242003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * Makefile.am: Reflect having moved automake/.
527        * clock/Makefile.am: Reflect having moved automake/.
528        * console/Makefile.am: Reflect having moved automake/.
529        * include/Makefile.am: Reflect having moved automake/.
530        * irq/Makefile.am: Reflect having moved automake/.
531        * network/Makefile.am: Reflect having moved automake/.
532        * start/Makefile.am: Reflect having moved automake/.
533        * startup/Makefile.am: Reflect having moved automake/.
534        * vectors/Makefile.am: Reflect having moved automake/.
535        * wrapup/Makefile.am: Reflect having moved automake/.
536
5372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
540
5412003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        PR 445/bsps
544        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
545        Remove cpp, old_cpp (now unused).
546
5472003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
550        Use memcmp instead of bcmp.
551
5522003-07-18      Till Straumann <strauman@slac.stanford.edu>
553
554        PR 288/rtems
555        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
556
5572003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac: Remove AC_CONFIG_AUX_DIR.
560
5612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
564
5652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * configure.ac: AC_PREREQ(2.57).
568
5692003-01-20      Joel Sherrill <joel@OARcorp.com>
570
571        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
572
5732002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
576        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
577        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
578        Remove SORDID_HACK. Eliminate *_O_FILES.
579        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
580        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
581        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
582        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
583
5842002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * start/Makefile.am: Use install-data-local to install startfile.
587
5882002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
591
5922002-11-04      Joel Sherrill <joel@OARcorp.com>
593
594        * irq/irq.c: Removed warnings.
595
5962002-11-04      Joel Sherrill <joel@OARcorp.com>
597
598        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
599        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
600        Removed warnings.
601
6022002-11-01      Joel Sherrill <joel@OARcorp.com>
603
604        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
605        removed warnings.
606
6072002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
608
609        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
610        for _ISR_Nest_level.
611
6122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * .cvsignore: Reformat.
615        Add autom4te*cache.
616        Remove autom4te.cache.
617
6182002-08-21      Joel Sherrill <joel@OARcorp.com>
619
620        * bsp_specs: Added support for -nostdlibs.
621
6222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
625        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
626        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
627        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
628        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
629        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
630        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
631        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
632
6332002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * start/Makefile.am: Eliminate PGM.
636        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
637
6382002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
641
6422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
645        Remove $(OBJS) from all-local.
646
6472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
650
6512001-05-09      Joel Sherrill <joel@OARcorp.com>
652
653        * startup/linkcmds: In support of gcc 3.1, added one of more
654        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
655        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
656        and direction of segments to memory regions may also have been
657        addressed.  This was a sweep across all BSPs.
658 
6592002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
662        * irq/irq_asm.S: Ditto.
663        * network/network.c: Include <rtems/bspIo.h>.
664        * start/start.S: Include <asm.h> instead of "asm.h".
665        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
666
6672002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
670
6712002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
674
6752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * configure.ac:
678        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
679        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
680        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
681        * Makefile.am: Remove AUTOMAKE_OPTIONS.
682        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
683        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
684        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
685        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
686        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
687        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
688        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
689        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
690
6912002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * configure.ac: Add RTEMS_CHECK_NETWORKING.
694
6952002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
698        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
699        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
700
7012001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
704
7052001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
708        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
709
7102001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * Makefile.am: Add @exceptions@ to SUBDIRS.
713        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
714        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
715        * include/Makefile.am: Convert PREINSTALL_FILES to
716        TMPINSTALL_FILES, include force-preinstall.am.
717        * wrapup/Makefile.am: Apply @exceptions@.
718
7192001-10-29      Joel Sherrill <joel@OARcorp.com>
720
721        * .cvsignore: Add more entries.
722
7232001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * aclocal.m4: Removed.  Should not have been in CVS.
726
7272001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * aclocal.m4: Regenerated.
730        * configure.ac, include/Makefile.am, irq/Makefile.am,
731        vectors/Makefile.am: Updated to autoconf 2.52.
732        * include/.cvsignore: Added newly generated files.
733        * include/bsp.h: Added include of bspopts.h.
734
7352001-10-22      Joel Sherrill <joel@OARcorp.com>
736
737        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
738        include/.cvsignore, network/.cvsignore, start/.cvsignore,
739        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
740        files and other files missed in previous commit.
741
74201-10-22        Andy Dachs <a.dachs@sstl.co.uk>
743
744        * mpc8260ads added as new BSP.  tm27 reported not to run
745        at this time.
746        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
747        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
748        console/Makefile.am, console/console.c, include/Makefile.am,
749        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
750        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
751        network/Makefile.am, network/README, network/if_hdlcsubr.c,
752        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
753        start/start.S, startup/Makefile.am, startup/bspstart.c,
754        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
755        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
756        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
757        New files.
758
Note: See TracBrowser for help on using the repository browser.