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

4.104.114.84.95
Last change on this file since d16af043 was 80defac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/30/02 at 06:05:34

2002-06-29 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Remove preinstallation of libbsp.a,
  • Property mode set to 100644
File size: 5.1 KB
Line 
12002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
4
52001-05-09      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: In support of gcc 3.1, added one of more
8        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
9        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
10        and direction of segments to memory regions may also have been
11        addressed.  This was a sweep across all BSPs.
12 
132002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * startup/bspstart.c: Include <rtems/bspIo.h>.
16        * vectors/align_h.S: Use <> instead of "" for include files.
17
182001-04-08      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
21 
222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac:
25        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
26        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
27        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
37
382002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
41
422001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
45
462001-11-26      Joel Sherrill <joel@OARcorp.com>
47
48        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
49
502001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Add @exceptions@ to SUBDIRS.
53        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
54        make/custom/psim.cfg;
55        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
56        Add RTEMS_PPC_EXCEPTIONS([old]).
57        * include/Makefile.am: include force-preinstall.am.
58        * wrapup/Makefile.am: Apply @exceptions@.
59
602001-11-20      Joel Sherrill <joel@OARcorp.com>
61
62        * console/console-io.c: Fix incorrect comment.
63
642001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
65
66        This modification is part of the submitted modifications necessary to
67        support the IBM PPC405 family.  This submission was reviewed by
68        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
69        not negatively impact the ppc403 BSPs.  The submission and tracking
70        process was captured as PR50.
71        * vectors/align_h.S: Added ppc405 support.
72
732001-10-25      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/linkcmds: Added _init and _fini.
76
772001-10-12      Joel Sherrill <joel@OARcorp.com>
78
79        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
80
812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
84        * configure.in: Remove.
85        * configure.ac: New file, generated from configure.in by autoupdate.
86
872001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
90
912001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
94        happy.
95
962001-08-16      Joel Sherrill <joel@OARcorp.com>
97
98        * clock/clock.c: Ensure that clock ticks are long enough to
99        make forward progress.  This was modified to improve results
100        on the RTEMS tests and the ACATS.
101        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
102        gnat 3.13p.
103
1042001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.in: Add bspopts.h.
107        * include/.cvsignore: Add bspopts.h*, stamp-h*.
108        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
109        * include/bsp.h: Include bspopts.h.
110
1112001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
112
113        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
114
1152001-01-03      Joel Sherrill <joel@OARcorp.com>
116
117        * clock/clock.c: Use shared clock driver shell.
118        * console/console.c: Removed.  Now use shared polling shell.
119        * console/console-io.c: New file.
120        * console/Makefile.am: Correct to use shared polling shell.
121        * startup/bspstart.c: Remove all fast idle references.
122
1232000-12-19      Joel Sherrill <joel@OARcorp.com>
124
125        * timer/timer.c: Removed incorrect comments about ERC32.
126
1272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
130
1312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
134
1352000-11-01      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
138        and libcsupport.h moved from libc to lib/include/rtems and
139        now must be referenced as <rtems/XXX.h>.   Header file order
140        was cleaned up while doing this.
141
1422000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
145        Switch to GNU canonicalization.
146
1472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
150        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
151        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
152
1532000-08-10      Joel Sherrill <joel@OARcorp.com>
154
155        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.