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

4.115
Last change on this file since 8ee3775 was 8ee3775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:43

2011-02-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 27.8 KB
Line 
12011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.68, automake-1.11.1.
4
52010-08-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * irq/irq.h, startup/bspstart.c: Add includes to resolve warnings.
8
92010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
10
11        * console/console.c: Add BSP_poll_char.
12
132010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
16
172010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
18
19        * configure.ac: Added AC_CHECK_SIZEOF macro.
20
212010-06-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
22
23        * startup/bspstart.c: Formatting.
24
252010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
26
27        * include/irq-config.h: Removed file.
28        * Makefile.am, preinstall.am: Reflect change above.
29        * include/irq.h: Moved defines from 'include/irq-config.h'.
30
312009-11-03      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
32
33        * start/start.S: checked and removed boot_card warning
34        * irq/irq.c: adapted exception handler parameters
35        * startup/bspstart.c: removed non-prototype warnings
36
372009-10-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
38
39        * vectors/vectors.h, vectors/vectors_init.c, vectors/vectors.S,
40        irq/irq_init.c, irq/irq_asm.S: Removed files.
41
422009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
43
44        * include/irq-config.h: New file.
45        * Makefile.am, preinstall.am: Update for exception support changes.
46        Use generic interrupt support.
47        * make/custom/mpc8260ads.cfg, startup/linkcmds: Enable EABI.
48        * irq/irq.c, startup/bspstart.c: Converted to generic interrupt
49        support.  Update for exception support changes.
50
512009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * make/custom/mpc8260ads.cfg: Remove RTEMS_BSP_FAMILY.
54
552009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * configure.ac: Don't add -ansi -fasm to CFLAGS.
58
592009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * make/custom/mpc8260ads.cfg: New (relocated from /make/custom).
62
632009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
66
67 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        PR 1435/bsps
70        * startup/bspidle.c: Removed.
71
722009-09-09      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        PR 1435/bsps
75        * Makefile.am: Use shared implementation of bsp_idle_thread().
76
772009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
80        bsp_idle_thread and split into its own file.
81        * startup/bspidle.c: New file.
82
832009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * network/network.c: Disable use of simple vectored interrupt install
86        until updated and this can be removed.
87
882009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
91        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
92        have the same options.
93
942009-04-28      Chris Johns <chrisj@rtems.org>
95
96        * start/start.S: Update for boot_card command line change.
97
982009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        PR 1385/cpukit
101        * irq/irq_asm.S: When the type rtems_boolean was switched to the C99
102        bool, the size changed from 4 bytes to 1 byte. The interrupt
103        dispatching code accesses two boolean variables for scheduling
104        purposes and the assembly implementations of this code did not get
105        updated.
106
1072009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * startup/bspstart.c: Change prototype of IDLE thread to consistently
110        return void * and take a uintptr_t argument.
111
1122008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * bsp_specs: Move -e start from *link to *startfile to avoid warning
115        for undefined entry symbol when linking relocatables with binutils
116        2.19.
117
1182008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * Makefile.am, preinstall.am: Use shared stub coverhd.h
121        * include/coverhd.h: Removed.
122
1232008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * include/tm27.h: Now links all tests.
126
1272008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
130        of building libbspstart.a, using automake-rules.
131
1322008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Eliminate *_SOURCES.
135
1362008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
139        components.
140
1412008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
144
1452008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * configure.ac: Make letting boot_card() handle work area allocation
148        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
149        BSP_BOOTCARD_OPTIONS.
150
1512008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * include/bsp.h: Remove unnecessary boilerplate comments.
154
1552008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
158        is NOT used anywhere.
159
1602008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * Makefile.am, startup/linkcmds: Use top level shared
163        bsp_get_work_area() implementation.
164        * startup/bspgetworkarea.c: Removed.
165
1662008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add
169        use of bsp_get_work_area() in its own file and rely on BSP Framework
170        to perform more initialization.
171        * startup/bspgetworkarea.c: New file.
172
1732008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
176        phase, all prototypes were removed from bsp.h and empty
177        implementations were removed and made to use the shared stub.
178
1792008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * irq/irq.c, startup/bspstart.c: Convert to bool.
182
1832008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * clock/p_clock.c, irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
186        Add missing prototypes.
187
1882008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
189
190        * start/start.S: Clear environment pointer for bootcard.
191
1922008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
195        Framework to ask the BSP where it has memory for the RTEMS Workspace
196        and C Program Heap. These collectively are referred to as work area.
197        If the BSP supports this, then it does not have to include code to
198        split the available memory between the two areas. This reduces the
199        amount of code in the BSP specific bspstart.c file. Additionally, the
200        shared framework can initialize the C Library, call
201        rtems_debug_enable(), and dirty the work area memory. Until most/all
202        BSPs support this new capability, if the BSP supports this, it should
203        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
204        When the transition is complete, this autoconf macro can be removed.
205
2062008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
207
208        * irq/irq.c:
209        make sure, that the masking operations in
210        ICTL and MSR are executed in order
211
2122008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * Makefile.am: Rework to avoid .rel files.
215
2162008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * startup/bspstart.c: Refactored and renamed initialization routines to
219        rtems_initialize_data_structures, rtems_initialize_before_drivers,
220        rtems_initialize_device_drivers, and
221        rtems_initialize_start_multitasking. This opened the sequence up so
222        that bootcard() could provide a more robust and flexible framework
223        which is easier to explain and understand. This also lays the
224        groundwork for sharing the division of available memory between the
225        RTEMS workspace and heap and the C library initialization across all
226        BSPs.
227
2282008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
229
230        * startup/bspstart.c: Remove all references to
231        console_reserve_resources and termios_reserve_resources.
232
2332008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        * startup/linkcmds: Add wildcard to gcc_except_table section so
236        programs compiled with gcc 4.3.x can link.
237
2382007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
239
240        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
241        Configuration Table. Use the RTEMS provided accessor macros to obtain
242        configuration fields.
243
2442007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
245
246        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
247        Configuration Table. Eliminate CPU Table from all ports. Delete
248        references to CPU Table in all forms.
249
2502007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
251
252        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
253        Table fields to the Configuration Table. This included
254        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
255        do_zero_of_workspace, extra_mpci_receive_server_stack,
256        stack_allocate_hook, and stack_free_hook. As a side-effect of this
257        effort some multiprocessing code was made conditional and some style
258        clean up occurred.
259
2602007-11-30      Till Straumann <strauman@slac.stanford.edu>
261
262        * irq/irq.h, irq/irq_init.c: Removed the definition
263        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
264        initialize the irqBase member of the rtems_irq_global_settings
265        struct. However, irqBase is an rtems_irq_symbolic_name,
266        so using BSP_LOWEST_OFFSET is more appropriate.
267
2682007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
269
270        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
271        Table. They have been replaced with variables named bsp_XXX as
272        needed.
273
2742007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
275
276        PR 1257/bsps
277        * irq/irq.c: Code outside of cpukit should use the public API for
278        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
279        public API and directly accessing _CPU_ISR_Disable and
280        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
281        directive which could lead to problems. This patch also changes the
282        type of the variable passed into these routines and addresses minor
283        style issues.
284
2852007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
286
287        * vectors/vectors_init.c, irq/irq_init.c:
288        adapted to shared exception code
289
2902007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
291
292        * Makefile.am: adapted to shared exception code
293
2942007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * bsp_specs: Remove qrtems_debug.
297
2982007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * bsp_specs: Remove lib (Now expected to exist in GCC).
301
3022006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
303
304        * network/if_hdlcsubr.h: Remove K'n'R macros.
305        * network/network.c: Use ioctl_command_t as arg to ioctl functions.
306
3072006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * configure.ac: New BUG-REPORT address.
310
3112006-11-15      Joel Sherrill <joel@OARcorp.com>
312
313        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
314        file and simplified initialization.
315
3162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
317
318        * Makefile.am: Remove superfluous -DASM.
319
3202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
321
322        * configure.ac: Require autoconf-2.60. Require automake-1.10.
323
3242006-08-09      Joel Sherrill <joel@OARcorp.com>
325
326        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
327
3282006-03-08      Joel Sherrill <joel@OARcorp.com>
329
330        * startup/linkcmds: Add .gnu.linkonce.b.* section.
331
3322006-02-08      Joel Sherrill <joel@OARcorp.com>
333
334        * startup/linkcmds: Add sections required by newer gcc versions.
335
3362006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        * configure.ac: Remove explicit ampolish3 support (now in
339        RTEMS_BSP_CONFIGURE).
340
3412006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
342
343        * configure.ac: Add ampolish3 support.
344        * Makefile.am: Add preinstall.am.
345
3462006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
347
348        * Makefile.am: Don't include subdirs.am.
349
3502005-10-06      Till Straumann <strauman@slac.stanford.edu>
351
352        PR 833/bsps
353        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
354        the FPU across the user ISR but DONT save/restore the FPU context.
355        Any use of the FPU fron the user handler (e.g., due to GCC
356        optimizations) result in corruption. The fix results in an exception
357        in such cases (user ISR must explicitely save/enable/restore FPU).
358
3592005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
360
361        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
362        instead of <sys/errno.h>.
363
3642005-05-26      Joel Sherrill <joel@OARcorp.com>
365
366        PR 799/bsps
367        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
368        compiled.
369
3702005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
371
372        * include/bsp.h: New header guard.
373
3742005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
375
376        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
377
3782005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
379
380        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
381
3822005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
383
384        PR 779/bsp
385        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
386        network/network.c: add parameter to new exception interrupt handlers
387        in powerpc bsps
388
3892005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
390
391        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
392        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
393        CPU_MINIMUM_STACK_FRAME_SIZE.
394
3952005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
396
397        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
398
3992005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
400
401        * Makefile.am: Merge-in wrapup/Makefile.am.
402        * wrapup/Makefile.am: Remove.
403        * configure.ac: Reflect changes above.
404
4052005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
406
407        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
408
4092005-01-04      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/linkcmds: Remove warnings.
412
4132005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
414
415        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
416
4172004-09-27      Joel Sherrill <joel@OARcorp.com>
418
419        PR 680/bsps
420        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
421
4222004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
423
424        * configure.ac: Require automake > 1.9.
425
4262004-07-25      Joel Sherrill <joel@OARcorp.com>
427
428        * network/network.c: Add include of <sys/errno.h>.
429
4302004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
431
432        PR 610/bsps
433        * Makefile.am: Add include/tm27.h, Cosmetics.
434        * include/tm27.h: Final cosmetics.
435
4362004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
437
438        * include/bsp.h: Split out tmtest27 support.
439        * include/tm27.h: New.
440
4412004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
442
443        PR 613/bsps
444        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
445
4462004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
447
448        PR 614/bsps
449        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
450
4512004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
452
453        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
454
4552004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
456
457        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
458        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
459        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
460        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
461
4622004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
463
464        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
465        startup/bspstart.c: Convert to using c99 fixed size types.
466
4672004-03-03      Joel Sherrill <joel@OARcorp.com>
468
469        * irq/irq.h: Correct typo.
470
4712004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * Makefile.am: Reflect changes to bsp.am.
474        Preinstall dist_project_lib*.
475
4762004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * Makefile.am: Reflect changes to bsp.am.
479
4802004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
483
4842004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * wrapup/Makefile.am: Convert to automake-building rules.
487
4882004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
491        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
492        vectors/Makefile.am. Use automake compilation rules.
493        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
494        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
495        * configure.ac: Reflect changes above.
496        * wrapup/Makefile: Reflect changes above.
497
4982004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * Makefile.am: Merge-in start/Makefile.am.
501        * start/Makefile.am: Remove.
502        * configure.ac: Reflect changes above.
503
5042004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * wrapup/Makefile.am: Reflect changes to
507        ../support/*exception_processing/*.
508
5092004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
512        Add RTEMS_PROG_CCAS.
513
5142004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * Makefile.am: Add PREINSTALL_DIRS.
517        * irq/Makefile.am: Add PREINSTALL_DIRS.
518        * vectors/Makefile.am: Add PREINSTALL_DIRS.
519        * wrapup/Makefile.am: Reflect changes to libcpu.
520
5212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
524        Add PRE/TMPINSTALL_FILES to CLEANFILES.
525        * irq/Makefile.am: Ditto.
526        * start/Makefile.am: Ditto.
527        * startup/Makefile.am: Ditto.
528        * vectors/Makefile.am: Ditto.
529
5302004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * wrapup/Makefile.am: Eliminate $(LIB).
533        Use noinst_DATA to trigger building libbsp.a.
534
5352003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * clock/Makefile.am: Eliminate VPATH.
538        * console/Makefile.am: Eliminate VPATH.
539        * irq/Makefile.am: Eliminate VPATH.
540        * network/Makefile.am: Eliminate VPATH.
541        * startup/Makefile.am: Eliminate VPATH.
542
5432003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        PR 545/bsps
546        * startup/setvec.c: Removed.
547
5482003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * startup/linkcmds: Remove SEARCH_DIR.
551
5522003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
555        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
556
5572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
560        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
561        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
562        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
563
5642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
567
5682003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * start/Makefile.am: Misc cleanups and fixes.
571        * startup/Makefile.am: Misc cleanups and fixes.
572        * startup/linkcmds: Preparations for gcc-3.3.x.
573        * wrapup/Makefile.am: Misc cleanups and fixes.
574
5752003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * startup/Makefile.am: Remove S_FILES (Unused).
578        * vectors/Makefile.am: Cosmetics.
579        * wrapup/Makefile.am: Cosmetics.
580
5812003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * Makefile.am: Add preinstallation dirstamp support.
584        * clock/Makefile.am: Cosmetics.
585        * console/Makefile.am: Cosmetics.
586        * irq/Makefile.am: Add preinstallation dirstamp support.
587        * network/Makefile.am: Cosmetics.
588        * startup/Makefile.am: Cosmetics.
589        * vectors/Makefile.am: Add preinstallation dirstamp support.
590        * wrapup/Makefile.am: Cosmetics.
591
5922003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * clock/Makefile.am: Remove all-local: $(ARCH).
595        * console/Makefile.am: Remove all-local: $(ARCH).
596        * irq/Makefile.am: Remove all-local: $(ARCH).
597        * network/Makefile.am: Remove all-local: $(ARCH).
598        * start/Makefile.am: Remove all-local: $(ARCH).
599        * startup/Makefile.am: Remove all-local: $(ARCH).
600        * vectors/Makefile.am: Remove all-local: $(ARCH).
601        * wrapup/Makefile.am: Remove all-local: $(ARCH).
602
6032003-10-22      Joel Sherrill <joel@OARcorp.com>
604
605        PR 510/bsps
606        * irq/irq.h: Add extern C wrapper.
607
6082003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * Makefile.am: Merge-in include/Makefile.am.
611        Reflect changes to bsp.am.
612        * include/Makefile.am: Remove.
613        * configure.ac: Reflect changes above.
614
6152003-09-04      Joel Sherrill <joel@OARcorp.com>
616
617        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
618        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
619        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
620        vectors/vectors_init.c: URL for license changed.
621
6222003-08-20      Joel Sherrill <joel@OARcorp.com>
623
624        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
625
6262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * Makefile.am: Reflect having moved aclocal/.
629
6302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * Makefile.am: Reflect having moved automake/.
633        * clock/Makefile.am: Reflect having moved automake/.
634        * console/Makefile.am: Reflect having moved automake/.
635        * include/Makefile.am: Reflect having moved automake/.
636        * irq/Makefile.am: Reflect having moved automake/.
637        * network/Makefile.am: Reflect having moved automake/.
638        * start/Makefile.am: Reflect having moved automake/.
639        * startup/Makefile.am: Reflect having moved automake/.
640        * vectors/Makefile.am: Reflect having moved automake/.
641        * wrapup/Makefile.am: Reflect having moved automake/.
642
6432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
646
6472003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        PR 445/bsps
650        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
651        Remove cpp, old_cpp (now unused).
652
6532003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
656        Use memcmp instead of bcmp.
657
6582003-07-18      Till Straumann <strauman@slac.stanford.edu>
659
660        PR 288/rtems
661        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
662
6632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * configure.ac: Remove AC_CONFIG_AUX_DIR.
666
6672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
670
6712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * configure.ac: AC_PREREQ(2.57).
674
6752003-01-20      Joel Sherrill <joel@OARcorp.com>
676
677        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
678
6792002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
682        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
683        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
684        Remove SORDID_HACK. Eliminate *_O_FILES.
685        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
686        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
687        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
688        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
689
6902002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * start/Makefile.am: Use install-data-local to install startfile.
693
6942002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
697
6982002-11-04      Joel Sherrill <joel@OARcorp.com>
699
700        * irq/irq.c: Removed warnings.
701
7022002-11-04      Joel Sherrill <joel@OARcorp.com>
703
704        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
705        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
706        Removed warnings.
707
7082002-11-01      Joel Sherrill <joel@OARcorp.com>
709
710        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
711        removed warnings.
712
7132002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
714
715        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
716        for _ISR_Nest_level.
717
7182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * .cvsignore: Reformat.
721        Add autom4te*cache.
722        Remove autom4te.cache.
723
7242002-08-21      Joel Sherrill <joel@OARcorp.com>
725
726        * bsp_specs: Added support for -nostdlibs.
727
7282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
731        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
732        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
733        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
734        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
735        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
736        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
737        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
738
7392002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * start/Makefile.am: Eliminate PGM.
742        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
743
7442002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
747
7482002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
751        Remove $(OBJS) from all-local.
752
7532002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
756
7572001-05-09      Joel Sherrill <joel@OARcorp.com>
758
759        * startup/linkcmds: In support of gcc 3.1, added one of more
760        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
761        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
762        and direction of segments to memory regions may also have been
763        addressed.  This was a sweep across all BSPs.
764 
7652002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
768        * irq/irq_asm.S: Ditto.
769        * network/network.c: Include <rtems/bspIo.h>.
770        * start/start.S: Include <asm.h> instead of "asm.h".
771        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
772
7732002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
776
7772002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
778
779        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
780
7812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * configure.ac:
784        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
785        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
786        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
787        * Makefile.am: Remove AUTOMAKE_OPTIONS.
788        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
789        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
790        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
791        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
792        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
793        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
794        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
795        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
796
7972002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * configure.ac: Add RTEMS_CHECK_NETWORKING.
800
8012002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
804        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
805        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
806
8072001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
808
809        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
810
8112001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
814        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
815
8162001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * Makefile.am: Add @exceptions@ to SUBDIRS.
819        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
820        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
821        * include/Makefile.am: Convert PREINSTALL_FILES to
822        TMPINSTALL_FILES, include force-preinstall.am.
823        * wrapup/Makefile.am: Apply @exceptions@.
824
8252001-10-29      Joel Sherrill <joel@OARcorp.com>
826
827        * .cvsignore: Add more entries.
828
8292001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * aclocal.m4: Removed.  Should not have been in CVS.
832
8332001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * aclocal.m4: Regenerated.
836        * configure.ac, include/Makefile.am, irq/Makefile.am,
837        vectors/Makefile.am: Updated to autoconf 2.52.
838        * include/.cvsignore: Added newly generated files.
839        * include/bsp.h: Added include of bspopts.h.
840
8412001-10-22      Joel Sherrill <joel@OARcorp.com>
842
843        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
844        include/.cvsignore, network/.cvsignore, start/.cvsignore,
845        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
846        files and other files missed in previous commit.
847
84801-10-22        Andy Dachs <a.dachs@sstl.co.uk>
849
850        * mpc8260ads added as new BSP.  tm27 reported not to run
851        at this time.
852        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
853        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
854        console/Makefile.am, console/console.c, include/Makefile.am,
855        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
856        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
857        network/Makefile.am, network/README, network/if_hdlcsubr.c,
858        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
859        start/start.S, startup/Makefile.am, startup/bspstart.c,
860        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
861        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
862        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
863        New files.
864
Note: See TracBrowser for help on using the repository browser.