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

Last change on this file since 70541799 was 70541799, checked in by Joel Sherrill <joel.sherrill@…>, on 03/17/05 at 14:26:17

2005-03-17 Joel Sherrill <joel@…>

  • irq/.cvsignore: New file.
  • Property mode set to 100644
File size: 8.9 KB
Line 
12005-03-17      Joel Sherrill <joel@OARcorp.com>
2
3        * irq/.cvsignore: New file.
4
52004-11-22      Jennifer Averett <jennifer@OARcorp.com>
6
7        * Makefile.am, wrapup/Makefile.am: Pick up SHM driver when MP enabled.
8
92004-11-22      Jennifer Averett <jennifer@OARcorp.com>
10
11        PR 617/bsps
12        PR 581/bsps
13        * Makefile.am, bsp_specs, configure.ac, clock/Makefile.am,
14        include/bsp.h, start/Makefile.am, start/start.S, startup/Makefile.am,
15        startup/bspstart.c, startup/linkcmds, vectors/Makefile.am,
16        vectors/vectors.S, wrapup/Makefile.am: Convert PSIM to new exception
17        model.
18        * irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
19        irq/irq_init.c: New files.
20        * clock/clock.c: Removed.
21
222003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        PR 533/bsps
25        * startup/linkcmds: Update linkcmds for gcc 3.3.2.
26
272003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        PR 541/bsps
30        * startup/linkcmds: Remove SEARCH_DIR.
31
322003-09-04      Joel Sherrill <joel@OARcorp.com>
33
34        * console/console-io.c, include/bsp.h, include/coverhd.h,
35        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
36        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
37        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
38        vectors/vectors.S: URL for license changed.
39
402003-09-04      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/bspstart.c: Removed incorrect statement about copyright
43        assignment.
44
452003-08-22      Joel Sherrill <joel@OARcorp.com>
46
47        PR 445/bsps
48        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
49        trunk.
50
512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
54
552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove AC_CONFIG_AUX_DIR.
58
592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
62
632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: AC_PREREQ(2.57).
66
672003-01-20      Joel Sherrill <joel@OARcorp.com>
68
69        * startup/linkcmds*: Add FreeBSD sysctl() sections.
70
712002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80
812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Use install-data-local to install startfile.
84
852002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88
892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * .cvsignore: Reformat.
92        Add autom4te*cache.
93        Remove autom4te.cache.
94
952002-09-07      Joel Sherrill <joel@OARcorp.com>
96
97        * clock/clock.c: Disabled use of fast idle since it seems broken
98        with gcc 3.2.
99
1002002-08-21      Joel Sherrill <joel@OARcorp.com>
101
102        * bsp_specs: Added support for -nostdlibs.
103
1042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
114
1152002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * start/Makefile.am: Eliminate PGM.
118        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
119
1202002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
123
1242002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
127        Remove $(OBJS) from all-local.
128
1292002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
132
1332001-05-09      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/linkcmds: In support of gcc 3.1, added one of more
136        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
137        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
138        and direction of segments to memory regions may also have been
139        addressed.  This was a sweep across all BSPs.
140 
1412002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * startup/bspstart.c: Include <rtems/bspIo.h>.
144        * vectors/align_h.S: Use <> instead of "" for include files.
145
1462001-04-08      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
149 
1502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac:
153        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
154        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
155        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
165
1662002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
169
1702001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
173
1742001-11-26      Joel Sherrill <joel@OARcorp.com>
175
176        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
177
1782001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Add @exceptions@ to SUBDIRS.
181        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
182        make/custom/psim.cfg;
183        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
184        Add RTEMS_PPC_EXCEPTIONS([old]).
185        * include/Makefile.am: include force-preinstall.am.
186        * wrapup/Makefile.am: Apply @exceptions@.
187
1882001-11-20      Joel Sherrill <joel@OARcorp.com>
189
190        * console/console-io.c: Fix incorrect comment.
191
1922001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
193
194        This modification is part of the submitted modifications necessary to
195        support the IBM PPC405 family.  This submission was reviewed by
196        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
197        not negatively impact the ppc403 BSPs.  The submission and tracking
198        process was captured as PR50.
199        * vectors/align_h.S: Added ppc405 support.
200
2012001-10-25      Joel Sherrill <joel@OARcorp.com>
202
203        * startup/linkcmds: Added _init and _fini.
204
2052001-10-12      Joel Sherrill <joel@OARcorp.com>
206
207        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
208
2092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
212        * configure.in: Remove.
213        * configure.ac: New file, generated from configure.in by autoupdate.
214
2152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
218
2192001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
222        happy.
223
2242001-08-16      Joel Sherrill <joel@OARcorp.com>
225
226        * clock/clock.c: Ensure that clock ticks are long enough to
227        make forward progress.  This was modified to improve results
228        on the RTEMS tests and the ACATS.
229        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
230        gnat 3.13p.
231
2322001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.in: Add bspopts.h.
235        * include/.cvsignore: Add bspopts.h*, stamp-h*.
236        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
237        * include/bsp.h: Include bspopts.h.
238
2392001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
240
241        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
242
2432001-01-03      Joel Sherrill <joel@OARcorp.com>
244
245        * clock/clock.c: Use shared clock driver shell.
246        * console/console.c: Removed.  Now use shared polling shell.
247        * console/console-io.c: New file.
248        * console/Makefile.am: Correct to use shared polling shell.
249        * startup/bspstart.c: Remove all fast idle references.
250
2512000-12-19      Joel Sherrill <joel@OARcorp.com>
252
253        * timer/timer.c: Removed incorrect comments about ERC32.
254
2552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
258
2592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
262
2632000-11-01      Joel Sherrill <joel@OARcorp.com>
264
265        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
266        and libcsupport.h moved from libc to lib/include/rtems and
267        now must be referenced as <rtems/XXX.h>.   Header file order
268        was cleaned up while doing this.
269
2702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
273        Switch to GNU canonicalization.
274
2752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
278        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
279        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
280
2812000-08-10      Joel Sherrill <joel@OARcorp.com>
282
283        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.