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

4.104.114.95
Last change on this file since aa058378 was aa058378, checked in by Joel Sherrill <joel.sherrill@…>, on 08/05/08 at 13:33:02

2008-08-01 Sebastian Huber <sebastian.huber@…>

  • start/start.S: Clear environment pointer for bootcard.
  • Property mode set to 100644
File size: 22.0 KB
Line 
12008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * start/start.S: Clear environment pointer for bootcard.
4
52008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
8        Framework to ask the BSP where it has memory for the RTEMS Workspace
9        and C Program Heap. These collectively are referred to as work area.
10        If the BSP supports this, then it does not have to include code to
11        split the available memory between the two areas. This reduces the
12        amount of code in the BSP specific bspstart.c file. Additionally, the
13        shared framework can initialize the C Library, call
14        rtems_debug_enable(), and dirty the work area memory. Until most/all
15        BSPs support this new capability, if the BSP supports this, it should
16        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
17        When the transition is complete, this autoconf macro can be removed.
18
192008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
20
21        * irq/irq.c:
22        make sure, that the masking operations in
23        ICTL and MSR are executed in order
24
252008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * Makefile.am: Rework to avoid .rel files.
28
292008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * startup/bspstart.c: Refactored and renamed initialization routines to
32        rtems_initialize_data_structures, rtems_initialize_before_drivers,
33        rtems_initialize_device_drivers, and
34        rtems_initialize_start_multitasking. This opened the sequence up so
35        that bootcard() could provide a more robust and flexible framework
36        which is easier to explain and understand. This also lays the
37        groundwork for sharing the division of available memory between the
38        RTEMS workspace and heap and the C library initialization across all
39        BSPs.
40
412008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * startup/bspstart.c: Remove all references to
44        console_reserve_resources and termios_reserve_resources.
45
462008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * startup/linkcmds: Add wildcard to gcc_except_table section so
49        programs compiled with gcc 4.3.x can link.
50
512007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
54        Configuration Table. Use the RTEMS provided accessor macros to obtain
55        configuration fields.
56
572007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
60        Configuration Table. Eliminate CPU Table from all ports. Delete
61        references to CPU Table in all forms.
62
632007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
66        Table fields to the Configuration Table. This included
67        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
68        do_zero_of_workspace, extra_mpci_receive_server_stack,
69        stack_allocate_hook, and stack_free_hook. As a side-effect of this
70        effort some multiprocessing code was made conditional and some style
71        clean up occurred.
72
732007-11-30      Till Straumann <strauman@slac.stanford.edu>
74
75        * irq/irq.h, irq/irq_init.c: Removed the definition
76        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
77        initialize the irqBase member of the rtems_irq_global_settings
78        struct. However, irqBase is an rtems_irq_symbolic_name,
79        so using BSP_LOWEST_OFFSET is more appropriate.
80
812007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
84        Table. They have been replaced with variables named bsp_XXX as
85        needed.
86
872007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        PR 1257/bsps
90        * irq/irq.c: Code outside of cpukit should use the public API for
91        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
92        public API and directly accessing _CPU_ISR_Disable and
93        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
94        directive which could lead to problems. This patch also changes the
95        type of the variable passed into these routines and addresses minor
96        style issues.
97
982007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
99
100        * vectors/vectors_init.c, irq/irq_init.c:
101        adapted to shared exception code
102
1032007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
104
105        * Makefile.am: adapted to shared exception code
106
1072007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * bsp_specs: Remove qrtems_debug.
110
1112007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * bsp_specs: Remove lib (Now expected to exist in GCC).
114
1152006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * network/if_hdlcsubr.h: Remove K'n'R macros.
118        * network/network.c: Use ioctl_command_t as arg to ioctl functions.
119
1202006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * configure.ac: New BUG-REPORT address.
123
1242006-11-15      Joel Sherrill <joel@OARcorp.com>
125
126        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
127        file and simplified initialization.
128
1292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * Makefile.am: Remove superfluous -DASM.
132
1332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * configure.ac: Require autoconf-2.60. Require automake-1.10.
136
1372006-08-09      Joel Sherrill <joel@OARcorp.com>
138
139        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
140
1412006-03-08      Joel Sherrill <joel@OARcorp.com>
142
143        * startup/linkcmds: Add .gnu.linkonce.b.* section.
144
1452006-02-08      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds: Add sections required by newer gcc versions.
148
1492006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * configure.ac: Remove explicit ampolish3 support (now in
152        RTEMS_BSP_CONFIGURE).
153
1542006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        * configure.ac: Add ampolish3 support.
157        * Makefile.am: Add preinstall.am.
158
1592006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * Makefile.am: Don't include subdirs.am.
162
1632005-10-06      Till Straumann <strauman@slac.stanford.edu>
164
165        PR 833/bsps
166        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
167        the FPU across the user ISR but DONT save/restore the FPU context.
168        Any use of the FPU fron the user handler (e.g., due to GCC
169        optimizations) result in corruption. The fix results in an exception
170        in such cases (user ISR must explicitely save/enable/restore FPU).
171
1722005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
175        instead of <sys/errno.h>.
176
1772005-05-26      Joel Sherrill <joel@OARcorp.com>
178
179        PR 799/bsps
180        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
181        compiled.
182
1832005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * include/bsp.h: New header guard.
186
1872005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
188
189        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
190
1912005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
194
1952005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
196
197        PR 779/bsp
198        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
199        network/network.c: add parameter to new exception interrupt handlers
200        in powerpc bsps
201
2022005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
205        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
206        CPU_MINIMUM_STACK_FRAME_SIZE.
207
2082005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
211
2122005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * Makefile.am: Merge-in wrapup/Makefile.am.
215        * wrapup/Makefile.am: Remove.
216        * configure.ac: Reflect changes above.
217
2182005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
221
2222005-01-04      Joel Sherrill <joel@OARcorp.com>
223
224        * startup/linkcmds: Remove warnings.
225
2262005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
229
2302004-09-27      Joel Sherrill <joel@OARcorp.com>
231
232        PR 680/bsps
233        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
234
2352004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
236
237        * configure.ac: Require automake > 1.9.
238
2392004-07-25      Joel Sherrill <joel@OARcorp.com>
240
241        * network/network.c: Add include of <sys/errno.h>.
242
2432004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
244
245        PR 610/bsps
246        * Makefile.am: Add include/tm27.h, Cosmetics.
247        * include/tm27.h: Final cosmetics.
248
2492004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
250
251        * include/bsp.h: Split out tmtest27 support.
252        * include/tm27.h: New.
253
2542004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
255
256        PR 613/bsps
257        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
258
2592004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
260
261        PR 614/bsps
262        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
263
2642004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
265
266        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
267
2682004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
271        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
272        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
273        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
274
2752004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
278        startup/bspstart.c: Convert to using c99 fixed size types.
279
2802004-03-03      Joel Sherrill <joel@OARcorp.com>
281
282        * irq/irq.h: Correct typo.
283
2842004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Reflect changes to bsp.am.
287        Preinstall dist_project_lib*.
288
2892004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Reflect changes to bsp.am.
292
2932004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
296
2972004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * wrapup/Makefile.am: Convert to automake-building rules.
300
3012004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
304        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
305        vectors/Makefile.am. Use automake compilation rules.
306        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
307        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
308        * configure.ac: Reflect changes above.
309        * wrapup/Makefile: Reflect changes above.
310
3112004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Merge-in start/Makefile.am.
314        * start/Makefile.am: Remove.
315        * configure.ac: Reflect changes above.
316
3172004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * wrapup/Makefile.am: Reflect changes to
320        ../support/*exception_processing/*.
321
3222004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
325        Add RTEMS_PROG_CCAS.
326
3272004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Add PREINSTALL_DIRS.
330        * irq/Makefile.am: Add PREINSTALL_DIRS.
331        * vectors/Makefile.am: Add PREINSTALL_DIRS.
332        * wrapup/Makefile.am: Reflect changes to libcpu.
333
3342004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
337        Add PRE/TMPINSTALL_FILES to CLEANFILES.
338        * irq/Makefile.am: Ditto.
339        * start/Makefile.am: Ditto.
340        * startup/Makefile.am: Ditto.
341        * vectors/Makefile.am: Ditto.
342
3432004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * wrapup/Makefile.am: Eliminate $(LIB).
346        Use noinst_DATA to trigger building libbsp.a.
347
3482003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * clock/Makefile.am: Eliminate VPATH.
351        * console/Makefile.am: Eliminate VPATH.
352        * irq/Makefile.am: Eliminate VPATH.
353        * network/Makefile.am: Eliminate VPATH.
354        * startup/Makefile.am: Eliminate VPATH.
355
3562003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        PR 545/bsps
359        * startup/setvec.c: Removed.
360
3612003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * startup/linkcmds: Remove SEARCH_DIR.
364
3652003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
368        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
369
3702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
373        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
374        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
375        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
376
3772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
380
3812003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * start/Makefile.am: Misc cleanups and fixes.
384        * startup/Makefile.am: Misc cleanups and fixes.
385        * startup/linkcmds: Preparations for gcc-3.3.x.
386        * wrapup/Makefile.am: Misc cleanups and fixes.
387
3882003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * startup/Makefile.am: Remove S_FILES (Unused).
391        * vectors/Makefile.am: Cosmetics.
392        * wrapup/Makefile.am: Cosmetics.
393
3942003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Add preinstallation dirstamp support.
397        * clock/Makefile.am: Cosmetics.
398        * console/Makefile.am: Cosmetics.
399        * irq/Makefile.am: Add preinstallation dirstamp support.
400        * network/Makefile.am: Cosmetics.
401        * startup/Makefile.am: Cosmetics.
402        * vectors/Makefile.am: Add preinstallation dirstamp support.
403        * wrapup/Makefile.am: Cosmetics.
404
4052003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * clock/Makefile.am: Remove all-local: $(ARCH).
408        * console/Makefile.am: Remove all-local: $(ARCH).
409        * irq/Makefile.am: Remove all-local: $(ARCH).
410        * network/Makefile.am: Remove all-local: $(ARCH).
411        * start/Makefile.am: Remove all-local: $(ARCH).
412        * startup/Makefile.am: Remove all-local: $(ARCH).
413        * vectors/Makefile.am: Remove all-local: $(ARCH).
414        * wrapup/Makefile.am: Remove all-local: $(ARCH).
415
4162003-10-22      Joel Sherrill <joel@OARcorp.com>
417
418        PR 510/bsps
419        * irq/irq.h: Add extern C wrapper.
420
4212003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: Merge-in include/Makefile.am.
424        Reflect changes to bsp.am.
425        * include/Makefile.am: Remove.
426        * configure.ac: Reflect changes above.
427
4282003-09-04      Joel Sherrill <joel@OARcorp.com>
429
430        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
431        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
432        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
433        vectors/vectors_init.c: URL for license changed.
434
4352003-08-20      Joel Sherrill <joel@OARcorp.com>
436
437        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
438
4392003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: Reflect having moved aclocal/.
442
4432003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: Reflect having moved automake/.
446        * clock/Makefile.am: Reflect having moved automake/.
447        * console/Makefile.am: Reflect having moved automake/.
448        * include/Makefile.am: Reflect having moved automake/.
449        * irq/Makefile.am: Reflect having moved automake/.
450        * network/Makefile.am: Reflect having moved automake/.
451        * start/Makefile.am: Reflect having moved automake/.
452        * startup/Makefile.am: Reflect having moved automake/.
453        * vectors/Makefile.am: Reflect having moved automake/.
454        * wrapup/Makefile.am: Reflect having moved automake/.
455
4562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
459
4602003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        PR 445/bsps
463        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
464        Remove cpp, old_cpp (now unused).
465
4662003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
469        Use memcmp instead of bcmp.
470
4712003-07-18      Till Straumann <strauman@slac.stanford.edu>
472
473        PR 288/rtems
474        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
475
4762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac: Remove AC_CONFIG_AUX_DIR.
479
4802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
483
4842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: AC_PREREQ(2.57).
487
4882003-01-20      Joel Sherrill <joel@OARcorp.com>
489
490        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
491
4922002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
495        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
496        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
497        Remove SORDID_HACK. Eliminate *_O_FILES.
498        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
499        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
500        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
501        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
502
5032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * start/Makefile.am: Use install-data-local to install startfile.
506
5072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
510
5112002-11-04      Joel Sherrill <joel@OARcorp.com>
512
513        * irq/irq.c: Removed warnings.
514
5152002-11-04      Joel Sherrill <joel@OARcorp.com>
516
517        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
518        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
519        Removed warnings.
520
5212002-11-01      Joel Sherrill <joel@OARcorp.com>
522
523        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
524        removed warnings.
525
5262002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
527
528        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
529        for _ISR_Nest_level.
530
5312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * .cvsignore: Reformat.
534        Add autom4te*cache.
535        Remove autom4te.cache.
536
5372002-08-21      Joel Sherrill <joel@OARcorp.com>
538
539        * bsp_specs: Added support for -nostdlibs.
540
5412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
544        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
545        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
546        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
547        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
548        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
549        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
550        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
551
5522002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * start/Makefile.am: Eliminate PGM.
555        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
556
5572002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
560
5612002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
564        Remove $(OBJS) from all-local.
565
5662002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
569
5702001-05-09      Joel Sherrill <joel@OARcorp.com>
571
572        * startup/linkcmds: In support of gcc 3.1, added one of more
573        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
574        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
575        and direction of segments to memory regions may also have been
576        addressed.  This was a sweep across all BSPs.
577 
5782002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
581        * irq/irq_asm.S: Ditto.
582        * network/network.c: Include <rtems/bspIo.h>.
583        * start/start.S: Include <asm.h> instead of "asm.h".
584        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
585
5862002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
589
5902002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
593
5942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * configure.ac:
597        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
598        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
599        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
600        * Makefile.am: Remove AUTOMAKE_OPTIONS.
601        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
602        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
603        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
604        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
607        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
608        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
609
6102002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * configure.ac: Add RTEMS_CHECK_NETWORKING.
613
6142002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
617        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
618        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
619
6202001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
623
6242001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
627        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
628
6292001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * Makefile.am: Add @exceptions@ to SUBDIRS.
632        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
633        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
634        * include/Makefile.am: Convert PREINSTALL_FILES to
635        TMPINSTALL_FILES, include force-preinstall.am.
636        * wrapup/Makefile.am: Apply @exceptions@.
637
6382001-10-29      Joel Sherrill <joel@OARcorp.com>
639
640        * .cvsignore: Add more entries.
641
6422001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * aclocal.m4: Removed.  Should not have been in CVS.
645
6462001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * aclocal.m4: Regenerated.
649        * configure.ac, include/Makefile.am, irq/Makefile.am,
650        vectors/Makefile.am: Updated to autoconf 2.52.
651        * include/.cvsignore: Added newly generated files.
652        * include/bsp.h: Added include of bspopts.h.
653
6542001-10-22      Joel Sherrill <joel@OARcorp.com>
655
656        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
657        include/.cvsignore, network/.cvsignore, start/.cvsignore,
658        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
659        files and other files missed in previous commit.
660
66101-10-22        Andy Dachs <a.dachs@sstl.co.uk>
662
663        * mpc8260ads added as new BSP.  tm27 reported not to run
664        at this time.
665        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
666        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
667        console/Makefile.am, console/console.c, include/Makefile.am,
668        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
669        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
670        network/Makefile.am, network/README, network/if_hdlcsubr.c,
671        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
672        start/start.S, startup/Makefile.am, startup/bspstart.c,
673        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
674        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
675        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
676        New files.
677
Note: See TracBrowser for help on using the repository browser.