source: rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog @ 10483cba

4.104.114.95
Last change on this file since 10483cba was 10483cba, checked in by Till Straumann <strauman@…>, on 11/30/07 at 19:55:46

2007-11-30 Till Straumann <strauman@…>

  • irq/irq.h, irq/irq.c (removed), irq/no_pic.c (added), irq/irq_init.c, Makefile.am: The PSIM BSP (currently) has no support for an interrupt controller or interrupts other than the decrementer. Removed all definitions for PCI + ISA interrupts and all unnecessary code (leftovers from copying). Separated PIC-specific bits into 'no_pic.c' which allows us to use 'irq.c' (i.e., more code) from 'shared'.
  • Property mode set to 100644
File size: 19.6 KB
Line 
12007-11-30      Till Straumann <strauman@slac.stanford.edu>
2        * irq/irq.h, irq/irq.c (removed), irq/no_pic.c (added),
3        irq/irq_init.c, Makefile.am: The PSIM BSP (currently)
4        has no support for an interrupt controller or interrupts
5        other than the decrementer. Removed all definitions for PCI + ISA
6        interrupts and all unnecessary code (leftovers from copying).
7        Separated PIC-specific bits into 'no_pic.c' which allows us
8        to use 'irq.c' (i.e., more code) from 'shared'.
9
102007-11-30      Till Straumann <strauman@slac.stanford.edu>
11
12        * startup/linkcmds.c, start/start.S: call __eabi() from start.S
13        and make sure linkcmds defines _SDA_BASE_ + _SDA2_BASE_ so that
14        sysv + eabi are properly supported.
15
162007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * startup/bspstart.c: BSP_DIRTY_MEMORY should be tested for zero not
19        just defined.
20
212007-11-29      Till Straumann <strauman@slac.stanford.edu>
22
23        * startup/bspstart.c, Makefile.am: Initialize BATs and enable MMU
24        to come closer to what other BSPs do. This allows us to use the
25        shared irq_asm.S. No more individual assembly code :-)
26
272007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
30        Table. They have been replaced with variables named bsp_XXX as
31        needed.
32
332007-09-13      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * configure.ac, startup/bspstart.c: Add BSP_DIRTY_MEMORY option.
36
372007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        PR 1257/bsps
40        * irq/irq.c: Code outside of cpukit should use the public API for
41        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
42        public API and directly accessing _CPU_ISR_Disable and
43        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
44        directive which could lead to problems. This patch also changes the
45        type of the variable passed into these routines and addresses minor
46        style issues.
47
482007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
49
50        * irq_init.c, Makefile.am: adapted to shared exception code
51
522007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * bsp_specs: Remove qrtems_debug.
55
562007-04-05      Joel Sherrill <joel@OARcorp.com>
57
58        * clock/clock.c: Removed. File is unused in current source.
59
602007-03-28      Joel Sherrill <joel@OARcorp.com>
61
62        * Makefile.am: Modify to avoid pulling in too much into minimum
63        executable.
64
652006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * configure.ac: New BUG-REPORT address.
68
692006-11-15      Joel Sherrill <joel@OARcorp.com>
70
71        * Makefile.am, irq/irq.h: Merge c_rtems_main() into boot_card(). This
72        eliminated a file and simplified initialization.
73
742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Remove superfluous -DASM.
77
782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * configure.ac: Require autoconf-2.60. Require automake-1.10.
81
822006-08-09      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
85
862006-03-08      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/linkcmds: Add .gnu.linkonce.b.* section.
89
902006-02-08      Joel Sherrill <joel@OARcorp.com>
91
92        * startup/linkcmds: Add sections required by newer gcc versions.
93
942006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * configure.ac: Remove explicit ampolish3 support (now in
97        RTEMS_BSP_CONFIGURE).
98
992006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * configure.ac: Add ampolish3 support.
102        * Makefile.am: Add preinstall.am.
103
1042006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Don't include subdirs.am.
107
1082006-01-05      Till Straumann <strauman@slac.stanford.edu>
109
110        * Makefile.am, vectors/vectors.S: use shared version of vectors.S.
111
1122005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * include/bsp.h: New header guard.
115
1162005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
117
118        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
119
1202005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * include/tm27.h: Elininate unsigned32.
123
1242005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
125
126        PR 779/bsp
127        * irq/irq.c, irq/irq.h, irq/irq_init.c: add parameter to new exception
128        interrupt handlers in powerpc bsps
129
1302005-04-11      Jennifer Averett <jennifer@OARcorp.com>
131
132        PR 777/bsps
133        * include/bsp.h: Add a Processor_Synchronize command in bsp.h
134
1352005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
138        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
139        CPU_MINIMUM_STACK_FRAME_SIZE.
140
1412005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
144
1452005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * Makefile.am: Merge-in wrapup/Makefile.am.
148        * wrapup/Makefile.am: Remove.
149        * configure.ac: Reflect changes above.
150
1512005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
154
1552005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
158
1592004-11-22      Jennifer Averett <jennifer@OARcorp.com>
160
161        PR 617/bsps
162        PR 581/bsps
163        * Makefile.am, bsp_specs, configure.ac, include/bsp.h, include/tm27.h,
164        start/start.S, startup/bspstart.c, startup/linkcmds,
165        tools/Makefile.am, tools/psim, vectors/vectors.S, wrapup/Makefile.am:
166        Convert PSIM to new exception model.
167        * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files.
168        * startup/setvec.c, timer/timer.c: Removed.
169
1702004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
171
172        * configure.ac: Require automake > 1.9.
173
1742004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        PR 610/bsps
177        * Makefile.am: Add include/tm27.h, Cosmetics.
178        * include/tm27.h: Final cosmetics.
179
1802004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        * include/bsp.h: Split out tmtest27 support.
183        * include/tm27.h: New.
184
1852004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        PR 613/bsps
188        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
189
1902004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        PR 614/bsps
193        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
194
1952004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
198
1992004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
202        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
203        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
204        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
205
2062004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
207
208        * include/bsp.h, shmsupp/getcfg.c, startup/bspstart.c,
209        timer/timer.c: Convert to using c99 fixed size types.
210
2112004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Reflect changes to bsp.am.
214        Preinstall dist_project_lib*.
215
2162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Reflect changes to bsp.am.
219
2202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Cosmetics.
223
2242004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Add $(TMPINSTALL_FILES) to all-local.
227
2282004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * wrapup/Makefile.am: Convert to automake-building rules.
231
2322004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
235        Remove AM_CONDITIONAL(HAS_MP).
236
2372004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
240        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
241        vectors/Makefile.am. Use automake compilation rules.
242        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
243        startup/Makefile.am, timer/Makefile.am, vectors/Makefile.am: Remove.
244        * configure.ac: Reflect changes above.
245
2462004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Merge-in start/Makefile.am.
249        * start/Makefile.am: Remove.
250        * configure.ac: Reflect changes above.
251
2522004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Reflect changes to
255        ../support/*exception_processing/*.
256
2572004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
260        Add RTEMS_PROG_CCAS.
261
2622004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Add PREINSTALL_DIRS.
265
2662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
269        Add PRE/TMPINSTALL_FILES to CLEANFILES.
270        * start/Makefile.am: Ditto.
271        * startup/Makefile.am: Ditto.
272
2732004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * wrapup/Makefile.am: Eliminate $(LIB).
276        Use noinst_DATA to trigger building libbsp.a.
277
2782003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * console/Makefile.am: Eliminate *.rel.
281        Use $(top_srcdir)/../../shared instead of ../../../shared.
282        * startup/Makefile.am: Cosmetics.
283
2842003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * clock/Makefile.am: Eliminate VPATH.
287        * console/Makefile.am: Eliminate VPATH.
288        * shmsupp/Makefile.am: Eliminate VPATH.
289        * startup/Makefile.am: Eliminate VPATH.
290        * timer/Makefile.am: Eliminate VPATH.
291        * vectors/Makefile.am: Eliminate VPATH.
292
2932003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * wrapup/Makefile.am: Remove GENERIC_FILES.
296
2972003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * startup/linkcmds: Remove SEARCH_DIR.
300
3012003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
304        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
305
3062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
309        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
310
3112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
314
3152003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * start/Makefile.am: Misc cleanups and fixes.
318        * startup/Makefile.am: Misc cleanups and fixes.
319        * startup/linkcmds: Preparations for gcc-3.3.x.
320        * wrapup/Makefile.am: Misc cleanups and fixes.
321
3222003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Add preinstallation dirstamp support.
325        * clock/Makefile.am: Cosmetics.
326        * console/Makefile.am: Cosmetics.
327        * shmsupp/Makefile.am: Cosmetics.
328        * startup/Makefile.am: Cosmetics.
329        * timer/Makefile.am: Cosmetics.
330        * vectors/Makefile.am: Cosmetics.
331        * wrapup/Makefile.am: Cosmetics.
332
3332003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * clock/Makefile.am: Remove all-local: $(ARCH).
336        * console/Makefile.am: Remove all-local: $(ARCH).
337        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
338        * start/Makefile.am: Remove all-local: $(ARCH).
339        * startup/Makefile.am: Remove all-local: $(ARCH).
340        * timer/Makefile.am: Remove all-local: $(ARCH).
341        * vectors/Makefile.am: Remove all-local: $(ARCH).
342        * wrapup/Makefile.am: Remove all-local: $(ARCH).
343
3442003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Merge-in include/Makefile.am.
347        Reflect changes to bsp.am.
348        * include/Makefile.am: Remove.
349        * configure.ac: Reflect changes above.
350
3512003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * bsp_specs: Remove *lib:.
354
3552003-09-04      Joel Sherrill <joel@OARcorp.com>
356
357        * console/console-io.c, include/bsp.h, include/coverhd.h,
358        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
359        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
360        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
361        vectors/vectors.S: URL for license changed.
362
3632003-09-04      Joel Sherrill <joel@OARcorp.com>
364
365        * startup/bspstart.c: Removed incorrect statement about copyright
366        assignment.
367
3682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Reflect having moved aclocal/.
371
3722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Reflect having moved automake/.
375        * clock/Makefile.am: Reflect having moved automake/.
376        * console/Makefile.am: Reflect having moved automake/.
377        * include/Makefile.am: Reflect having moved automake/.
378        * shmsupp/Makefile.am: Reflect having moved automake/.
379        * start/Makefile.am: Reflect having moved automake/.
380        * startup/Makefile.am: Reflect having moved automake/.
381        * timer/Makefile.am: Reflect having moved automake/.
382        * vectors/Makefile.am: Reflect having moved automake/.
383        * wrapup/Makefile.am: Reflect having moved automake/.
384
3852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
388
3892003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        PR 445/bsps
392        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
393        Remove cpp, old_cpp (now unused).
394
3952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: Remove AC_CONFIG_AUX_DIR.
398
3992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
402
4032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: AC_PREREQ(2.57).
406
4072003-01-20      Joel Sherrill <joel@OARcorp.com>
408
409        * startup/linkcmds*: Add FreeBSD sysctl() sections.
410
4112002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
414        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
415        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
416        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
417        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
418        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
419        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
420
4212002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * start/Makefile.am: Use install-data-local to install startfile.
424
4252002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
428
4292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * .cvsignore: Reformat.
432        Add autom4te*cache.
433        Remove autom4te.cache.
434
4352002-09-07      Joel Sherrill <joel@OARcorp.com>
436
437        * clock/clock.c: Disabled use of fast idle since it seems broken
438        with gcc 3.2.
439
4402002-08-21      Joel Sherrill <joel@OARcorp.com>
441
442        * bsp_specs: Added support for -nostdlibs.
443
4442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
447        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
448        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
449        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
450        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
451        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
452        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
453        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
454
4552002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * start/Makefile.am: Eliminate PGM.
458        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
459
4602002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
463
4642002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
467        Remove $(OBJS) from all-local.
468
4692002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
472
4732001-05-09      Joel Sherrill <joel@OARcorp.com>
474
475        * startup/linkcmds: In support of gcc 3.1, added one of more
476        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
477        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
478        and direction of segments to memory regions may also have been
479        addressed.  This was a sweep across all BSPs.
480 
4812002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * startup/bspstart.c: Include <rtems/bspIo.h>.
484        * vectors/align_h.S: Use <> instead of "" for include files.
485
4862001-04-08      Joel Sherrill <joel@OARcorp.com>
487
488        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
489 
4902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * configure.ac:
493        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
494        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
495        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
505
5062002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
509
5102001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
513
5142001-11-26      Joel Sherrill <joel@OARcorp.com>
515
516        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
517
5182001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * Makefile.am: Add @exceptions@ to SUBDIRS.
521        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
522        make/custom/psim.cfg;
523        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
524        Add RTEMS_PPC_EXCEPTIONS([old]).
525        * include/Makefile.am: include force-preinstall.am.
526        * wrapup/Makefile.am: Apply @exceptions@.
527
5282001-11-20      Joel Sherrill <joel@OARcorp.com>
529
530        * console/console-io.c: Fix incorrect comment.
531
5322001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
533
534        This modification is part of the submitted modifications necessary to
535        support the IBM PPC405 family.  This submission was reviewed by
536        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
537        not negatively impact the ppc403 BSPs.  The submission and tracking
538        process was captured as PR50.
539        * vectors/align_h.S: Added ppc405 support.
540
5412001-10-25      Joel Sherrill <joel@OARcorp.com>
542
543        * startup/linkcmds: Added _init and _fini.
544
5452001-10-12      Joel Sherrill <joel@OARcorp.com>
546
547        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
548
5492001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
552        * configure.in: Remove.
553        * configure.ac: New file, generated from configure.in by autoupdate.
554
5552001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
558
5592001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
562        happy.
563
5642001-08-16      Joel Sherrill <joel@OARcorp.com>
565
566        * clock/clock.c: Ensure that clock ticks are long enough to
567        make forward progress.  This was modified to improve results
568        on the RTEMS tests and the ACATS.
569        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
570        gnat 3.13p.
571
5722001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * configure.in: Add bspopts.h.
575        * include/.cvsignore: Add bspopts.h*, stamp-h*.
576        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
577        * include/bsp.h: Include bspopts.h.
578
5792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
580
581        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
582
5832001-01-03      Joel Sherrill <joel@OARcorp.com>
584
585        * clock/clock.c: Use shared clock driver shell.
586        * console/console.c: Removed.  Now use shared polling shell.
587        * console/console-io.c: New file.
588        * console/Makefile.am: Correct to use shared polling shell.
589        * startup/bspstart.c: Remove all fast idle references.
590
5912000-12-19      Joel Sherrill <joel@OARcorp.com>
592
593        * timer/timer.c: Removed incorrect comments about ERC32.
594
5952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
598
5992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
602
6032000-11-01      Joel Sherrill <joel@OARcorp.com>
604
605        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
606        and libcsupport.h moved from libc to lib/include/rtems and
607        now must be referenced as <rtems/XXX.h>.   Header file order
608        was cleaned up while doing this.
609
6102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
613        Switch to GNU canonicalization.
614
6152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
618        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
619        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
620
6212000-08-10      Joel Sherrill <joel@OARcorp.com>
622
623        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.