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

4.104.114.95
Last change on this file since 2ae35c2 was 2ae35c2, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/07 at 22:37:19

2007-12-03 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, irq/no_pic.c: Spacing.
  • Property mode set to 100644
File size: 21.1 KB
Line 
12007-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, irq/no_pic.c: Spacing.
4
52007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
8        Table fields to the Configuration Table. This included
9        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
10        do_zero_of_workspace, extra_mpci_receive_server_stack,
11        stack_allocate_hook, and stack_free_hook. As a side-effect of this
12        effort some multiprocessing code was made conditional and some style
13        clean up occurred.
14
152007-12-02      Till Straumann <strauman@slac.stanford.edu>
16
17        * irq/no_pic.c: use new inline routine exported by
18        shared/irq/irq_supp.h for scanning the handler list.
19
202007-12-02      Till Straumann <strauman@slac.stanford.edu>
21
22        * irq/irq_init.c: removed irrelevant comment.
23
242007-11-30      Till Straumann <strauman@slac.stanford.edu>
25
26        * startup/bspstart.c: removed declaration of
27        bsp_exceptions_in_RAM.
28
292007-11-30      Till Straumann <strauman@slac.stanford.edu>
30
31        * irq/irq.h, irq/no_pic.c: some more changes to let
32        using shared/irq/irq.c work.
33
342007-11-30      Till Straumann <strauman@slac.stanford.edu>
35
36        * Makefile.am, irq/irq.h, irq/no_pic.c: install
37        and use new <irq/irq_supp.h> header.
38
392007-11-30      Till Straumann <strauman@slac.stanford.edu>
40        * irq/irq.h, irq/irq_init.c: Removed the definition
41        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
42        initialize the irqBase member of the rtems_irq_global_settings
43        struct. However, irqBase is an rtems_irq_symbolic_name,
44        so using BSP_LOWEST_OFFSET is more appropriate.
45
462007-11-30      Till Straumann <strauman@slac.stanford.edu>
47        * irq/irq.h, irq/irq.c (removed), irq/no_pic.c (added),
48        irq/irq_init.c, Makefile.am: The PSIM BSP (currently)
49        has no support for an interrupt controller or interrupts
50        other than the decrementer. Removed all definitions for PCI + ISA
51        interrupts and all unnecessary code (leftovers from copying).
52        Separated PIC-specific bits into 'no_pic.c' which allows us
53        to use 'irq.c' (i.e., more code) from 'shared'.
54
552007-11-30      Till Straumann <strauman@slac.stanford.edu>
56
57        * startup/linkcmds.c, start/start.S: call __eabi() from start.S
58        and make sure linkcmds defines _SDA_BASE_ + _SDA2_BASE_ so that
59        sysv + eabi are properly supported.
60
612007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * startup/bspstart.c: BSP_DIRTY_MEMORY should be tested for zero not
64        just defined.
65
662007-11-29      Till Straumann <strauman@slac.stanford.edu>
67
68        * startup/bspstart.c, Makefile.am: Initialize BATs and enable MMU
69        to come closer to what other BSPs do. This allows us to use the
70        shared irq_asm.S. No more individual assembly code :-)
71
722007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
75        Table. They have been replaced with variables named bsp_XXX as
76        needed.
77
782007-09-13      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * configure.ac, startup/bspstart.c: Add BSP_DIRTY_MEMORY option.
81
822007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        PR 1257/bsps
85        * irq/irq.c: Code outside of cpukit should use the public API for
86        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
87        public API and directly accessing _CPU_ISR_Disable and
88        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
89        directive which could lead to problems. This patch also changes the
90        type of the variable passed into these routines and addresses minor
91        style issues.
92
932007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
94
95        * irq_init.c, Makefile.am: adapted to shared exception code
96
972007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * bsp_specs: Remove qrtems_debug.
100
1012007-04-05      Joel Sherrill <joel@OARcorp.com>
102
103        * clock/clock.c: Removed. File is unused in current source.
104
1052007-03-28      Joel Sherrill <joel@OARcorp.com>
106
107        * Makefile.am: Modify to avoid pulling in too much into minimum
108        executable.
109
1102006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * configure.ac: New BUG-REPORT address.
113
1142006-11-15      Joel Sherrill <joel@OARcorp.com>
115
116        * Makefile.am, irq/irq.h: Merge c_rtems_main() into boot_card(). This
117        eliminated a file and simplified initialization.
118
1192006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * Makefile.am: Remove superfluous -DASM.
122
1232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * configure.ac: Require autoconf-2.60. Require automake-1.10.
126
1272006-08-09      Joel Sherrill <joel@OARcorp.com>
128
129        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
130
1312006-03-08      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/linkcmds: Add .gnu.linkonce.b.* section.
134
1352006-02-08      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/linkcmds: Add sections required by newer gcc versions.
138
1392006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * configure.ac: Remove explicit ampolish3 support (now in
142        RTEMS_BSP_CONFIGURE).
143
1442006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
145
146        * configure.ac: Add ampolish3 support.
147        * Makefile.am: Add preinstall.am.
148
1492006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * Makefile.am: Don't include subdirs.am.
152
1532006-01-05      Till Straumann <strauman@slac.stanford.edu>
154
155        * Makefile.am, vectors/vectors.S: use shared version of vectors.S.
156
1572005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
158
159        * include/bsp.h: New header guard.
160
1612005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
162
163        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
164
1652005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
166
167        * include/tm27.h: Elininate unsigned32.
168
1692005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
170
171        PR 779/bsp
172        * irq/irq.c, irq/irq.h, irq/irq_init.c: add parameter to new exception
173        interrupt handlers in powerpc bsps
174
1752005-04-11      Jennifer Averett <jennifer@OARcorp.com>
176
177        PR 777/bsps
178        * include/bsp.h: Add a Processor_Synchronize command in bsp.h
179
1802005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
183        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
184        CPU_MINIMUM_STACK_FRAME_SIZE.
185
1862005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
189
1902005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * Makefile.am: Merge-in wrapup/Makefile.am.
193        * wrapup/Makefile.am: Remove.
194        * configure.ac: Reflect changes above.
195
1962005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
199
2002005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
203
2042004-11-22      Jennifer Averett <jennifer@OARcorp.com>
205
206        PR 617/bsps
207        PR 581/bsps
208        * Makefile.am, bsp_specs, configure.ac, include/bsp.h, include/tm27.h,
209        start/start.S, startup/bspstart.c, startup/linkcmds,
210        tools/Makefile.am, tools/psim, vectors/vectors.S, wrapup/Makefile.am:
211        Convert PSIM to new exception model.
212        * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files.
213        * startup/setvec.c, timer/timer.c: Removed.
214
2152004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
216
217        * configure.ac: Require automake > 1.9.
218
2192004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
220
221        PR 610/bsps
222        * Makefile.am: Add include/tm27.h, Cosmetics.
223        * include/tm27.h: Final cosmetics.
224
2252004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
226
227        * include/bsp.h: Split out tmtest27 support.
228        * include/tm27.h: New.
229
2302004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
231
232        PR 613/bsps
233        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
234
2352004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
236
237        PR 614/bsps
238        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
239
2402004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
241
242        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
243
2442004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
245
246        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
247        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
248        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
249        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
250
2512004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        * include/bsp.h, shmsupp/getcfg.c, startup/bspstart.c,
254        timer/timer.c: Convert to using c99 fixed size types.
255
2562004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Reflect changes to bsp.am.
259        Preinstall dist_project_lib*.
260
2612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Reflect changes to bsp.am.
264
2652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Cosmetics.
268
2692004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Add $(TMPINSTALL_FILES) to all-local.
272
2732004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * wrapup/Makefile.am: Convert to automake-building rules.
276
2772004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
280        Remove AM_CONDITIONAL(HAS_MP).
281
2822004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
285        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
286        vectors/Makefile.am. Use automake compilation rules.
287        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
288        startup/Makefile.am, timer/Makefile.am, vectors/Makefile.am: Remove.
289        * configure.ac: Reflect changes above.
290
2912004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Merge-in start/Makefile.am.
294        * start/Makefile.am: Remove.
295        * configure.ac: Reflect changes above.
296
2972004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * wrapup/Makefile.am: Reflect changes to
300        ../support/*exception_processing/*.
301
3022004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
305        Add RTEMS_PROG_CCAS.
306
3072004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Add PREINSTALL_DIRS.
310
3112004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
314        Add PRE/TMPINSTALL_FILES to CLEANFILES.
315        * start/Makefile.am: Ditto.
316        * startup/Makefile.am: Ditto.
317
3182004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * wrapup/Makefile.am: Eliminate $(LIB).
321        Use noinst_DATA to trigger building libbsp.a.
322
3232003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * console/Makefile.am: Eliminate *.rel.
326        Use $(top_srcdir)/../../shared instead of ../../../shared.
327        * startup/Makefile.am: Cosmetics.
328
3292003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * clock/Makefile.am: Eliminate VPATH.
332        * console/Makefile.am: Eliminate VPATH.
333        * shmsupp/Makefile.am: Eliminate VPATH.
334        * startup/Makefile.am: Eliminate VPATH.
335        * timer/Makefile.am: Eliminate VPATH.
336        * vectors/Makefile.am: Eliminate VPATH.
337
3382003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * wrapup/Makefile.am: Remove GENERIC_FILES.
341
3422003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * startup/linkcmds: Remove SEARCH_DIR.
345
3462003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
349        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
350
3512003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
354        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
355
3562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
359
3602003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * start/Makefile.am: Misc cleanups and fixes.
363        * startup/Makefile.am: Misc cleanups and fixes.
364        * startup/linkcmds: Preparations for gcc-3.3.x.
365        * wrapup/Makefile.am: Misc cleanups and fixes.
366
3672003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Add preinstallation dirstamp support.
370        * clock/Makefile.am: Cosmetics.
371        * console/Makefile.am: Cosmetics.
372        * shmsupp/Makefile.am: Cosmetics.
373        * startup/Makefile.am: Cosmetics.
374        * timer/Makefile.am: Cosmetics.
375        * vectors/Makefile.am: Cosmetics.
376        * wrapup/Makefile.am: Cosmetics.
377
3782003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * clock/Makefile.am: Remove all-local: $(ARCH).
381        * console/Makefile.am: Remove all-local: $(ARCH).
382        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
383        * start/Makefile.am: Remove all-local: $(ARCH).
384        * startup/Makefile.am: Remove all-local: $(ARCH).
385        * timer/Makefile.am: Remove all-local: $(ARCH).
386        * vectors/Makefile.am: Remove all-local: $(ARCH).
387        * wrapup/Makefile.am: Remove all-local: $(ARCH).
388
3892003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * Makefile.am: Merge-in include/Makefile.am.
392        Reflect changes to bsp.am.
393        * include/Makefile.am: Remove.
394        * configure.ac: Reflect changes above.
395
3962003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * bsp_specs: Remove *lib:.
399
4002003-09-04      Joel Sherrill <joel@OARcorp.com>
401
402        * console/console-io.c, include/bsp.h, include/coverhd.h,
403        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
404        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
405        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
406        vectors/vectors.S: URL for license changed.
407
4082003-09-04      Joel Sherrill <joel@OARcorp.com>
409
410        * startup/bspstart.c: Removed incorrect statement about copyright
411        assignment.
412
4132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: Reflect having moved aclocal/.
416
4172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: Reflect having moved automake/.
420        * clock/Makefile.am: Reflect having moved automake/.
421        * console/Makefile.am: Reflect having moved automake/.
422        * include/Makefile.am: Reflect having moved automake/.
423        * shmsupp/Makefile.am: Reflect having moved automake/.
424        * start/Makefile.am: Reflect having moved automake/.
425        * startup/Makefile.am: Reflect having moved automake/.
426        * timer/Makefile.am: Reflect having moved automake/.
427        * vectors/Makefile.am: Reflect having moved automake/.
428        * wrapup/Makefile.am: Reflect having moved automake/.
429
4302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
433
4342003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        PR 445/bsps
437        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
438        Remove cpp, old_cpp (now unused).
439
4402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac: Remove AC_CONFIG_AUX_DIR.
443
4442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
447
4482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac: AC_PREREQ(2.57).
451
4522003-01-20      Joel Sherrill <joel@OARcorp.com>
453
454        * startup/linkcmds*: Add FreeBSD sysctl() sections.
455
4562002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
459        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
460        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
461        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
462        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
463        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
464        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
465
4662002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * start/Makefile.am: Use install-data-local to install startfile.
469
4702002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
473
4742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * .cvsignore: Reformat.
477        Add autom4te*cache.
478        Remove autom4te.cache.
479
4802002-09-07      Joel Sherrill <joel@OARcorp.com>
481
482        * clock/clock.c: Disabled use of fast idle since it seems broken
483        with gcc 3.2.
484
4852002-08-21      Joel Sherrill <joel@OARcorp.com>
486
487        * bsp_specs: Added support for -nostdlibs.
488
4892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
492        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
493        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
494        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
495        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
496        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
497        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
498        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
499
5002002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * start/Makefile.am: Eliminate PGM.
503        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
504
5052002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
508
5092002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
512        Remove $(OBJS) from all-local.
513
5142002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
517
5182001-05-09      Joel Sherrill <joel@OARcorp.com>
519
520        * startup/linkcmds: In support of gcc 3.1, added one of more
521        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
522        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
523        and direction of segments to memory regions may also have been
524        addressed.  This was a sweep across all BSPs.
525 
5262002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * startup/bspstart.c: Include <rtems/bspIo.h>.
529        * vectors/align_h.S: Use <> instead of "" for include files.
530
5312001-04-08      Joel Sherrill <joel@OARcorp.com>
532
533        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
534 
5352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * configure.ac:
538        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
539        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
540        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
541        * Makefile.am: Remove AUTOMAKE_OPTIONS.
542        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
543        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
544        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
545        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
546        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
547        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
548        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
549        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
550
5512002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
554
5552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
558
5592001-11-26      Joel Sherrill <joel@OARcorp.com>
560
561        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
562
5632001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * Makefile.am: Add @exceptions@ to SUBDIRS.
566        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
567        make/custom/psim.cfg;
568        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
569        Add RTEMS_PPC_EXCEPTIONS([old]).
570        * include/Makefile.am: include force-preinstall.am.
571        * wrapup/Makefile.am: Apply @exceptions@.
572
5732001-11-20      Joel Sherrill <joel@OARcorp.com>
574
575        * console/console-io.c: Fix incorrect comment.
576
5772001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
578
579        This modification is part of the submitted modifications necessary to
580        support the IBM PPC405 family.  This submission was reviewed by
581        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
582        not negatively impact the ppc403 BSPs.  The submission and tracking
583        process was captured as PR50.
584        * vectors/align_h.S: Added ppc405 support.
585
5862001-10-25      Joel Sherrill <joel@OARcorp.com>
587
588        * startup/linkcmds: Added _init and _fini.
589
5902001-10-12      Joel Sherrill <joel@OARcorp.com>
591
592        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
593
5942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
597        * configure.in: Remove.
598        * configure.ac: New file, generated from configure.in by autoupdate.
599
6002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
603
6042001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
607        happy.
608
6092001-08-16      Joel Sherrill <joel@OARcorp.com>
610
611        * clock/clock.c: Ensure that clock ticks are long enough to
612        make forward progress.  This was modified to improve results
613        on the RTEMS tests and the ACATS.
614        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
615        gnat 3.13p.
616
6172001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * configure.in: Add bspopts.h.
620        * include/.cvsignore: Add bspopts.h*, stamp-h*.
621        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
622        * include/bsp.h: Include bspopts.h.
623
6242001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
625
626        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
627
6282001-01-03      Joel Sherrill <joel@OARcorp.com>
629
630        * clock/clock.c: Use shared clock driver shell.
631        * console/console.c: Removed.  Now use shared polling shell.
632        * console/console-io.c: New file.
633        * console/Makefile.am: Correct to use shared polling shell.
634        * startup/bspstart.c: Remove all fast idle references.
635
6362000-12-19      Joel Sherrill <joel@OARcorp.com>
637
638        * timer/timer.c: Removed incorrect comments about ERC32.
639
6402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
643
6442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
647
6482000-11-01      Joel Sherrill <joel@OARcorp.com>
649
650        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
651        and libcsupport.h moved from libc to lib/include/rtems and
652        now must be referenced as <rtems/XXX.h>.   Header file order
653        was cleaned up while doing this.
654
6552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
658        Switch to GNU canonicalization.
659
6602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
663        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
664        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
665
6662000-08-10      Joel Sherrill <joel@OARcorp.com>
667
668        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.