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

4.115
Last change on this file since ae1ce9be was ae1ce9be, checked in by Joel Sherrill <joel.sherrill@…>, on 08/23/10 at 16:08:53

2010-08-23 Joel Sherrill <joel.sherrilL@…>

  • irq/irq.h, startup/bspstart.c: Add includes to resolve warnings.
  • Property mode set to 100644
File size: 27.7 KB
Line 
12010-08-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * irq/irq.h, startup/bspstart.c: Add includes to resolve warnings.
4
52010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * console/console.c: Add BSP_poll_char.
8
92010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
12
132010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
14
15        * configure.ac: Added AC_CHECK_SIZEOF macro.
16
172010-06-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
18
19        * startup/bspstart.c: Formatting.
20
212010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
22
23        * include/irq-config.h: Removed file.
24        * Makefile.am, preinstall.am: Reflect change above.
25        * include/irq.h: Moved defines from 'include/irq-config.h'.
26
272009-11-03      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
28
29        * start/start.S: checked and removed boot_card warning
30        * irq/irq.c: adapted exception handler parameters
31        * startup/bspstart.c: removed non-prototype warnings
32
332009-10-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
34
35        * vectors/vectors.h, vectors/vectors_init.c, vectors/vectors.S,
36        irq/irq_init.c, irq/irq_asm.S: Removed files.
37
382009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
39
40        * include/irq-config.h: New file.
41        * Makefile.am, preinstall.am: Update for exception support changes.
42        Use generic interrupt support.
43        * make/custom/mpc8260ads.cfg, startup/linkcmds: Enable EABI.
44        * irq/irq.c, startup/bspstart.c: Converted to generic interrupt
45        support.  Update for exception support changes.
46
472009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * make/custom/mpc8260ads.cfg: Remove RTEMS_BSP_FAMILY.
50
512009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Don't add -ansi -fasm to CFLAGS.
54
552009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * make/custom/mpc8260ads.cfg: New (relocated from /make/custom).
58
592009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
62
63 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        PR 1435/bsps
66        * startup/bspidle.c: Removed.
67
682009-09-09      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        PR 1435/bsps
71        * Makefile.am: Use shared implementation of bsp_idle_thread().
72
732009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
76        bsp_idle_thread and split into its own file.
77        * startup/bspidle.c: New file.
78
792009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * network/network.c: Disable use of simple vectored interrupt install
82        until updated and this can be removed.
83
842009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
87        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
88        have the same options.
89
902009-04-28      Chris Johns <chrisj@rtems.org>
91
92        * start/start.S: Update for boot_card command line change.
93
942009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        PR 1385/cpukit
97        * irq/irq_asm.S: When the type rtems_boolean was switched to the C99
98        bool, the size changed from 4 bytes to 1 byte. The interrupt
99        dispatching code accesses two boolean variables for scheduling
100        purposes and the assembly implementations of this code did not get
101        updated.
102
1032009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * startup/bspstart.c: Change prototype of IDLE thread to consistently
106        return void * and take a uintptr_t argument.
107
1082008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * bsp_specs: Move -e start from *link to *startfile to avoid warning
111        for undefined entry symbol when linking relocatables with binutils
112        2.19.
113
1142008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * Makefile.am, preinstall.am: Use shared stub coverhd.h
117        * include/coverhd.h: Removed.
118
1192008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * include/tm27.h: Now links all tests.
122
1232008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
126        of building libbspstart.a, using automake-rules.
127
1282008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * Makefile.am: Eliminate *_SOURCES.
131
1322008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
135        components.
136
1372008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
140
1412008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * configure.ac: Make letting boot_card() handle work area allocation
144        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
145        BSP_BOOTCARD_OPTIONS.
146
1472008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * include/bsp.h: Remove unnecessary boilerplate comments.
150
1512008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
154        is NOT used anywhere.
155
1562008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * Makefile.am, startup/linkcmds: Use top level shared
159        bsp_get_work_area() implementation.
160        * startup/bspgetworkarea.c: Removed.
161
1622008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add
165        use of bsp_get_work_area() in its own file and rely on BSP Framework
166        to perform more initialization.
167        * startup/bspgetworkarea.c: New file.
168
1692008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
172        phase, all prototypes were removed from bsp.h and empty
173        implementations were removed and made to use the shared stub.
174
1752008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * irq/irq.c, startup/bspstart.c: Convert to bool.
178
1792008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * clock/p_clock.c, irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
182        Add missing prototypes.
183
1842008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
185
186        * start/start.S: Clear environment pointer for bootcard.
187
1882008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
191        Framework to ask the BSP where it has memory for the RTEMS Workspace
192        and C Program Heap. These collectively are referred to as work area.
193        If the BSP supports this, then it does not have to include code to
194        split the available memory between the two areas. This reduces the
195        amount of code in the BSP specific bspstart.c file. Additionally, the
196        shared framework can initialize the C Library, call
197        rtems_debug_enable(), and dirty the work area memory. Until most/all
198        BSPs support this new capability, if the BSP supports this, it should
199        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
200        When the transition is complete, this autoconf macro can be removed.
201
2022008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
203
204        * irq/irq.c:
205        make sure, that the masking operations in
206        ICTL and MSR are executed in order
207
2082008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
209
210        * Makefile.am: Rework to avoid .rel files.
211
2122008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * startup/bspstart.c: Refactored and renamed initialization routines to
215        rtems_initialize_data_structures, rtems_initialize_before_drivers,
216        rtems_initialize_device_drivers, and
217        rtems_initialize_start_multitasking. This opened the sequence up so
218        that bootcard() could provide a more robust and flexible framework
219        which is easier to explain and understand. This also lays the
220        groundwork for sharing the division of available memory between the
221        RTEMS workspace and heap and the C library initialization across all
222        BSPs.
223
2242008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
225
226        * startup/bspstart.c: Remove all references to
227        console_reserve_resources and termios_reserve_resources.
228
2292008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
230
231        * startup/linkcmds: Add wildcard to gcc_except_table section so
232        programs compiled with gcc 4.3.x can link.
233
2342007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
235
236        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
237        Configuration Table. Use the RTEMS provided accessor macros to obtain
238        configuration fields.
239
2402007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
241
242        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
243        Configuration Table. Eliminate CPU Table from all ports. Delete
244        references to CPU Table in all forms.
245
2462007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
247
248        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
249        Table fields to the Configuration Table. This included
250        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
251        do_zero_of_workspace, extra_mpci_receive_server_stack,
252        stack_allocate_hook, and stack_free_hook. As a side-effect of this
253        effort some multiprocessing code was made conditional and some style
254        clean up occurred.
255
2562007-11-30      Till Straumann <strauman@slac.stanford.edu>
257
258        * irq/irq.h, irq/irq_init.c: Removed the definition
259        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
260        initialize the irqBase member of the rtems_irq_global_settings
261        struct. However, irqBase is an rtems_irq_symbolic_name,
262        so using BSP_LOWEST_OFFSET is more appropriate.
263
2642007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
267        Table. They have been replaced with variables named bsp_XXX as
268        needed.
269
2702007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
271
272        PR 1257/bsps
273        * irq/irq.c: Code outside of cpukit should use the public API for
274        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
275        public API and directly accessing _CPU_ISR_Disable and
276        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
277        directive which could lead to problems. This patch also changes the
278        type of the variable passed into these routines and addresses minor
279        style issues.
280
2812007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
282
283        * vectors/vectors_init.c, irq/irq_init.c:
284        adapted to shared exception code
285
2862007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
287
288        * Makefile.am: adapted to shared exception code
289
2902007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * bsp_specs: Remove qrtems_debug.
293
2942007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * bsp_specs: Remove lib (Now expected to exist in GCC).
297
2982006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * network/if_hdlcsubr.h: Remove K'n'R macros.
301        * network/network.c: Use ioctl_command_t as arg to ioctl functions.
302
3032006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
304
305        * configure.ac: New BUG-REPORT address.
306
3072006-11-15      Joel Sherrill <joel@OARcorp.com>
308
309        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
310        file and simplified initialization.
311
3122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
313
314        * Makefile.am: Remove superfluous -DASM.
315
3162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
317
318        * configure.ac: Require autoconf-2.60. Require automake-1.10.
319
3202006-08-09      Joel Sherrill <joel@OARcorp.com>
321
322        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
323
3242006-03-08      Joel Sherrill <joel@OARcorp.com>
325
326        * startup/linkcmds: Add .gnu.linkonce.b.* section.
327
3282006-02-08      Joel Sherrill <joel@OARcorp.com>
329
330        * startup/linkcmds: Add sections required by newer gcc versions.
331
3322006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * configure.ac: Remove explicit ampolish3 support (now in
335        RTEMS_BSP_CONFIGURE).
336
3372006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
338
339        * configure.ac: Add ampolish3 support.
340        * Makefile.am: Add preinstall.am.
341
3422006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
343
344        * Makefile.am: Don't include subdirs.am.
345
3462005-10-06      Till Straumann <strauman@slac.stanford.edu>
347
348        PR 833/bsps
349        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
350        the FPU across the user ISR but DONT save/restore the FPU context.
351        Any use of the FPU fron the user handler (e.g., due to GCC
352        optimizations) result in corruption. The fix results in an exception
353        in such cases (user ISR must explicitely save/enable/restore FPU).
354
3552005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
356
357        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
358        instead of <sys/errno.h>.
359
3602005-05-26      Joel Sherrill <joel@OARcorp.com>
361
362        PR 799/bsps
363        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
364        compiled.
365
3662005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * include/bsp.h: New header guard.
369
3702005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
371
372        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
373
3742005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
375
376        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
377
3782005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
379
380        PR 779/bsp
381        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
382        network/network.c: add parameter to new exception interrupt handlers
383        in powerpc bsps
384
3852005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
386
387        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
388        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
389        CPU_MINIMUM_STACK_FRAME_SIZE.
390
3912005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
392
393        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
394
3952005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
396
397        * Makefile.am: Merge-in wrapup/Makefile.am.
398        * wrapup/Makefile.am: Remove.
399        * configure.ac: Reflect changes above.
400
4012005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
402
403        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
404
4052005-01-04      Joel Sherrill <joel@OARcorp.com>
406
407        * startup/linkcmds: Remove warnings.
408
4092005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
410
411        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
412
4132004-09-27      Joel Sherrill <joel@OARcorp.com>
414
415        PR 680/bsps
416        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
417
4182004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
419
420        * configure.ac: Require automake > 1.9.
421
4222004-07-25      Joel Sherrill <joel@OARcorp.com>
423
424        * network/network.c: Add include of <sys/errno.h>.
425
4262004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
427
428        PR 610/bsps
429        * Makefile.am: Add include/tm27.h, Cosmetics.
430        * include/tm27.h: Final cosmetics.
431
4322004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
433
434        * include/bsp.h: Split out tmtest27 support.
435        * include/tm27.h: New.
436
4372004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
438
439        PR 613/bsps
440        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
441
4422004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
443
444        PR 614/bsps
445        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
446
4472004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
448
449        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
450
4512004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
452
453        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
454        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
455        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
456        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
457
4582004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
459
460        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
461        startup/bspstart.c: Convert to using c99 fixed size types.
462
4632004-03-03      Joel Sherrill <joel@OARcorp.com>
464
465        * irq/irq.h: Correct typo.
466
4672004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * Makefile.am: Reflect changes to bsp.am.
470        Preinstall dist_project_lib*.
471
4722004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * Makefile.am: Reflect changes to bsp.am.
475
4762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
479
4802004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * wrapup/Makefile.am: Convert to automake-building rules.
483
4842004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
487        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
488        vectors/Makefile.am. Use automake compilation rules.
489        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
490        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
491        * configure.ac: Reflect changes above.
492        * wrapup/Makefile: Reflect changes above.
493
4942004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * Makefile.am: Merge-in start/Makefile.am.
497        * start/Makefile.am: Remove.
498        * configure.ac: Reflect changes above.
499
5002004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * wrapup/Makefile.am: Reflect changes to
503        ../support/*exception_processing/*.
504
5052004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
508        Add RTEMS_PROG_CCAS.
509
5102004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * Makefile.am: Add PREINSTALL_DIRS.
513        * irq/Makefile.am: Add PREINSTALL_DIRS.
514        * vectors/Makefile.am: Add PREINSTALL_DIRS.
515        * wrapup/Makefile.am: Reflect changes to libcpu.
516
5172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
520        Add PRE/TMPINSTALL_FILES to CLEANFILES.
521        * irq/Makefile.am: Ditto.
522        * start/Makefile.am: Ditto.
523        * startup/Makefile.am: Ditto.
524        * vectors/Makefile.am: Ditto.
525
5262004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * wrapup/Makefile.am: Eliminate $(LIB).
529        Use noinst_DATA to trigger building libbsp.a.
530
5312003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * clock/Makefile.am: Eliminate VPATH.
534        * console/Makefile.am: Eliminate VPATH.
535        * irq/Makefile.am: Eliminate VPATH.
536        * network/Makefile.am: Eliminate VPATH.
537        * startup/Makefile.am: Eliminate VPATH.
538
5392003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        PR 545/bsps
542        * startup/setvec.c: Removed.
543
5442003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * startup/linkcmds: Remove SEARCH_DIR.
547
5482003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
551        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
552
5532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
556        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
557        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
558        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
559
5602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
563
5642003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * start/Makefile.am: Misc cleanups and fixes.
567        * startup/Makefile.am: Misc cleanups and fixes.
568        * startup/linkcmds: Preparations for gcc-3.3.x.
569        * wrapup/Makefile.am: Misc cleanups and fixes.
570
5712003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * startup/Makefile.am: Remove S_FILES (Unused).
574        * vectors/Makefile.am: Cosmetics.
575        * wrapup/Makefile.am: Cosmetics.
576
5772003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * Makefile.am: Add preinstallation dirstamp support.
580        * clock/Makefile.am: Cosmetics.
581        * console/Makefile.am: Cosmetics.
582        * irq/Makefile.am: Add preinstallation dirstamp support.
583        * network/Makefile.am: Cosmetics.
584        * startup/Makefile.am: Cosmetics.
585        * vectors/Makefile.am: Add preinstallation dirstamp support.
586        * wrapup/Makefile.am: Cosmetics.
587
5882003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * clock/Makefile.am: Remove all-local: $(ARCH).
591        * console/Makefile.am: Remove all-local: $(ARCH).
592        * irq/Makefile.am: Remove all-local: $(ARCH).
593        * network/Makefile.am: Remove all-local: $(ARCH).
594        * start/Makefile.am: Remove all-local: $(ARCH).
595        * startup/Makefile.am: Remove all-local: $(ARCH).
596        * vectors/Makefile.am: Remove all-local: $(ARCH).
597        * wrapup/Makefile.am: Remove all-local: $(ARCH).
598
5992003-10-22      Joel Sherrill <joel@OARcorp.com>
600
601        PR 510/bsps
602        * irq/irq.h: Add extern C wrapper.
603
6042003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * Makefile.am: Merge-in include/Makefile.am.
607        Reflect changes to bsp.am.
608        * include/Makefile.am: Remove.
609        * configure.ac: Reflect changes above.
610
6112003-09-04      Joel Sherrill <joel@OARcorp.com>
612
613        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
614        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
615        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
616        vectors/vectors_init.c: URL for license changed.
617
6182003-08-20      Joel Sherrill <joel@OARcorp.com>
619
620        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
621
6222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * Makefile.am: Reflect having moved aclocal/.
625
6262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * Makefile.am: Reflect having moved automake/.
629        * clock/Makefile.am: Reflect having moved automake/.
630        * console/Makefile.am: Reflect having moved automake/.
631        * include/Makefile.am: Reflect having moved automake/.
632        * irq/Makefile.am: Reflect having moved automake/.
633        * network/Makefile.am: Reflect having moved automake/.
634        * start/Makefile.am: Reflect having moved automake/.
635        * startup/Makefile.am: Reflect having moved automake/.
636        * vectors/Makefile.am: Reflect having moved automake/.
637        * wrapup/Makefile.am: Reflect having moved automake/.
638
6392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
642
6432003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        PR 445/bsps
646        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
647        Remove cpp, old_cpp (now unused).
648
6492003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
652        Use memcmp instead of bcmp.
653
6542003-07-18      Till Straumann <strauman@slac.stanford.edu>
655
656        PR 288/rtems
657        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
658
6592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * configure.ac: Remove AC_CONFIG_AUX_DIR.
662
6632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
666
6672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * configure.ac: AC_PREREQ(2.57).
670
6712003-01-20      Joel Sherrill <joel@OARcorp.com>
672
673        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
674
6752002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
678        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
679        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
680        Remove SORDID_HACK. Eliminate *_O_FILES.
681        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
682        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
683        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
684        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
685
6862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * start/Makefile.am: Use install-data-local to install startfile.
689
6902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
693
6942002-11-04      Joel Sherrill <joel@OARcorp.com>
695
696        * irq/irq.c: Removed warnings.
697
6982002-11-04      Joel Sherrill <joel@OARcorp.com>
699
700        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
701        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
702        Removed warnings.
703
7042002-11-01      Joel Sherrill <joel@OARcorp.com>
705
706        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
707        removed warnings.
708
7092002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
710
711        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
712        for _ISR_Nest_level.
713
7142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * .cvsignore: Reformat.
717        Add autom4te*cache.
718        Remove autom4te.cache.
719
7202002-08-21      Joel Sherrill <joel@OARcorp.com>
721
722        * bsp_specs: Added support for -nostdlibs.
723
7242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
727        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
728        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
729        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
730        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
731        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
732        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
733        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
734
7352002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * start/Makefile.am: Eliminate PGM.
738        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
739
7402002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
743
7442002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
747        Remove $(OBJS) from all-local.
748
7492002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
752
7532001-05-09      Joel Sherrill <joel@OARcorp.com>
754
755        * startup/linkcmds: In support of gcc 3.1, added one of more
756        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
757        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
758        and direction of segments to memory regions may also have been
759        addressed.  This was a sweep across all BSPs.
760 
7612002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
764        * irq/irq_asm.S: Ditto.
765        * network/network.c: Include <rtems/bspIo.h>.
766        * start/start.S: Include <asm.h> instead of "asm.h".
767        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
768
7692002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
772
7732002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
776
7772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
778
779        * configure.ac:
780        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
781        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
782        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
783        * Makefile.am: Remove AUTOMAKE_OPTIONS.
784        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
785        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
786        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
787        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
788        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
789        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
790        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
791        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
792
7932002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * configure.ac: Add RTEMS_CHECK_NETWORKING.
796
7972002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
800        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
801        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
802
8032001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
806
8072001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
808
809        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
810        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
811
8122001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
813
814        * Makefile.am: Add @exceptions@ to SUBDIRS.
815        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
816        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
817        * include/Makefile.am: Convert PREINSTALL_FILES to
818        TMPINSTALL_FILES, include force-preinstall.am.
819        * wrapup/Makefile.am: Apply @exceptions@.
820
8212001-10-29      Joel Sherrill <joel@OARcorp.com>
822
823        * .cvsignore: Add more entries.
824
8252001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * aclocal.m4: Removed.  Should not have been in CVS.
828
8292001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * aclocal.m4: Regenerated.
832        * configure.ac, include/Makefile.am, irq/Makefile.am,
833        vectors/Makefile.am: Updated to autoconf 2.52.
834        * include/.cvsignore: Added newly generated files.
835        * include/bsp.h: Added include of bspopts.h.
836
8372001-10-22      Joel Sherrill <joel@OARcorp.com>
838
839        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
840        include/.cvsignore, network/.cvsignore, start/.cvsignore,
841        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
842        files and other files missed in previous commit.
843
84401-10-22        Andy Dachs <a.dachs@sstl.co.uk>
845
846        * mpc8260ads added as new BSP.  tm27 reported not to run
847        at this time.
848        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
849        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
850        console/Makefile.am, console/console.c, include/Makefile.am,
851        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
852        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
853        network/Makefile.am, network/README, network/if_hdlcsubr.c,
854        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
855        start/start.S, startup/Makefile.am, startup/bspstart.c,
856        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
857        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
858        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
859        New files.
860
Note: See TracBrowser for help on using the repository browser.