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

4.104.114.84.95
Last change on this file since 87ea9dc was 87ea9dc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 05:47:09

2002-07-20 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[87ea9dc]12002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
4
[445c0a0]52002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
8        Remove $(OBJS) from all-local.
9
[80defac]102002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
13
[85c92574]142001-05-09      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds: In support of gcc 3.1, added one of more
17        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
18        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
19        and direction of segments to memory regions may also have been
20        addressed.  This was a sweep across all BSPs.
21 
[f844cfcc]222002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * startup/bspstart.c: Include <rtems/bspIo.h>.
25        * vectors/align_h.S: Use <> instead of "" for include files.
26
[238f450]272001-04-08      Joel Sherrill <joel@OARcorp.com>
28
29        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
30 
[9ea32e6a]312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac:
34        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
35        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
36        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
46
[4ee84fc]472002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
50
[9e1ae79]512001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
54
[b26cb1c]552001-11-26      Joel Sherrill <joel@OARcorp.com>
56
57        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
58
[6af8512c]592001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Add @exceptions@ to SUBDIRS.
62        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
63        make/custom/psim.cfg;
64        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
65        Add RTEMS_PPC_EXCEPTIONS([old]).
66        * include/Makefile.am: include force-preinstall.am.
67        * wrapup/Makefile.am: Apply @exceptions@.
68
[904e185]692001-11-20      Joel Sherrill <joel@OARcorp.com>
70
71        * console/console-io.c: Fix incorrect comment.
72
[de202e7]732001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
74
75        This modification is part of the submitted modifications necessary to
76        support the IBM PPC405 family.  This submission was reviewed by
77        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
78        not negatively impact the ppc403 BSPs.  The submission and tracking
79        process was captured as PR50.
80        * vectors/align_h.S: Added ppc405 support.
81
[ac9253e]822001-10-25      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/linkcmds: Added _init and _fini.
85
[64efd55b]862001-10-12      Joel Sherrill <joel@OARcorp.com>
87
88        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
89
[df25c998]902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
93        * configure.in: Remove.
94        * configure.ac: New file, generated from configure.in by autoupdate.
95
[c1767be0]962001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
99
[8437994a]1002001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
103        happy.
104
[2fe224f]1052001-08-16      Joel Sherrill <joel@OARcorp.com>
106
107        * clock/clock.c: Ensure that clock ticks are long enough to
108        make forward progress.  This was modified to improve results
109        on the RTEMS tests and the ACATS.
110        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
111        gnat 3.13p.
112
[4906d72f]1132001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.in: Add bspopts.h.
116        * include/.cvsignore: Add bspopts.h*, stamp-h*.
117        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
118        * include/bsp.h: Include bspopts.h.
119
[6f21328]1202001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
121
122        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
123
[e177810d]1242001-01-03      Joel Sherrill <joel@OARcorp.com>
125
126        * clock/clock.c: Use shared clock driver shell.
127        * console/console.c: Removed.  Now use shared polling shell.
128        * console/console-io.c: New file.
129        * console/Makefile.am: Correct to use shared polling shell.
130        * startup/bspstart.c: Remove all fast idle references.
131
[493fa93]1322000-12-19      Joel Sherrill <joel@OARcorp.com>
133
134        * timer/timer.c: Removed incorrect comments about ERC32.
135
[feead226]1362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
139
[a314d3b4]1402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
143
[eba2e4f]1442000-11-01      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
147        and libcsupport.h moved from libc to lib/include/rtems and
148        now must be referenced as <rtems/XXX.h>.   Header file order
149        was cleaned up while doing this.
150
[0134f4f]1512000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
154        Switch to GNU canonicalization.
155
[72965527]1562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
159        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
160        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
161
[e94ad1fe]1622000-08-10      Joel Sherrill <joel@OARcorp.com>
163
164        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.