source: rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog @ 1be7c55

4.104.114.95
Last change on this file since 1be7c55 was 7e53d09, checked in by Till Straumann <strauman@…>, on 12/05/07 at 06:03:57

2007-12-04 Till Straumann <strauman@…>

  • irq/irq_init.c: removed unnecessary code (alredy done by shared/irq/irq.c).
  • Property mode set to 100644
File size: 21.5 KB
Line 
12007-12-04      Till Straumann <strauman@slac.stanford.edu>
2
3        * irq/irq_init.c: removed unnecessary code (alredy
4        done by shared/irq/irq.c).
5
62007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
9        from CPU Table to Configuration Table. Eliminate CPU Table from all
10        ports. Delete references to CPU Table in all forms.
11
122007-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * Makefile.am, irq/no_pic.c: Spacing.
15
162007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
19        Table fields to the Configuration Table. This included
20        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
21        do_zero_of_workspace, extra_mpci_receive_server_stack,
22        stack_allocate_hook, and stack_free_hook. As a side-effect of this
23        effort some multiprocessing code was made conditional and some style
24        clean up occurred.
25
262007-12-02      Till Straumann <strauman@slac.stanford.edu>
27
28        * irq/no_pic.c: use new inline routine exported by
29        shared/irq/irq_supp.h for scanning the handler list.
30
312007-12-02      Till Straumann <strauman@slac.stanford.edu>
32
33        * irq/irq_init.c: removed irrelevant comment.
34
352007-11-30      Till Straumann <strauman@slac.stanford.edu>
36
37        * startup/bspstart.c: removed declaration of
38        bsp_exceptions_in_RAM.
39
402007-11-30      Till Straumann <strauman@slac.stanford.edu>
41
42        * irq/irq.h, irq/no_pic.c: some more changes to let
43        using shared/irq/irq.c work.
44
452007-11-30      Till Straumann <strauman@slac.stanford.edu>
46
47        * Makefile.am, irq/irq.h, irq/no_pic.c: install
48        and use new <irq/irq_supp.h> header.
49
502007-11-30      Till Straumann <strauman@slac.stanford.edu>
51        * irq/irq.h, irq/irq_init.c: Removed the definition
52        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
53        initialize the irqBase member of the rtems_irq_global_settings
54        struct. However, irqBase is an rtems_irq_symbolic_name,
55        so using BSP_LOWEST_OFFSET is more appropriate.
56
572007-11-30      Till Straumann <strauman@slac.stanford.edu>
58        * irq/irq.h, irq/irq.c (removed), irq/no_pic.c (added),
59        irq/irq_init.c, Makefile.am: The PSIM BSP (currently)
60        has no support for an interrupt controller or interrupts
61        other than the decrementer. Removed all definitions for PCI + ISA
62        interrupts and all unnecessary code (leftovers from copying).
63        Separated PIC-specific bits into 'no_pic.c' which allows us
64        to use 'irq.c' (i.e., more code) from 'shared'.
65
662007-11-30      Till Straumann <strauman@slac.stanford.edu>
67
68        * startup/linkcmds.c, start/start.S: call __eabi() from start.S
69        and make sure linkcmds defines _SDA_BASE_ + _SDA2_BASE_ so that
70        sysv + eabi are properly supported.
71
722007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * startup/bspstart.c: BSP_DIRTY_MEMORY should be tested for zero not
75        just defined.
76
772007-11-29      Till Straumann <strauman@slac.stanford.edu>
78
79        * startup/bspstart.c, Makefile.am: Initialize BATs and enable MMU
80        to come closer to what other BSPs do. This allows us to use the
81        shared irq_asm.S. No more individual assembly code :-)
82
832007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
86        Table. They have been replaced with variables named bsp_XXX as
87        needed.
88
892007-09-13      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * configure.ac, startup/bspstart.c: Add BSP_DIRTY_MEMORY option.
92
932007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        PR 1257/bsps
96        * irq/irq.c: Code outside of cpukit should use the public API for
97        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
98        public API and directly accessing _CPU_ISR_Disable and
99        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
100        directive which could lead to problems. This patch also changes the
101        type of the variable passed into these routines and addresses minor
102        style issues.
103
1042007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
105
106        * irq_init.c, Makefile.am: adapted to shared exception code
107
1082007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * bsp_specs: Remove qrtems_debug.
111
1122007-04-05      Joel Sherrill <joel@OARcorp.com>
113
114        * clock/clock.c: Removed. File is unused in current source.
115
1162007-03-28      Joel Sherrill <joel@OARcorp.com>
117
118        * Makefile.am: Modify to avoid pulling in too much into minimum
119        executable.
120
1212006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * configure.ac: New BUG-REPORT address.
124
1252006-11-15      Joel Sherrill <joel@OARcorp.com>
126
127        * Makefile.am, irq/irq.h: Merge c_rtems_main() into boot_card(). This
128        eliminated a file and simplified initialization.
129
1302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * Makefile.am: Remove superfluous -DASM.
133
1342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * configure.ac: Require autoconf-2.60. Require automake-1.10.
137
1382006-08-09      Joel Sherrill <joel@OARcorp.com>
139
140        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
141
1422006-03-08      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/linkcmds: Add .gnu.linkonce.b.* section.
145
1462006-02-08      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds: Add sections required by newer gcc versions.
149
1502006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * configure.ac: Remove explicit ampolish3 support (now in
153        RTEMS_BSP_CONFIGURE).
154
1552006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * configure.ac: Add ampolish3 support.
158        * Makefile.am: Add preinstall.am.
159
1602006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * Makefile.am: Don't include subdirs.am.
163
1642006-01-05      Till Straumann <strauman@slac.stanford.edu>
165
166        * Makefile.am, vectors/vectors.S: use shared version of vectors.S.
167
1682005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * include/bsp.h: New header guard.
171
1722005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
173
174        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
175
1762005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * include/tm27.h: Elininate unsigned32.
179
1802005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
181
182        PR 779/bsp
183        * irq/irq.c, irq/irq.h, irq/irq_init.c: add parameter to new exception
184        interrupt handlers in powerpc bsps
185
1862005-04-11      Jennifer Averett <jennifer@OARcorp.com>
187
188        PR 777/bsps
189        * include/bsp.h: Add a Processor_Synchronize command in bsp.h
190
1912005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
194        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
195        CPU_MINIMUM_STACK_FRAME_SIZE.
196
1972005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
200
2012005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * Makefile.am: Merge-in wrapup/Makefile.am.
204        * wrapup/Makefile.am: Remove.
205        * configure.ac: Reflect changes above.
206
2072005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
210
2112005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
212
213        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
214
2152004-11-22      Jennifer Averett <jennifer@OARcorp.com>
216
217        PR 617/bsps
218        PR 581/bsps
219        * Makefile.am, bsp_specs, configure.ac, include/bsp.h, include/tm27.h,
220        start/start.S, startup/bspstart.c, startup/linkcmds,
221        tools/Makefile.am, tools/psim, vectors/vectors.S, wrapup/Makefile.am:
222        Convert PSIM to new exception model.
223        * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files.
224        * startup/setvec.c, timer/timer.c: Removed.
225
2262004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        * configure.ac: Require automake > 1.9.
229
2302004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
231
232        PR 610/bsps
233        * Makefile.am: Add include/tm27.h, Cosmetics.
234        * include/tm27.h: Final cosmetics.
235
2362004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
237
238        * include/bsp.h: Split out tmtest27 support.
239        * include/tm27.h: New.
240
2412004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
242
243        PR 613/bsps
244        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
245
2462004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
247
248        PR 614/bsps
249        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
250
2512004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
254
2552004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
256
257        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
258        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
259        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
260        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
261
2622004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        * include/bsp.h, shmsupp/getcfg.c, startup/bspstart.c,
265        timer/timer.c: Convert to using c99 fixed size types.
266
2672004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Reflect changes to bsp.am.
270        Preinstall dist_project_lib*.
271
2722004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Reflect changes to bsp.am.
275
2762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Cosmetics.
279
2802004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Add $(TMPINSTALL_FILES) to all-local.
283
2842004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * wrapup/Makefile.am: Convert to automake-building rules.
287
2882004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
291        Remove AM_CONDITIONAL(HAS_MP).
292
2932004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
296        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
297        vectors/Makefile.am. Use automake compilation rules.
298        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
299        startup/Makefile.am, timer/Makefile.am, vectors/Makefile.am: Remove.
300        * configure.ac: Reflect changes above.
301
3022004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Merge-in start/Makefile.am.
305        * start/Makefile.am: Remove.
306        * configure.ac: Reflect changes above.
307
3082004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * wrapup/Makefile.am: Reflect changes to
311        ../support/*exception_processing/*.
312
3132004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
316        Add RTEMS_PROG_CCAS.
317
3182004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Add PREINSTALL_DIRS.
321
3222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
325        Add PRE/TMPINSTALL_FILES to CLEANFILES.
326        * start/Makefile.am: Ditto.
327        * startup/Makefile.am: Ditto.
328
3292004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Eliminate $(LIB).
332        Use noinst_DATA to trigger building libbsp.a.
333
3342003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * console/Makefile.am: Eliminate *.rel.
337        Use $(top_srcdir)/../../shared instead of ../../../shared.
338        * startup/Makefile.am: Cosmetics.
339
3402003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * clock/Makefile.am: Eliminate VPATH.
343        * console/Makefile.am: Eliminate VPATH.
344        * shmsupp/Makefile.am: Eliminate VPATH.
345        * startup/Makefile.am: Eliminate VPATH.
346        * timer/Makefile.am: Eliminate VPATH.
347        * vectors/Makefile.am: Eliminate VPATH.
348
3492003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * wrapup/Makefile.am: Remove GENERIC_FILES.
352
3532003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * startup/linkcmds: Remove SEARCH_DIR.
356
3572003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
360        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
361
3622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
365        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
366
3672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
370
3712003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * start/Makefile.am: Misc cleanups and fixes.
374        * startup/Makefile.am: Misc cleanups and fixes.
375        * startup/linkcmds: Preparations for gcc-3.3.x.
376        * wrapup/Makefile.am: Misc cleanups and fixes.
377
3782003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Add preinstallation dirstamp support.
381        * clock/Makefile.am: Cosmetics.
382        * console/Makefile.am: Cosmetics.
383        * shmsupp/Makefile.am: Cosmetics.
384        * startup/Makefile.am: Cosmetics.
385        * timer/Makefile.am: Cosmetics.
386        * vectors/Makefile.am: Cosmetics.
387        * wrapup/Makefile.am: Cosmetics.
388
3892003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * clock/Makefile.am: Remove all-local: $(ARCH).
392        * console/Makefile.am: Remove all-local: $(ARCH).
393        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
394        * start/Makefile.am: Remove all-local: $(ARCH).
395        * startup/Makefile.am: Remove all-local: $(ARCH).
396        * timer/Makefile.am: Remove all-local: $(ARCH).
397        * vectors/Makefile.am: Remove all-local: $(ARCH).
398        * wrapup/Makefile.am: Remove all-local: $(ARCH).
399
4002003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: Merge-in include/Makefile.am.
403        Reflect changes to bsp.am.
404        * include/Makefile.am: Remove.
405        * configure.ac: Reflect changes above.
406
4072003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * bsp_specs: Remove *lib:.
410
4112003-09-04      Joel Sherrill <joel@OARcorp.com>
412
413        * console/console-io.c, include/bsp.h, include/coverhd.h,
414        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
415        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
416        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
417        vectors/vectors.S: URL for license changed.
418
4192003-09-04      Joel Sherrill <joel@OARcorp.com>
420
421        * startup/bspstart.c: Removed incorrect statement about copyright
422        assignment.
423
4242003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Reflect having moved aclocal/.
427
4282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Reflect having moved automake/.
431        * clock/Makefile.am: Reflect having moved automake/.
432        * console/Makefile.am: Reflect having moved automake/.
433        * include/Makefile.am: Reflect having moved automake/.
434        * shmsupp/Makefile.am: Reflect having moved automake/.
435        * start/Makefile.am: Reflect having moved automake/.
436        * startup/Makefile.am: Reflect having moved automake/.
437        * timer/Makefile.am: Reflect having moved automake/.
438        * vectors/Makefile.am: Reflect having moved automake/.
439        * wrapup/Makefile.am: Reflect having moved automake/.
440
4412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
444
4452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        PR 445/bsps
448        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
449        Remove cpp, old_cpp (now unused).
450
4512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.ac: Remove AC_CONFIG_AUX_DIR.
454
4552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
458
4592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac: AC_PREREQ(2.57).
462
4632003-01-20      Joel Sherrill <joel@OARcorp.com>
464
465        * startup/linkcmds*: Add FreeBSD sysctl() sections.
466
4672002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
470        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
471        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
472        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
473        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
474        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
475        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
476
4772002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * start/Makefile.am: Use install-data-local to install startfile.
480
4812002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
484
4852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * .cvsignore: Reformat.
488        Add autom4te*cache.
489        Remove autom4te.cache.
490
4912002-09-07      Joel Sherrill <joel@OARcorp.com>
492
493        * clock/clock.c: Disabled use of fast idle since it seems broken
494        with gcc 3.2.
495
4962002-08-21      Joel Sherrill <joel@OARcorp.com>
497
498        * bsp_specs: Added support for -nostdlibs.
499
5002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
503        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
504        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
505        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
506        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
507        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
508        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
509        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
510
5112002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * start/Makefile.am: Eliminate PGM.
514        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
515
5162002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
519
5202002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
523        Remove $(OBJS) from all-local.
524
5252002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
528
5292001-05-09      Joel Sherrill <joel@OARcorp.com>
530
531        * startup/linkcmds: In support of gcc 3.1, added one of more
532        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
533        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
534        and direction of segments to memory regions may also have been
535        addressed.  This was a sweep across all BSPs.
536 
5372002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * startup/bspstart.c: Include <rtems/bspIo.h>.
540        * vectors/align_h.S: Use <> instead of "" for include files.
541
5422001-04-08      Joel Sherrill <joel@OARcorp.com>
543
544        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
545 
5462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * configure.ac:
549        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
550        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
551        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
552        * Makefile.am: Remove AUTOMAKE_OPTIONS.
553        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
554        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
555        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
556        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
557        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
558        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
559        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
560        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
561
5622002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
565
5662001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
569
5702001-11-26      Joel Sherrill <joel@OARcorp.com>
571
572        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
573
5742001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * Makefile.am: Add @exceptions@ to SUBDIRS.
577        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
578        make/custom/psim.cfg;
579        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
580        Add RTEMS_PPC_EXCEPTIONS([old]).
581        * include/Makefile.am: include force-preinstall.am.
582        * wrapup/Makefile.am: Apply @exceptions@.
583
5842001-11-20      Joel Sherrill <joel@OARcorp.com>
585
586        * console/console-io.c: Fix incorrect comment.
587
5882001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
589
590        This modification is part of the submitted modifications necessary to
591        support the IBM PPC405 family.  This submission was reviewed by
592        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
593        not negatively impact the ppc403 BSPs.  The submission and tracking
594        process was captured as PR50.
595        * vectors/align_h.S: Added ppc405 support.
596
5972001-10-25      Joel Sherrill <joel@OARcorp.com>
598
599        * startup/linkcmds: Added _init and _fini.
600
6012001-10-12      Joel Sherrill <joel@OARcorp.com>
602
603        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
604
6052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
608        * configure.in: Remove.
609        * configure.ac: New file, generated from configure.in by autoupdate.
610
6112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
614
6152001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
618        happy.
619
6202001-08-16      Joel Sherrill <joel@OARcorp.com>
621
622        * clock/clock.c: Ensure that clock ticks are long enough to
623        make forward progress.  This was modified to improve results
624        on the RTEMS tests and the ACATS.
625        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
626        gnat 3.13p.
627
6282001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * configure.in: Add bspopts.h.
631        * include/.cvsignore: Add bspopts.h*, stamp-h*.
632        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
633        * include/bsp.h: Include bspopts.h.
634
6352001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
636
637        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
638
6392001-01-03      Joel Sherrill <joel@OARcorp.com>
640
641        * clock/clock.c: Use shared clock driver shell.
642        * console/console.c: Removed.  Now use shared polling shell.
643        * console/console-io.c: New file.
644        * console/Makefile.am: Correct to use shared polling shell.
645        * startup/bspstart.c: Remove all fast idle references.
646
6472000-12-19      Joel Sherrill <joel@OARcorp.com>
648
649        * timer/timer.c: Removed incorrect comments about ERC32.
650
6512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
654
6552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
658
6592000-11-01      Joel Sherrill <joel@OARcorp.com>
660
661        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
662        and libcsupport.h moved from libc to lib/include/rtems and
663        now must be referenced as <rtems/XXX.h>.   Header file order
664        was cleaned up while doing this.
665
6662000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
669        Switch to GNU canonicalization.
670
6712000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
674        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
675        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
676
6772000-08-10      Joel Sherrill <joel@OARcorp.com>
678
679        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.