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

Last change on this file since 64c3f79 was 64c3f79, checked in by Jennifer Averett <Jennifer.Averett@…>, on 04/11/05 at 19:58:14

2005-04-11 Jennifer Averett <jennifer@…>

PR 777/bsps

  • include/bsp.h: Add a Processor_Synchronize command in bsp.h
  • Property mode set to 100644
File size: 9.0 KB
RevLine 
[64c3f79]12005-04-11      Jennifer Averett <jennifer@OARcorp.com>
2
3        PR 777/bsps
4        * include/bsp.h: Add a Processor_Synchronize command in bsp.h
5
[70541799]62005-03-17      Joel Sherrill <joel@OARcorp.com>
7
8        * irq/.cvsignore: New file.
9
[bf423bd]102004-11-22      Jennifer Averett <jennifer@OARcorp.com>
11
12        * Makefile.am, wrapup/Makefile.am: Pick up SHM driver when MP enabled.
13
[561f53b]142004-11-22      Jennifer Averett <jennifer@OARcorp.com>
15
[9146692]16        PR 617/bsps
[561f53b]17        PR 581/bsps
18        * Makefile.am, bsp_specs, configure.ac, clock/Makefile.am,
19        include/bsp.h, start/Makefile.am, start/start.S, startup/Makefile.am,
20        startup/bspstart.c, startup/linkcmds, vectors/Makefile.am,
21        vectors/vectors.S, wrapup/Makefile.am: Convert PSIM to new exception
22        model.
23        * irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
24        irq/irq_init.c: New files.
25        * clock/clock.c: Removed.
26
[9348862]272003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        PR 533/bsps
30        * startup/linkcmds: Update linkcmds for gcc 3.3.2.
31
[606def83]322003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        PR 541/bsps
35        * startup/linkcmds: Remove SEARCH_DIR.
36
[86ce52b]372003-09-04      Joel Sherrill <joel@OARcorp.com>
38
39        * console/console-io.c, include/bsp.h, include/coverhd.h,
40        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
41        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
42        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
43        vectors/vectors.S: URL for license changed.
44
[6413403]452003-09-04      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/bspstart.c: Removed incorrect statement about copyright
48        assignment.
49
[a48dfc9]502003-08-22      Joel Sherrill <joel@OARcorp.com>
51
52        PR 445/bsps
53        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
54        trunk.
55
[74e2998]562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
59
[b18646c9]602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove AC_CONFIG_AUX_DIR.
63
[ccd81b60]642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
67
[9b5c258]682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: AC_PREREQ(2.57).
71
[1d36d2af]722003-01-20      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/linkcmds*: Add FreeBSD sysctl() sections.
75
[60ab555c]762002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
81        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
82        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
83        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
84        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
85
[59a01a6e]862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * start/Makefile.am: Use install-data-local to install startfile.
89
[8361b50]902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93
[8730f45]942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * .cvsignore: Reformat.
97        Add autom4te*cache.
98        Remove autom4te.cache.
99
[ca756e9]1002002-09-07      Joel Sherrill <joel@OARcorp.com>
101
102        * clock/clock.c: Disabled use of fast idle since it seems broken
103        with gcc 3.2.
104
[a2ae30c2]1052002-08-21      Joel Sherrill <joel@OARcorp.com>
106
107        * bsp_specs: Added support for -nostdlibs.
108
[d869f64e]1092002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
119
[b9288fb1]1202002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: Eliminate PGM.
123        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
124
[87ea9dc]1252002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
128
[445c0a0]1292002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
132        Remove $(OBJS) from all-local.
133
[80defac]1342002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
137
[85c92574]1382001-05-09      Joel Sherrill <joel@OARcorp.com>
139
140        * startup/linkcmds: In support of gcc 3.1, added one of more
141        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
142        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
143        and direction of segments to memory regions may also have been
144        addressed.  This was a sweep across all BSPs.
145 
[f844cfcc]1462002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * startup/bspstart.c: Include <rtems/bspIo.h>.
149        * vectors/align_h.S: Use <> instead of "" for include files.
150
[238f450]1512001-04-08      Joel Sherrill <joel@OARcorp.com>
152
153        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
154 
[9ea32e6a]1552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac:
158        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
159        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
160        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
170
[4ee84fc]1712002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
174
[9e1ae79]1752001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
178
[b26cb1c]1792001-11-26      Joel Sherrill <joel@OARcorp.com>
180
181        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
182
[6af8512c]1832001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Add @exceptions@ to SUBDIRS.
186        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
187        make/custom/psim.cfg;
188        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
189        Add RTEMS_PPC_EXCEPTIONS([old]).
190        * include/Makefile.am: include force-preinstall.am.
191        * wrapup/Makefile.am: Apply @exceptions@.
192
[904e185]1932001-11-20      Joel Sherrill <joel@OARcorp.com>
194
195        * console/console-io.c: Fix incorrect comment.
196
[de202e7]1972001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
198
199        This modification is part of the submitted modifications necessary to
200        support the IBM PPC405 family.  This submission was reviewed by
201        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
202        not negatively impact the ppc403 BSPs.  The submission and tracking
203        process was captured as PR50.
204        * vectors/align_h.S: Added ppc405 support.
205
[ac9253e]2062001-10-25      Joel Sherrill <joel@OARcorp.com>
207
208        * startup/linkcmds: Added _init and _fini.
209
[64efd55b]2102001-10-12      Joel Sherrill <joel@OARcorp.com>
211
212        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
213
[df25c998]2142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
217        * configure.in: Remove.
218        * configure.ac: New file, generated from configure.in by autoupdate.
219
[c1767be0]2202001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
223
[8437994a]2242001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
227        happy.
228
[2fe224f]2292001-08-16      Joel Sherrill <joel@OARcorp.com>
230
231        * clock/clock.c: Ensure that clock ticks are long enough to
232        make forward progress.  This was modified to improve results
233        on the RTEMS tests and the ACATS.
234        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
235        gnat 3.13p.
236
[4906d72f]2372001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.in: Add bspopts.h.
240        * include/.cvsignore: Add bspopts.h*, stamp-h*.
241        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
242        * include/bsp.h: Include bspopts.h.
243
[6f21328]2442001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
245
246        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
247
[e177810d]2482001-01-03      Joel Sherrill <joel@OARcorp.com>
249
250        * clock/clock.c: Use shared clock driver shell.
251        * console/console.c: Removed.  Now use shared polling shell.
252        * console/console-io.c: New file.
253        * console/Makefile.am: Correct to use shared polling shell.
254        * startup/bspstart.c: Remove all fast idle references.
255
[493fa93]2562000-12-19      Joel Sherrill <joel@OARcorp.com>
257
258        * timer/timer.c: Removed incorrect comments about ERC32.
259
[feead226]2602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
263
[a314d3b4]2642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
267
[eba2e4f]2682000-11-01      Joel Sherrill <joel@OARcorp.com>
269
270        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
271        and libcsupport.h moved from libc to lib/include/rtems and
272        now must be referenced as <rtems/XXX.h>.   Header file order
273        was cleaned up while doing this.
274
[0134f4f]2752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
278        Switch to GNU canonicalization.
279
[72965527]2802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
283        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
284        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
285
[e94ad1fe]2862000-08-10      Joel Sherrill <joel@OARcorp.com>
287
288        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.