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

4.104.114.95
Last change on this file since daccc4a was daccc4a, checked in by Till Straumann <strauman@…>, on 12/02/07 at 21:43:54

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

  • irq/no_pic.c: use new inline routine exported by shared/irq/irq_supp.h for scanning the handler list.
  • Property mode set to 100644
File size: 20.6 KB
Line 
12007-12-02      Till Straumann <strauman@slac.stanford.edu>
2
3        * irq/no_pic.c: use new inline routine exported by
4        shared/irq/irq_supp.h for scanning the handler list.
5
62007-12-02      Till Straumann <strauman@slac.stanford.edu>
7
8        * irq/irq_init.c: removed irrelevant comment.
9
102007-11-30      Till Straumann <strauman@slac.stanford.edu>
11
12        * startup/bspstart.c: removed declaration of
13        bsp_exceptions_in_RAM.
14
152007-11-30      Till Straumann <strauman@slac.stanford.edu>
16
17        * irq/irq.h, irq/no_pic.c: some more changes to let
18        using shared/irq/irq.c work.
19
202007-11-30      Till Straumann <strauman@slac.stanford.edu>
21
22        * Makefile.am, irq/irq.h, irq/no_pic.c: install
23        and use new <irq/irq_supp.h> header.
24
252007-11-30      Till Straumann <strauman@slac.stanford.edu>
26        * irq/irq.h, irq/irq_init.c: Removed the definition
27        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
28        initialize the irqBase member of the rtems_irq_global_settings
29        struct. However, irqBase is an rtems_irq_symbolic_name,
30        so using BSP_LOWEST_OFFSET is more appropriate.
31
322007-11-30      Till Straumann <strauman@slac.stanford.edu>
33        * irq/irq.h, irq/irq.c (removed), irq/no_pic.c (added),
34        irq/irq_init.c, Makefile.am: The PSIM BSP (currently)
35        has no support for an interrupt controller or interrupts
36        other than the decrementer. Removed all definitions for PCI + ISA
37        interrupts and all unnecessary code (leftovers from copying).
38        Separated PIC-specific bits into 'no_pic.c' which allows us
39        to use 'irq.c' (i.e., more code) from 'shared'.
40
412007-11-30      Till Straumann <strauman@slac.stanford.edu>
42
43        * startup/linkcmds.c, start/start.S: call __eabi() from start.S
44        and make sure linkcmds defines _SDA_BASE_ + _SDA2_BASE_ so that
45        sysv + eabi are properly supported.
46
472007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * startup/bspstart.c: BSP_DIRTY_MEMORY should be tested for zero not
50        just defined.
51
522007-11-29      Till Straumann <strauman@slac.stanford.edu>
53
54        * startup/bspstart.c, Makefile.am: Initialize BATs and enable MMU
55        to come closer to what other BSPs do. This allows us to use the
56        shared irq_asm.S. No more individual assembly code :-)
57
582007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
61        Table. They have been replaced with variables named bsp_XXX as
62        needed.
63
642007-09-13      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * configure.ac, startup/bspstart.c: Add BSP_DIRTY_MEMORY option.
67
682007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        PR 1257/bsps
71        * irq/irq.c: Code outside of cpukit should use the public API for
72        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
73        public API and directly accessing _CPU_ISR_Disable and
74        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
75        directive which could lead to problems. This patch also changes the
76        type of the variable passed into these routines and addresses minor
77        style issues.
78
792007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
80
81        * irq_init.c, Makefile.am: adapted to shared exception code
82
832007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * bsp_specs: Remove qrtems_debug.
86
872007-04-05      Joel Sherrill <joel@OARcorp.com>
88
89        * clock/clock.c: Removed. File is unused in current source.
90
912007-03-28      Joel Sherrill <joel@OARcorp.com>
92
93        * Makefile.am: Modify to avoid pulling in too much into minimum
94        executable.
95
962006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * configure.ac: New BUG-REPORT address.
99
1002006-11-15      Joel Sherrill <joel@OARcorp.com>
101
102        * Makefile.am, irq/irq.h: Merge c_rtems_main() into boot_card(). This
103        eliminated a file and simplified initialization.
104
1052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Remove superfluous -DASM.
108
1092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * configure.ac: Require autoconf-2.60. Require automake-1.10.
112
1132006-08-09      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
116
1172006-03-08      Joel Sherrill <joel@OARcorp.com>
118
119        * startup/linkcmds: Add .gnu.linkonce.b.* section.
120
1212006-02-08      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: Add sections required by newer gcc versions.
124
1252006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * configure.ac: Remove explicit ampolish3 support (now in
128        RTEMS_BSP_CONFIGURE).
129
1302006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * configure.ac: Add ampolish3 support.
133        * Makefile.am: Add preinstall.am.
134
1352006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Don't include subdirs.am.
138
1392006-01-05      Till Straumann <strauman@slac.stanford.edu>
140
141        * Makefile.am, vectors/vectors.S: use shared version of vectors.S.
142
1432005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * include/bsp.h: New header guard.
146
1472005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
148
149        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
150
1512005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * include/tm27.h: Elininate unsigned32.
154
1552005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
156
157        PR 779/bsp
158        * irq/irq.c, irq/irq.h, irq/irq_init.c: add parameter to new exception
159        interrupt handlers in powerpc bsps
160
1612005-04-11      Jennifer Averett <jennifer@OARcorp.com>
162
163        PR 777/bsps
164        * include/bsp.h: Add a Processor_Synchronize command in bsp.h
165
1662005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
169        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
170        CPU_MINIMUM_STACK_FRAME_SIZE.
171
1722005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
175
1762005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * Makefile.am: Merge-in wrapup/Makefile.am.
179        * wrapup/Makefile.am: Remove.
180        * configure.ac: Reflect changes above.
181
1822005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
185
1862005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
189
1902004-11-22      Jennifer Averett <jennifer@OARcorp.com>
191
192        PR 617/bsps
193        PR 581/bsps
194        * Makefile.am, bsp_specs, configure.ac, include/bsp.h, include/tm27.h,
195        start/start.S, startup/bspstart.c, startup/linkcmds,
196        tools/Makefile.am, tools/psim, vectors/vectors.S, wrapup/Makefile.am:
197        Convert PSIM to new exception model.
198        * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files.
199        * startup/setvec.c, timer/timer.c: Removed.
200
2012004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
202
203        * configure.ac: Require automake > 1.9.
204
2052004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        PR 610/bsps
208        * Makefile.am: Add include/tm27.h, Cosmetics.
209        * include/tm27.h: Final cosmetics.
210
2112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
212
213        * include/bsp.h: Split out tmtest27 support.
214        * include/tm27.h: New.
215
2162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
217
218        PR 613/bsps
219        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
220
2212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        PR 614/bsps
224        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
225
2262004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
229
2302004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
231
232        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
233        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
234        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
235        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
236
2372004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
238
239        * include/bsp.h, shmsupp/getcfg.c, startup/bspstart.c,
240        timer/timer.c: Convert to using c99 fixed size types.
241
2422004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Reflect changes to bsp.am.
245        Preinstall dist_project_lib*.
246
2472004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Reflect changes to bsp.am.
250
2512004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Cosmetics.
254
2552004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Add $(TMPINSTALL_FILES) to all-local.
258
2592004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Convert to automake-building rules.
262
2632004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
266        Remove AM_CONDITIONAL(HAS_MP).
267
2682004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
271        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
272        vectors/Makefile.am. Use automake compilation rules.
273        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
274        startup/Makefile.am, timer/Makefile.am, vectors/Makefile.am: Remove.
275        * configure.ac: Reflect changes above.
276
2772004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Merge-in start/Makefile.am.
280        * start/Makefile.am: Remove.
281        * configure.ac: Reflect changes above.
282
2832004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * wrapup/Makefile.am: Reflect changes to
286        ../support/*exception_processing/*.
287
2882004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
291        Add RTEMS_PROG_CCAS.
292
2932004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Add PREINSTALL_DIRS.
296
2972004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
300        Add PRE/TMPINSTALL_FILES to CLEANFILES.
301        * start/Makefile.am: Ditto.
302        * startup/Makefile.am: Ditto.
303
3042004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * wrapup/Makefile.am: Eliminate $(LIB).
307        Use noinst_DATA to trigger building libbsp.a.
308
3092003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * console/Makefile.am: Eliminate *.rel.
312        Use $(top_srcdir)/../../shared instead of ../../../shared.
313        * startup/Makefile.am: Cosmetics.
314
3152003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * clock/Makefile.am: Eliminate VPATH.
318        * console/Makefile.am: Eliminate VPATH.
319        * shmsupp/Makefile.am: Eliminate VPATH.
320        * startup/Makefile.am: Eliminate VPATH.
321        * timer/Makefile.am: Eliminate VPATH.
322        * vectors/Makefile.am: Eliminate VPATH.
323
3242003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * wrapup/Makefile.am: Remove GENERIC_FILES.
327
3282003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * startup/linkcmds: Remove SEARCH_DIR.
331
3322003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
335        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
336
3372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
340        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
341
3422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
345
3462003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * start/Makefile.am: Misc cleanups and fixes.
349        * startup/Makefile.am: Misc cleanups and fixes.
350        * startup/linkcmds: Preparations for gcc-3.3.x.
351        * wrapup/Makefile.am: Misc cleanups and fixes.
352
3532003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Add preinstallation dirstamp support.
356        * clock/Makefile.am: Cosmetics.
357        * console/Makefile.am: Cosmetics.
358        * shmsupp/Makefile.am: Cosmetics.
359        * startup/Makefile.am: Cosmetics.
360        * timer/Makefile.am: Cosmetics.
361        * vectors/Makefile.am: Cosmetics.
362        * wrapup/Makefile.am: Cosmetics.
363
3642003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * clock/Makefile.am: Remove all-local: $(ARCH).
367        * console/Makefile.am: Remove all-local: $(ARCH).
368        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
369        * start/Makefile.am: Remove all-local: $(ARCH).
370        * startup/Makefile.am: Remove all-local: $(ARCH).
371        * timer/Makefile.am: Remove all-local: $(ARCH).
372        * vectors/Makefile.am: Remove all-local: $(ARCH).
373        * wrapup/Makefile.am: Remove all-local: $(ARCH).
374
3752003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Merge-in include/Makefile.am.
378        Reflect changes to bsp.am.
379        * include/Makefile.am: Remove.
380        * configure.ac: Reflect changes above.
381
3822003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * bsp_specs: Remove *lib:.
385
3862003-09-04      Joel Sherrill <joel@OARcorp.com>
387
388        * console/console-io.c, include/bsp.h, include/coverhd.h,
389        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
390        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
391        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
392        vectors/vectors.S: URL for license changed.
393
3942003-09-04      Joel Sherrill <joel@OARcorp.com>
395
396        * startup/bspstart.c: Removed incorrect statement about copyright
397        assignment.
398
3992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Reflect having moved aclocal/.
402
4032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Reflect having moved automake/.
406        * clock/Makefile.am: Reflect having moved automake/.
407        * console/Makefile.am: Reflect having moved automake/.
408        * include/Makefile.am: Reflect having moved automake/.
409        * shmsupp/Makefile.am: Reflect having moved automake/.
410        * start/Makefile.am: Reflect having moved automake/.
411        * startup/Makefile.am: Reflect having moved automake/.
412        * timer/Makefile.am: Reflect having moved automake/.
413        * vectors/Makefile.am: Reflect having moved automake/.
414        * wrapup/Makefile.am: Reflect having moved automake/.
415
4162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
419
4202003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        PR 445/bsps
423        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
424        Remove cpp, old_cpp (now unused).
425
4262003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: Remove AC_CONFIG_AUX_DIR.
429
4302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
433
4342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: AC_PREREQ(2.57).
437
4382003-01-20      Joel Sherrill <joel@OARcorp.com>
439
440        * startup/linkcmds*: Add FreeBSD sysctl() sections.
441
4422002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
445        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
446        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
447        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
448        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
449        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
450        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
451
4522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * start/Makefile.am: Use install-data-local to install startfile.
455
4562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
459
4602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * .cvsignore: Reformat.
463        Add autom4te*cache.
464        Remove autom4te.cache.
465
4662002-09-07      Joel Sherrill <joel@OARcorp.com>
467
468        * clock/clock.c: Disabled use of fast idle since it seems broken
469        with gcc 3.2.
470
4712002-08-21      Joel Sherrill <joel@OARcorp.com>
472
473        * bsp_specs: Added support for -nostdlibs.
474
4752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
478        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
479        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
480        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
481        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
482        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
483        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
484        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
485
4862002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * start/Makefile.am: Eliminate PGM.
489        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
490
4912002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
494
4952002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
498        Remove $(OBJS) from all-local.
499
5002002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
503
5042001-05-09      Joel Sherrill <joel@OARcorp.com>
505
506        * startup/linkcmds: In support of gcc 3.1, added one of more
507        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
508        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
509        and direction of segments to memory regions may also have been
510        addressed.  This was a sweep across all BSPs.
511 
5122002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * startup/bspstart.c: Include <rtems/bspIo.h>.
515        * vectors/align_h.S: Use <> instead of "" for include files.
516
5172001-04-08      Joel Sherrill <joel@OARcorp.com>
518
519        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
520 
5212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac:
524        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
525        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
526        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
527        * Makefile.am: Remove AUTOMAKE_OPTIONS.
528        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
529        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
530        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
531        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
536
5372002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
540
5412001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
544
5452001-11-26      Joel Sherrill <joel@OARcorp.com>
546
547        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
548
5492001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * Makefile.am: Add @exceptions@ to SUBDIRS.
552        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
553        make/custom/psim.cfg;
554        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
555        Add RTEMS_PPC_EXCEPTIONS([old]).
556        * include/Makefile.am: include force-preinstall.am.
557        * wrapup/Makefile.am: Apply @exceptions@.
558
5592001-11-20      Joel Sherrill <joel@OARcorp.com>
560
561        * console/console-io.c: Fix incorrect comment.
562
5632001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
564
565        This modification is part of the submitted modifications necessary to
566        support the IBM PPC405 family.  This submission was reviewed by
567        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
568        not negatively impact the ppc403 BSPs.  The submission and tracking
569        process was captured as PR50.
570        * vectors/align_h.S: Added ppc405 support.
571
5722001-10-25      Joel Sherrill <joel@OARcorp.com>
573
574        * startup/linkcmds: Added _init and _fini.
575
5762001-10-12      Joel Sherrill <joel@OARcorp.com>
577
578        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
579
5802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
583        * configure.in: Remove.
584        * configure.ac: New file, generated from configure.in by autoupdate.
585
5862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
589
5902001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
593        happy.
594
5952001-08-16      Joel Sherrill <joel@OARcorp.com>
596
597        * clock/clock.c: Ensure that clock ticks are long enough to
598        make forward progress.  This was modified to improve results
599        on the RTEMS tests and the ACATS.
600        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
601        gnat 3.13p.
602
6032001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * configure.in: Add bspopts.h.
606        * include/.cvsignore: Add bspopts.h*, stamp-h*.
607        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
608        * include/bsp.h: Include bspopts.h.
609
6102001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
611
612        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
613
6142001-01-03      Joel Sherrill <joel@OARcorp.com>
615
616        * clock/clock.c: Use shared clock driver shell.
617        * console/console.c: Removed.  Now use shared polling shell.
618        * console/console-io.c: New file.
619        * console/Makefile.am: Correct to use shared polling shell.
620        * startup/bspstart.c: Remove all fast idle references.
621
6222000-12-19      Joel Sherrill <joel@OARcorp.com>
623
624        * timer/timer.c: Removed incorrect comments about ERC32.
625
6262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
629
6302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
633
6342000-11-01      Joel Sherrill <joel@OARcorp.com>
635
636        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
637        and libcsupport.h moved from libc to lib/include/rtems and
638        now must be referenced as <rtems/XXX.h>.   Header file order
639        was cleaned up while doing this.
640
6412000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
644        Switch to GNU canonicalization.
645
6462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
649        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
650        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
651
6522000-08-10      Joel Sherrill <joel@OARcorp.com>
653
654        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.