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

4.115
Last change on this file since 353be08 was 353be08, checked in by Sebastian Huber <sebastian.huber@…>, on 06/07/11 at 13:28:01

2011-06-07 Sebastian Huber <sebastian.huber@…>

  • configure.ac, startup/bspstart.c: Use standard cache BSP options.
  • Property mode set to 100644
File size: 28.1 KB
Line 
12011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * configure.ac, startup/bspstart.c: Use standard cache BSP options.
4
52011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * include/tm27.h, irq/irq.c:
8        Use "__asm__" instead of "asm" for improved c99-compliance.
9
102011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Require autoconf-2.68, automake-1.11.1.
13
142010-08-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
15
16        * irq/irq.h, startup/bspstart.c: Add includes to resolve warnings.
17
182010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
19
20        * console/console.c: Add BSP_poll_char.
21
222010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
25
262010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
27
28        * configure.ac: Added AC_CHECK_SIZEOF macro.
29
302010-06-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
31
32        * startup/bspstart.c: Formatting.
33
342010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
35
36        * include/irq-config.h: Removed file.
37        * Makefile.am, preinstall.am: Reflect change above.
38        * include/irq.h: Moved defines from 'include/irq-config.h'.
39
402009-11-03      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
41
42        * start/start.S: checked and removed boot_card warning
43        * irq/irq.c: adapted exception handler parameters
44        * startup/bspstart.c: removed non-prototype warnings
45
462009-10-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
47
48        * vectors/vectors.h, vectors/vectors_init.c, vectors/vectors.S,
49        irq/irq_init.c, irq/irq_asm.S: Removed files.
50
512009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
52
53        * include/irq-config.h: New file.
54        * Makefile.am, preinstall.am: Update for exception support changes.
55        Use generic interrupt support.
56        * make/custom/mpc8260ads.cfg, startup/linkcmds: Enable EABI.
57        * irq/irq.c, startup/bspstart.c: Converted to generic interrupt
58        support.  Update for exception support changes.
59
602009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * make/custom/mpc8260ads.cfg: Remove RTEMS_BSP_FAMILY.
63
642009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * configure.ac: Don't add -ansi -fasm to CFLAGS.
67
682009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * make/custom/mpc8260ads.cfg: New (relocated from /make/custom).
71
722009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
75
76 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        PR 1435/bsps
79        * startup/bspidle.c: Removed.
80
812009-09-09      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        PR 1435/bsps
84        * Makefile.am: Use shared implementation of bsp_idle_thread().
85
862009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
89        bsp_idle_thread and split into its own file.
90        * startup/bspidle.c: New file.
91
922009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * network/network.c: Disable use of simple vectored interrupt install
95        until updated and this can be removed.
96
972009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
100        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
101        have the same options.
102
1032009-04-28      Chris Johns <chrisj@rtems.org>
104
105        * start/start.S: Update for boot_card command line change.
106
1072009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        PR 1385/cpukit
110        * irq/irq_asm.S: When the type rtems_boolean was switched to the C99
111        bool, the size changed from 4 bytes to 1 byte. The interrupt
112        dispatching code accesses two boolean variables for scheduling
113        purposes and the assembly implementations of this code did not get
114        updated.
115
1162009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * startup/bspstart.c: Change prototype of IDLE thread to consistently
119        return void * and take a uintptr_t argument.
120
1212008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * bsp_specs: Move -e start from *link to *startfile to avoid warning
124        for undefined entry symbol when linking relocatables with binutils
125        2.19.
126
1272008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * Makefile.am, preinstall.am: Use shared stub coverhd.h
130        * include/coverhd.h: Removed.
131
1322008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * include/tm27.h: Now links all tests.
135
1362008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
139        of building libbspstart.a, using automake-rules.
140
1412008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * Makefile.am: Eliminate *_SOURCES.
144
1452008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
148        components.
149
1502008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
153
1542008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * configure.ac: Make letting boot_card() handle work area allocation
157        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
158        BSP_BOOTCARD_OPTIONS.
159
1602008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * include/bsp.h: Remove unnecessary boilerplate comments.
163
1642008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
167        is NOT used anywhere.
168
1692008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * Makefile.am, startup/linkcmds: Use top level shared
172        bsp_get_work_area() implementation.
173        * startup/bspgetworkarea.c: Removed.
174
1752008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add
178        use of bsp_get_work_area() in its own file and rely on BSP Framework
179        to perform more initialization.
180        * startup/bspgetworkarea.c: New file.
181
1822008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
185        phase, all prototypes were removed from bsp.h and empty
186        implementations were removed and made to use the shared stub.
187
1882008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * irq/irq.c, startup/bspstart.c: Convert to bool.
191
1922008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * clock/p_clock.c, irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
195        Add missing prototypes.
196
1972008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
198
199        * start/start.S: Clear environment pointer for bootcard.
200
2012008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
204        Framework to ask the BSP where it has memory for the RTEMS Workspace
205        and C Program Heap. These collectively are referred to as work area.
206        If the BSP supports this, then it does not have to include code to
207        split the available memory between the two areas. This reduces the
208        amount of code in the BSP specific bspstart.c file. Additionally, the
209        shared framework can initialize the C Library, call
210        rtems_debug_enable(), and dirty the work area memory. Until most/all
211        BSPs support this new capability, if the BSP supports this, it should
212        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
213        When the transition is complete, this autoconf macro can be removed.
214
2152008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
216
217        * irq/irq.c:
218        make sure, that the masking operations in
219        ICTL and MSR are executed in order
220
2212008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * Makefile.am: Rework to avoid .rel files.
224
2252008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * startup/bspstart.c: Refactored and renamed initialization routines to
228        rtems_initialize_data_structures, rtems_initialize_before_drivers,
229        rtems_initialize_device_drivers, and
230        rtems_initialize_start_multitasking. This opened the sequence up so
231        that bootcard() could provide a more robust and flexible framework
232        which is easier to explain and understand. This also lays the
233        groundwork for sharing the division of available memory between the
234        RTEMS workspace and heap and the C library initialization across all
235        BSPs.
236
2372008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
238
239        * startup/bspstart.c: Remove all references to
240        console_reserve_resources and termios_reserve_resources.
241
2422008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
243
244        * startup/linkcmds: Add wildcard to gcc_except_table section so
245        programs compiled with gcc 4.3.x can link.
246
2472007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
248
249        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
250        Configuration Table. Use the RTEMS provided accessor macros to obtain
251        configuration fields.
252
2532007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
254
255        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
256        Configuration Table. Eliminate CPU Table from all ports. Delete
257        references to CPU Table in all forms.
258
2592007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
260
261        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
262        Table fields to the Configuration Table. This included
263        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
264        do_zero_of_workspace, extra_mpci_receive_server_stack,
265        stack_allocate_hook, and stack_free_hook. As a side-effect of this
266        effort some multiprocessing code was made conditional and some style
267        clean up occurred.
268
2692007-11-30      Till Straumann <strauman@slac.stanford.edu>
270
271        * irq/irq.h, irq/irq_init.c: Removed the definition
272        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
273        initialize the irqBase member of the rtems_irq_global_settings
274        struct. However, irqBase is an rtems_irq_symbolic_name,
275        so using BSP_LOWEST_OFFSET is more appropriate.
276
2772007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
278
279        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
280        Table. They have been replaced with variables named bsp_XXX as
281        needed.
282
2832007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
284
285        PR 1257/bsps
286        * irq/irq.c: Code outside of cpukit should use the public API for
287        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
288        public API and directly accessing _CPU_ISR_Disable and
289        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
290        directive which could lead to problems. This patch also changes the
291        type of the variable passed into these routines and addresses minor
292        style issues.
293
2942007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
295
296        * vectors/vectors_init.c, irq/irq_init.c:
297        adapted to shared exception code
298
2992007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
300
301        * Makefile.am: adapted to shared exception code
302
3032007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
304
305        * bsp_specs: Remove qrtems_debug.
306
3072007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * bsp_specs: Remove lib (Now expected to exist in GCC).
310
3112006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
312
313        * network/if_hdlcsubr.h: Remove K'n'R macros.
314        * network/network.c: Use ioctl_command_t as arg to ioctl functions.
315
3162006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
317
318        * configure.ac: New BUG-REPORT address.
319
3202006-11-15      Joel Sherrill <joel@OARcorp.com>
321
322        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
323        file and simplified initialization.
324
3252006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
326
327        * Makefile.am: Remove superfluous -DASM.
328
3292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
330
331        * configure.ac: Require autoconf-2.60. Require automake-1.10.
332
3332006-08-09      Joel Sherrill <joel@OARcorp.com>
334
335        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
336
3372006-03-08      Joel Sherrill <joel@OARcorp.com>
338
339        * startup/linkcmds: Add .gnu.linkonce.b.* section.
340
3412006-02-08      Joel Sherrill <joel@OARcorp.com>
342
343        * startup/linkcmds: Add sections required by newer gcc versions.
344
3452006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
346
347        * configure.ac: Remove explicit ampolish3 support (now in
348        RTEMS_BSP_CONFIGURE).
349
3502006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
351
352        * configure.ac: Add ampolish3 support.
353        * Makefile.am: Add preinstall.am.
354
3552006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
356
357        * Makefile.am: Don't include subdirs.am.
358
3592005-10-06      Till Straumann <strauman@slac.stanford.edu>
360
361        PR 833/bsps
362        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
363        the FPU across the user ISR but DONT save/restore the FPU context.
364        Any use of the FPU fron the user handler (e.g., due to GCC
365        optimizations) result in corruption. The fix results in an exception
366        in such cases (user ISR must explicitely save/enable/restore FPU).
367
3682005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
369
370        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
371        instead of <sys/errno.h>.
372
3732005-05-26      Joel Sherrill <joel@OARcorp.com>
374
375        PR 799/bsps
376        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
377        compiled.
378
3792005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
380
381        * include/bsp.h: New header guard.
382
3832005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
384
385        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
386
3872005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
388
389        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
390
3912005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
392
393        PR 779/bsp
394        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
395        network/network.c: add parameter to new exception interrupt handlers
396        in powerpc bsps
397
3982005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
399
400        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
401        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
402        CPU_MINIMUM_STACK_FRAME_SIZE.
403
4042005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
405
406        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
407
4082005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
409
410        * Makefile.am: Merge-in wrapup/Makefile.am.
411        * wrapup/Makefile.am: Remove.
412        * configure.ac: Reflect changes above.
413
4142005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
415
416        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
417
4182005-01-04      Joel Sherrill <joel@OARcorp.com>
419
420        * startup/linkcmds: Remove warnings.
421
4222005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
423
424        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
425
4262004-09-27      Joel Sherrill <joel@OARcorp.com>
427
428        PR 680/bsps
429        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
430
4312004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
432
433        * configure.ac: Require automake > 1.9.
434
4352004-07-25      Joel Sherrill <joel@OARcorp.com>
436
437        * network/network.c: Add include of <sys/errno.h>.
438
4392004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
440
441        PR 610/bsps
442        * Makefile.am: Add include/tm27.h, Cosmetics.
443        * include/tm27.h: Final cosmetics.
444
4452004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
446
447        * include/bsp.h: Split out tmtest27 support.
448        * include/tm27.h: New.
449
4502004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
451
452        PR 613/bsps
453        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
454
4552004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
456
457        PR 614/bsps
458        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
459
4602004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
461
462        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
463
4642004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
465
466        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
467        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
468        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
469        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
470
4712004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
472
473        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
474        startup/bspstart.c: Convert to using c99 fixed size types.
475
4762004-03-03      Joel Sherrill <joel@OARcorp.com>
477
478        * irq/irq.h: Correct typo.
479
4802004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * Makefile.am: Reflect changes to bsp.am.
483        Preinstall dist_project_lib*.
484
4852004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * Makefile.am: Reflect changes to bsp.am.
488
4892004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
492
4932004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * wrapup/Makefile.am: Convert to automake-building rules.
496
4972004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
500        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
501        vectors/Makefile.am. Use automake compilation rules.
502        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
503        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
504        * configure.ac: Reflect changes above.
505        * wrapup/Makefile: Reflect changes above.
506
5072004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * Makefile.am: Merge-in start/Makefile.am.
510        * start/Makefile.am: Remove.
511        * configure.ac: Reflect changes above.
512
5132004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * wrapup/Makefile.am: Reflect changes to
516        ../support/*exception_processing/*.
517
5182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
521        Add RTEMS_PROG_CCAS.
522
5232004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: Add PREINSTALL_DIRS.
526        * irq/Makefile.am: Add PREINSTALL_DIRS.
527        * vectors/Makefile.am: Add PREINSTALL_DIRS.
528        * wrapup/Makefile.am: Reflect changes to libcpu.
529
5302004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
533        Add PRE/TMPINSTALL_FILES to CLEANFILES.
534        * irq/Makefile.am: Ditto.
535        * start/Makefile.am: Ditto.
536        * startup/Makefile.am: Ditto.
537        * vectors/Makefile.am: Ditto.
538
5392004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * wrapup/Makefile.am: Eliminate $(LIB).
542        Use noinst_DATA to trigger building libbsp.a.
543
5442003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * clock/Makefile.am: Eliminate VPATH.
547        * console/Makefile.am: Eliminate VPATH.
548        * irq/Makefile.am: Eliminate VPATH.
549        * network/Makefile.am: Eliminate VPATH.
550        * startup/Makefile.am: Eliminate VPATH.
551
5522003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        PR 545/bsps
555        * startup/setvec.c: Removed.
556
5572003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * startup/linkcmds: Remove SEARCH_DIR.
560
5612003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
564        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
565
5662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
569        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
570        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
571        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
572
5732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
576
5772003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * start/Makefile.am: Misc cleanups and fixes.
580        * startup/Makefile.am: Misc cleanups and fixes.
581        * startup/linkcmds: Preparations for gcc-3.3.x.
582        * wrapup/Makefile.am: Misc cleanups and fixes.
583
5842003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * startup/Makefile.am: Remove S_FILES (Unused).
587        * vectors/Makefile.am: Cosmetics.
588        * wrapup/Makefile.am: Cosmetics.
589
5902003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * Makefile.am: Add preinstallation dirstamp support.
593        * clock/Makefile.am: Cosmetics.
594        * console/Makefile.am: Cosmetics.
595        * irq/Makefile.am: Add preinstallation dirstamp support.
596        * network/Makefile.am: Cosmetics.
597        * startup/Makefile.am: Cosmetics.
598        * vectors/Makefile.am: Add preinstallation dirstamp support.
599        * wrapup/Makefile.am: Cosmetics.
600
6012003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * clock/Makefile.am: Remove all-local: $(ARCH).
604        * console/Makefile.am: Remove all-local: $(ARCH).
605        * irq/Makefile.am: Remove all-local: $(ARCH).
606        * network/Makefile.am: Remove all-local: $(ARCH).
607        * start/Makefile.am: Remove all-local: $(ARCH).
608        * startup/Makefile.am: Remove all-local: $(ARCH).
609        * vectors/Makefile.am: Remove all-local: $(ARCH).
610        * wrapup/Makefile.am: Remove all-local: $(ARCH).
611
6122003-10-22      Joel Sherrill <joel@OARcorp.com>
613
614        PR 510/bsps
615        * irq/irq.h: Add extern C wrapper.
616
6172003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * Makefile.am: Merge-in include/Makefile.am.
620        Reflect changes to bsp.am.
621        * include/Makefile.am: Remove.
622        * configure.ac: Reflect changes above.
623
6242003-09-04      Joel Sherrill <joel@OARcorp.com>
625
626        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
627        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
628        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
629        vectors/vectors_init.c: URL for license changed.
630
6312003-08-20      Joel Sherrill <joel@OARcorp.com>
632
633        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
634
6352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * Makefile.am: Reflect having moved aclocal/.
638
6392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * Makefile.am: Reflect having moved automake/.
642        * clock/Makefile.am: Reflect having moved automake/.
643        * console/Makefile.am: Reflect having moved automake/.
644        * include/Makefile.am: Reflect having moved automake/.
645        * irq/Makefile.am: Reflect having moved automake/.
646        * network/Makefile.am: Reflect having moved automake/.
647        * start/Makefile.am: Reflect having moved automake/.
648        * startup/Makefile.am: Reflect having moved automake/.
649        * vectors/Makefile.am: Reflect having moved automake/.
650        * wrapup/Makefile.am: Reflect having moved automake/.
651
6522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
655
6562003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        PR 445/bsps
659        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
660        Remove cpp, old_cpp (now unused).
661
6622003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
665        Use memcmp instead of bcmp.
666
6672003-07-18      Till Straumann <strauman@slac.stanford.edu>
668
669        PR 288/rtems
670        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
671
6722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * configure.ac: Remove AC_CONFIG_AUX_DIR.
675
6762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
679
6802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * configure.ac: AC_PREREQ(2.57).
683
6842003-01-20      Joel Sherrill <joel@OARcorp.com>
685
686        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
687
6882002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
691        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
692        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
693        Remove SORDID_HACK. Eliminate *_O_FILES.
694        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
695        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
696        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
697        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
698
6992002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * start/Makefile.am: Use install-data-local to install startfile.
702
7032002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
706
7072002-11-04      Joel Sherrill <joel@OARcorp.com>
708
709        * irq/irq.c: Removed warnings.
710
7112002-11-04      Joel Sherrill <joel@OARcorp.com>
712
713        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
714        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
715        Removed warnings.
716
7172002-11-01      Joel Sherrill <joel@OARcorp.com>
718
719        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
720        removed warnings.
721
7222002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
723
724        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
725        for _ISR_Nest_level.
726
7272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * .cvsignore: Reformat.
730        Add autom4te*cache.
731        Remove autom4te.cache.
732
7332002-08-21      Joel Sherrill <joel@OARcorp.com>
734
735        * bsp_specs: Added support for -nostdlibs.
736
7372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
740        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
741        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
742        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
743        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
744        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
745        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
746        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
747
7482002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * start/Makefile.am: Eliminate PGM.
751        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
752
7532002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
756
7572002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
760        Remove $(OBJS) from all-local.
761
7622002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
765
7662001-05-09      Joel Sherrill <joel@OARcorp.com>
767
768        * startup/linkcmds: In support of gcc 3.1, added one of more
769        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
770        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
771        and direction of segments to memory regions may also have been
772        addressed.  This was a sweep across all BSPs.
773 
7742002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
777        * irq/irq_asm.S: Ditto.
778        * network/network.c: Include <rtems/bspIo.h>.
779        * start/start.S: Include <asm.h> instead of "asm.h".
780        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
781
7822002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
785
7862002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
789
7902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
791
792        * configure.ac:
793        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
794        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
795        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
796        * Makefile.am: Remove AUTOMAKE_OPTIONS.
797        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
798        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
799        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
800        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
801        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
802        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
803        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
804        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
805
8062002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * configure.ac: Add RTEMS_CHECK_NETWORKING.
809
8102002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
813        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
814        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
815
8162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
819
8202001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
823        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
824
8252001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * Makefile.am: Add @exceptions@ to SUBDIRS.
828        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
829        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
830        * include/Makefile.am: Convert PREINSTALL_FILES to
831        TMPINSTALL_FILES, include force-preinstall.am.
832        * wrapup/Makefile.am: Apply @exceptions@.
833
8342001-10-29      Joel Sherrill <joel@OARcorp.com>
835
836        * .cvsignore: Add more entries.
837
8382001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
839
840        * aclocal.m4: Removed.  Should not have been in CVS.
841
8422001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
843
844        * aclocal.m4: Regenerated.
845        * configure.ac, include/Makefile.am, irq/Makefile.am,
846        vectors/Makefile.am: Updated to autoconf 2.52.
847        * include/.cvsignore: Added newly generated files.
848        * include/bsp.h: Added include of bspopts.h.
849
8502001-10-22      Joel Sherrill <joel@OARcorp.com>
851
852        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
853        include/.cvsignore, network/.cvsignore, start/.cvsignore,
854        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
855        files and other files missed in previous commit.
856
85701-10-22        Andy Dachs <a.dachs@sstl.co.uk>
858
859        * mpc8260ads added as new BSP.  tm27 reported not to run
860        at this time.
861        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
862        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
863        console/Makefile.am, console/console.c, include/Makefile.am,
864        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
865        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
866        network/Makefile.am, network/README, network/if_hdlcsubr.c,
867        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
868        start/start.S, startup/Makefile.am, startup/bspstart.c,
869        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
870        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
871        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
872        New files.
873
Note: See TracBrowser for help on using the repository browser.