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

4.104.114.84.95
Last change on this file since ca756e9 was ca756e9, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/02 at 23:16:12

2002-09-07 Joel Sherrill <joel@…>

  • clock/clock.c: Disabled use of fast idle since it seems broken with gcc 3.2.
  • Property mode set to 100644
File size: 6.2 KB
Line 
12002-09-07      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/clock.c: Disabled use of fast idle since it seems broken
4        with gcc 3.2.
5
62002-08-21      Joel Sherrill <joel@OARcorp.com>
7
8        * bsp_specs: Added support for -nostdlibs.
9
102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
13        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
20
212002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * start/Makefile.am: Eliminate PGM.
24        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
25
262002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
29
302002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
33        Remove $(OBJS) from all-local.
34
352002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
38
392001-05-09      Joel Sherrill <joel@OARcorp.com>
40
41        * startup/linkcmds: In support of gcc 3.1, added one of more
42        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
43        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
44        and direction of segments to memory regions may also have been
45        addressed.  This was a sweep across all BSPs.
46 
472002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * startup/bspstart.c: Include <rtems/bspIo.h>.
50        * vectors/align_h.S: Use <> instead of "" for include files.
51
522001-04-08      Joel Sherrill <joel@OARcorp.com>
53
54        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
55 
562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac:
59        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
60        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
61        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
71
722002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
75
762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
79
802001-11-26      Joel Sherrill <joel@OARcorp.com>
81
82        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
83
842001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Add @exceptions@ to SUBDIRS.
87        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
88        make/custom/psim.cfg;
89        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
90        Add RTEMS_PPC_EXCEPTIONS([old]).
91        * include/Makefile.am: include force-preinstall.am.
92        * wrapup/Makefile.am: Apply @exceptions@.
93
942001-11-20      Joel Sherrill <joel@OARcorp.com>
95
96        * console/console-io.c: Fix incorrect comment.
97
982001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
99
100        This modification is part of the submitted modifications necessary to
101        support the IBM PPC405 family.  This submission was reviewed by
102        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
103        not negatively impact the ppc403 BSPs.  The submission and tracking
104        process was captured as PR50.
105        * vectors/align_h.S: Added ppc405 support.
106
1072001-10-25      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/linkcmds: Added _init and _fini.
110
1112001-10-12      Joel Sherrill <joel@OARcorp.com>
112
113        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
114
1152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
118        * configure.in: Remove.
119        * configure.ac: New file, generated from configure.in by autoupdate.
120
1212001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
124
1252001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
128        happy.
129
1302001-08-16      Joel Sherrill <joel@OARcorp.com>
131
132        * clock/clock.c: Ensure that clock ticks are long enough to
133        make forward progress.  This was modified to improve results
134        on the RTEMS tests and the ACATS.
135        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
136        gnat 3.13p.
137
1382001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.in: Add bspopts.h.
141        * include/.cvsignore: Add bspopts.h*, stamp-h*.
142        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
143        * include/bsp.h: Include bspopts.h.
144
1452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
146
147        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
148
1492001-01-03      Joel Sherrill <joel@OARcorp.com>
150
151        * clock/clock.c: Use shared clock driver shell.
152        * console/console.c: Removed.  Now use shared polling shell.
153        * console/console-io.c: New file.
154        * console/Makefile.am: Correct to use shared polling shell.
155        * startup/bspstart.c: Remove all fast idle references.
156
1572000-12-19      Joel Sherrill <joel@OARcorp.com>
158
159        * timer/timer.c: Removed incorrect comments about ERC32.
160
1612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
164
1652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
168
1692000-11-01      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
172        and libcsupport.h moved from libc to lib/include/rtems and
173        now must be referenced as <rtems/XXX.h>.   Header file order
174        was cleaned up while doing this.
175
1762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
179        Switch to GNU canonicalization.
180
1812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
184        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
185        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
186
1872000-08-10      Joel Sherrill <joel@OARcorp.com>
188
189        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.