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

4.104.114.95
Last change on this file since ce53040 was ce53040, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/20/08 at 05:30:44

2008-08-20 Ralf Corsépius <ralf.corsepius@…>

  • clock/p_clock.c, irq/irq.c, irq/irq_init.c, vectors/vectors_init.c: Add missing prototypes.
  • Property mode set to 100644
File size: 22.2 KB
Line 
12008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * clock/p_clock.c, irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
4        Add missing prototypes.
5
62008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
7
8        * start/start.S: Clear environment pointer for bootcard.
9
102008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
13        Framework to ask the BSP where it has memory for the RTEMS Workspace
14        and C Program Heap. These collectively are referred to as work area.
15        If the BSP supports this, then it does not have to include code to
16        split the available memory between the two areas. This reduces the
17        amount of code in the BSP specific bspstart.c file. Additionally, the
18        shared framework can initialize the C Library, call
19        rtems_debug_enable(), and dirty the work area memory. Until most/all
20        BSPs support this new capability, if the BSP supports this, it should
21        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
22        When the transition is complete, this autoconf macro can be removed.
23
242008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
25
26        * irq/irq.c:
27        make sure, that the masking operations in
28        ICTL and MSR are executed in order
29
302008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * Makefile.am: Rework to avoid .rel files.
33
342008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * startup/bspstart.c: Refactored and renamed initialization routines to
37        rtems_initialize_data_structures, rtems_initialize_before_drivers,
38        rtems_initialize_device_drivers, and
39        rtems_initialize_start_multitasking. This opened the sequence up so
40        that bootcard() could provide a more robust and flexible framework
41        which is easier to explain and understand. This also lays the
42        groundwork for sharing the division of available memory between the
43        RTEMS workspace and heap and the C library initialization across all
44        BSPs.
45
462008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * startup/bspstart.c: Remove all references to
49        console_reserve_resources and termios_reserve_resources.
50
512008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * startup/linkcmds: Add wildcard to gcc_except_table section so
54        programs compiled with gcc 4.3.x can link.
55
562007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
59        Configuration Table. Use the RTEMS provided accessor macros to obtain
60        configuration fields.
61
622007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
65        Configuration Table. Eliminate CPU Table from all ports. Delete
66        references to CPU Table in all forms.
67
682007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
71        Table fields to the Configuration Table. This included
72        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
73        do_zero_of_workspace, extra_mpci_receive_server_stack,
74        stack_allocate_hook, and stack_free_hook. As a side-effect of this
75        effort some multiprocessing code was made conditional and some style
76        clean up occurred.
77
782007-11-30      Till Straumann <strauman@slac.stanford.edu>
79
80        * irq/irq.h, irq/irq_init.c: Removed the definition
81        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
82        initialize the irqBase member of the rtems_irq_global_settings
83        struct. However, irqBase is an rtems_irq_symbolic_name,
84        so using BSP_LOWEST_OFFSET is more appropriate.
85
862007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
89        Table. They have been replaced with variables named bsp_XXX as
90        needed.
91
922007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        PR 1257/bsps
95        * irq/irq.c: Code outside of cpukit should use the public API for
96        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
97        public API and directly accessing _CPU_ISR_Disable and
98        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
99        directive which could lead to problems. This patch also changes the
100        type of the variable passed into these routines and addresses minor
101        style issues.
102
1032007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
104
105        * vectors/vectors_init.c, irq/irq_init.c:
106        adapted to shared exception code
107
1082007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
109
110        * Makefile.am: adapted to shared exception code
111
1122007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * bsp_specs: Remove qrtems_debug.
115
1162007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * bsp_specs: Remove lib (Now expected to exist in GCC).
119
1202006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * network/if_hdlcsubr.h: Remove K'n'R macros.
123        * network/network.c: Use ioctl_command_t as arg to ioctl functions.
124
1252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * configure.ac: New BUG-REPORT address.
128
1292006-11-15      Joel Sherrill <joel@OARcorp.com>
130
131        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
132        file and simplified initialization.
133
1342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * Makefile.am: Remove superfluous -DASM.
137
1382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * configure.ac: Require autoconf-2.60. Require automake-1.10.
141
1422006-08-09      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
145
1462006-03-08      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds: Add .gnu.linkonce.b.* section.
149
1502006-02-08      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds: Add sections required by newer gcc versions.
153
1542006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        * configure.ac: Remove explicit ampolish3 support (now in
157        RTEMS_BSP_CONFIGURE).
158
1592006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * configure.ac: Add ampolish3 support.
162        * Makefile.am: Add preinstall.am.
163
1642006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * Makefile.am: Don't include subdirs.am.
167
1682005-10-06      Till Straumann <strauman@slac.stanford.edu>
169
170        PR 833/bsps
171        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
172        the FPU across the user ISR but DONT save/restore the FPU context.
173        Any use of the FPU fron the user handler (e.g., due to GCC
174        optimizations) result in corruption. The fix results in an exception
175        in such cases (user ISR must explicitely save/enable/restore FPU).
176
1772005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
178
179        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
180        instead of <sys/errno.h>.
181
1822005-05-26      Joel Sherrill <joel@OARcorp.com>
183
184        PR 799/bsps
185        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
186        compiled.
187
1882005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * include/bsp.h: New header guard.
191
1922005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
193
194        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
195
1962005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
199
2002005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
201
202        PR 779/bsp
203        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
204        network/network.c: add parameter to new exception interrupt handlers
205        in powerpc bsps
206
2072005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
210        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
211        CPU_MINIMUM_STACK_FRAME_SIZE.
212
2132005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
216
2172005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * Makefile.am: Merge-in wrapup/Makefile.am.
220        * wrapup/Makefile.am: Remove.
221        * configure.ac: Reflect changes above.
222
2232005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
226
2272005-01-04      Joel Sherrill <joel@OARcorp.com>
228
229        * startup/linkcmds: Remove warnings.
230
2312005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
234
2352004-09-27      Joel Sherrill <joel@OARcorp.com>
236
237        PR 680/bsps
238        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
239
2402004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
241
242        * configure.ac: Require automake > 1.9.
243
2442004-07-25      Joel Sherrill <joel@OARcorp.com>
245
246        * network/network.c: Add include of <sys/errno.h>.
247
2482004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        PR 610/bsps
251        * Makefile.am: Add include/tm27.h, Cosmetics.
252        * include/tm27.h: Final cosmetics.
253
2542004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
255
256        * include/bsp.h: Split out tmtest27 support.
257        * include/tm27.h: New.
258
2592004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
260
261        PR 613/bsps
262        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
263
2642004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
265
266        PR 614/bsps
267        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
268
2692004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
270
271        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
272
2732004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
276        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
277        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
278        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
279
2802004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
281
282        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
283        startup/bspstart.c: Convert to using c99 fixed size types.
284
2852004-03-03      Joel Sherrill <joel@OARcorp.com>
286
287        * irq/irq.h: Correct typo.
288
2892004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Reflect changes to bsp.am.
292        Preinstall dist_project_lib*.
293
2942004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Reflect changes to bsp.am.
297
2982004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
301
3022004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * wrapup/Makefile.am: Convert to automake-building rules.
305
3062004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
309        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
310        vectors/Makefile.am. Use automake compilation rules.
311        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
312        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
313        * configure.ac: Reflect changes above.
314        * wrapup/Makefile: Reflect changes above.
315
3162004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Merge-in start/Makefile.am.
319        * start/Makefile.am: Remove.
320        * configure.ac: Reflect changes above.
321
3222004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * wrapup/Makefile.am: Reflect changes to
325        ../support/*exception_processing/*.
326
3272004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
330        Add RTEMS_PROG_CCAS.
331
3322004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: Add PREINSTALL_DIRS.
335        * irq/Makefile.am: Add PREINSTALL_DIRS.
336        * vectors/Makefile.am: Add PREINSTALL_DIRS.
337        * wrapup/Makefile.am: Reflect changes to libcpu.
338
3392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
342        Add PRE/TMPINSTALL_FILES to CLEANFILES.
343        * irq/Makefile.am: Ditto.
344        * start/Makefile.am: Ditto.
345        * startup/Makefile.am: Ditto.
346        * vectors/Makefile.am: Ditto.
347
3482004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * wrapup/Makefile.am: Eliminate $(LIB).
351        Use noinst_DATA to trigger building libbsp.a.
352
3532003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * clock/Makefile.am: Eliminate VPATH.
356        * console/Makefile.am: Eliminate VPATH.
357        * irq/Makefile.am: Eliminate VPATH.
358        * network/Makefile.am: Eliminate VPATH.
359        * startup/Makefile.am: Eliminate VPATH.
360
3612003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        PR 545/bsps
364        * startup/setvec.c: Removed.
365
3662003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * startup/linkcmds: Remove SEARCH_DIR.
369
3702003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
373        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
374
3752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
378        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
379        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
380        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
381
3822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
385
3862003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * start/Makefile.am: Misc cleanups and fixes.
389        * startup/Makefile.am: Misc cleanups and fixes.
390        * startup/linkcmds: Preparations for gcc-3.3.x.
391        * wrapup/Makefile.am: Misc cleanups and fixes.
392
3932003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * startup/Makefile.am: Remove S_FILES (Unused).
396        * vectors/Makefile.am: Cosmetics.
397        * wrapup/Makefile.am: Cosmetics.
398
3992003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Add preinstallation dirstamp support.
402        * clock/Makefile.am: Cosmetics.
403        * console/Makefile.am: Cosmetics.
404        * irq/Makefile.am: Add preinstallation dirstamp support.
405        * network/Makefile.am: Cosmetics.
406        * startup/Makefile.am: Cosmetics.
407        * vectors/Makefile.am: Add preinstallation dirstamp support.
408        * wrapup/Makefile.am: Cosmetics.
409
4102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * clock/Makefile.am: Remove all-local: $(ARCH).
413        * console/Makefile.am: Remove all-local: $(ARCH).
414        * irq/Makefile.am: Remove all-local: $(ARCH).
415        * network/Makefile.am: Remove all-local: $(ARCH).
416        * start/Makefile.am: Remove all-local: $(ARCH).
417        * startup/Makefile.am: Remove all-local: $(ARCH).
418        * vectors/Makefile.am: Remove all-local: $(ARCH).
419        * wrapup/Makefile.am: Remove all-local: $(ARCH).
420
4212003-10-22      Joel Sherrill <joel@OARcorp.com>
422
423        PR 510/bsps
424        * irq/irq.h: Add extern C wrapper.
425
4262003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am: Merge-in include/Makefile.am.
429        Reflect changes to bsp.am.
430        * include/Makefile.am: Remove.
431        * configure.ac: Reflect changes above.
432
4332003-09-04      Joel Sherrill <joel@OARcorp.com>
434
435        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
436        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
437        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
438        vectors/vectors_init.c: URL for license changed.
439
4402003-08-20      Joel Sherrill <joel@OARcorp.com>
441
442        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
443
4442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * Makefile.am: Reflect having moved aclocal/.
447
4482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * Makefile.am: Reflect having moved automake/.
451        * clock/Makefile.am: Reflect having moved automake/.
452        * console/Makefile.am: Reflect having moved automake/.
453        * include/Makefile.am: Reflect having moved automake/.
454        * irq/Makefile.am: Reflect having moved automake/.
455        * network/Makefile.am: Reflect having moved automake/.
456        * start/Makefile.am: Reflect having moved automake/.
457        * startup/Makefile.am: Reflect having moved automake/.
458        * vectors/Makefile.am: Reflect having moved automake/.
459        * wrapup/Makefile.am: Reflect having moved automake/.
460
4612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
464
4652003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        PR 445/bsps
468        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
469        Remove cpp, old_cpp (now unused).
470
4712003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
474        Use memcmp instead of bcmp.
475
4762003-07-18      Till Straumann <strauman@slac.stanford.edu>
477
478        PR 288/rtems
479        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
480
4812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac: Remove AC_CONFIG_AUX_DIR.
484
4852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
488
4892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac: AC_PREREQ(2.57).
492
4932003-01-20      Joel Sherrill <joel@OARcorp.com>
494
495        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
496
4972002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
500        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
501        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
502        Remove SORDID_HACK. Eliminate *_O_FILES.
503        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
504        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
505        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
506        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
507
5082002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * start/Makefile.am: Use install-data-local to install startfile.
511
5122002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
515
5162002-11-04      Joel Sherrill <joel@OARcorp.com>
517
518        * irq/irq.c: Removed warnings.
519
5202002-11-04      Joel Sherrill <joel@OARcorp.com>
521
522        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
523        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
524        Removed warnings.
525
5262002-11-01      Joel Sherrill <joel@OARcorp.com>
527
528        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
529        removed warnings.
530
5312002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
532
533        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
534        for _ISR_Nest_level.
535
5362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * .cvsignore: Reformat.
539        Add autom4te*cache.
540        Remove autom4te.cache.
541
5422002-08-21      Joel Sherrill <joel@OARcorp.com>
543
544        * bsp_specs: Added support for -nostdlibs.
545
5462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
549        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
550        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
551        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
552        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
553        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
554        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
555        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
556
5572002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * start/Makefile.am: Eliminate PGM.
560        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
561
5622002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
565
5662002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
569        Remove $(OBJS) from all-local.
570
5712002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
574
5752001-05-09      Joel Sherrill <joel@OARcorp.com>
576
577        * startup/linkcmds: In support of gcc 3.1, added one of more
578        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
579        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
580        and direction of segments to memory regions may also have been
581        addressed.  This was a sweep across all BSPs.
582 
5832002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
586        * irq/irq_asm.S: Ditto.
587        * network/network.c: Include <rtems/bspIo.h>.
588        * start/start.S: Include <asm.h> instead of "asm.h".
589        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
590
5912002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
594
5952002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
598
5992002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * configure.ac:
602        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
603        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
604        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
607        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
608        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
609        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
610        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
611        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
612        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
613        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
614
6152002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * configure.ac: Add RTEMS_CHECK_NETWORKING.
618
6192002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
622        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
623        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
624
6252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
628
6292001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
632        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
633
6342001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * Makefile.am: Add @exceptions@ to SUBDIRS.
637        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
638        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
639        * include/Makefile.am: Convert PREINSTALL_FILES to
640        TMPINSTALL_FILES, include force-preinstall.am.
641        * wrapup/Makefile.am: Apply @exceptions@.
642
6432001-10-29      Joel Sherrill <joel@OARcorp.com>
644
645        * .cvsignore: Add more entries.
646
6472001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * aclocal.m4: Removed.  Should not have been in CVS.
650
6512001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * aclocal.m4: Regenerated.
654        * configure.ac, include/Makefile.am, irq/Makefile.am,
655        vectors/Makefile.am: Updated to autoconf 2.52.
656        * include/.cvsignore: Added newly generated files.
657        * include/bsp.h: Added include of bspopts.h.
658
6592001-10-22      Joel Sherrill <joel@OARcorp.com>
660
661        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
662        include/.cvsignore, network/.cvsignore, start/.cvsignore,
663        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
664        files and other files missed in previous commit.
665
66601-10-22        Andy Dachs <a.dachs@sstl.co.uk>
667
668        * mpc8260ads added as new BSP.  tm27 reported not to run
669        at this time.
670        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
671        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
672        console/Makefile.am, console/console.c, include/Makefile.am,
673        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
674        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
675        network/Makefile.am, network/README, network/if_hdlcsubr.c,
676        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
677        start/start.S, startup/Makefile.am, startup/bspstart.c,
678        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
679        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
680        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
681        New files.
682
Note: See TracBrowser for help on using the repository browser.