source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog @ 3defec6

4.104.114.84.95
Last change on this file since 3defec6 was 3defec6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/04 at 04:47:38

2004-04-23 Ralf Corsepius <ralf_corsepius@…>

PR 610/bsps

  • Makefile.am: Add include/tm27.h, Cosmetics.
  • include/tm27.h: Final cosmetics.
  • Property mode set to 100644
File size: 8.9 KB
Line 
12004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 610/bsps
4        * Makefile.am: Add include/tm27.h, Cosmetics.
5        * include/tm27.h: Final cosmetics.
6
72004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * include/bsp.h: Split out tmtest27 support.
10        * include/tm27.h: New.
11
122004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        PR 613/bsps
15        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
16
172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        PR 614/bsps
20        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
21
222004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
25        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
26
272004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * clock/ckinit.c, shmsupp/getcfg.c, shmsupp/lock.c,
30        startup/bspstart.c, timer/timer.c, timer/timerisr.c: Convert to
31        using c99 fixed size types.
32
332004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Reflect changes to bsp.am.
36        Preinstall dist_project_lib*.
37
382004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Reflect changes to bsp.am.
41
422004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
45        Remove RTEMS_CHECK_MULTIPROCESSING.
46
472004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
50        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
51        wrapup/Makefile.am. Use automake compilation rules.
52        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
53        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
54        * configure.ac: Reflect changes above.
55
562004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
59        Add RTEMS_PROG_CCAS.
60
612004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Add PREINSTALL_DIRS.
64
652004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
68        Add PRE/TMPINSTALL_FILES to CLEANFILES.
69        * startup/Makefile.am: Ditto.
70
712004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Eliminate $(LIB).
74        Use noinst_DATA to trigger building libbsp.a.
75
762003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Remove GENERIC_FILES.
79
802003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
83
842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
87
882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
91
922003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * startup/Makefile.am: Misc cleanups and fixes.
95        * wrapup/Makefile.am: Misc cleanups and fixes.
96
972003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Add preinstallation dirstamp support.
100        * clock/Makefile.am: Cosmetics.
101        * console/Makefile.am: Cosmetics.
102        * shmsupp/Makefile.am: Cosmetics.
103        * startup/Makefile.am: Cosmetics.
104        * timer/Makefile.am: Cosmetics.
105        * wrapup/Makefile.am: Cosmetics.
106
1072003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * clock/Makefile.am: Remove all-local: $(ARCH).
110        * console/Makefile.am: Remove all-local: $(ARCH).
111        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
112        * startup/Makefile.am: Remove all-local: $(ARCH).
113        * timer/Makefile.am: Remove all-local: $(ARCH).
114        * wrapup/Makefile.am: Remove all-local: $(ARCH).
115
1162003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Merge-in include/Makefile.am.
119        Reflect changes to bsp.am.
120        * include/Makefile.am: Remove.
121        * configure.ac: Reflect changes above.
122
1232003-09-04      Joel Sherrill <joel@OARcorp.com>
124
125        * clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
126        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
127        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
128        startup/main.c, startup/setvec.c, timer/timer.c, timer/timerisr.c:
129        URL for license changed.
130
1312003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Reflect having moved aclocal/.
134
1352003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Reflect having moved automake/.
138        * clock/Makefile.am: Reflect having moved automake/.
139        * console/Makefile.am: Reflect having moved automake/.
140        * include/Makefile.am: Reflect having moved automake/.
141        * shmsupp/Makefile.am: Reflect having moved automake/.
142        * startup/Makefile.am: Reflect having moved automake/.
143        * timer/Makefile.am: Reflect having moved automake/.
144        * wrapup/Makefile.am: Reflect having moved automake/.
145
1462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
149
1502003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        PR 445/bsps
153        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
154        Remove cpp, old_cpp (now unused).
155
1562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Remove AC_CONFIG_AUX_DIR.
159
1602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
163
1642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: AC_PREREQ(2.57).
167
1682003-01-20      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/linkcmds*: Add FreeBSD sysctl() sections.
171
1722003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179
1802002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183
1842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * .cvsignore: Reformat.
187        Add autom4te*cache.
188        Remove autom4te.cache.
189
1902002-08-21      Joel Sherrill <joel@OARcorp.com>
191
192        * bsp_specs: Added support for -nostdlibs.
193
1942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
197        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
198        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
199        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
200        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
201        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
202
2032002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
206
2072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
210        Remove $(OBJS) from all-local.
211
2122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
215
2162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac:
219        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
220        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
221        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
227        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
229
2302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
233
2342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
237        * configure.in: Remove.
238        * configure.ac: New file, generated from configure.in by autoupdate.
239
2402001-09-27      Joel Sherrill <joel@OARcorp.com>
241
242        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
243        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
244
2452001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * include/Makefile.am: Use 'CLEANFILES ='.
248        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
249
2502001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.in: Add bspopts.h.
253        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
254        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
255        * include/bsp.h: Include bspopts.h.
256
2572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
258
259        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
260
2612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
264
2652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
268
2692000-11-01      Joel Sherrill <joel@OARcorp.com>
270
271        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
272        and libcsupport.h moved from libc to lib/include/rtems and
273        now must be referenced as <rtems/XXX.h>.   Header file order
274        was cleaned up while doing this.
275
2762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
279        Switch to GNU canonicalization.
280
2812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
284        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
285        compile.am
286
2872000-08-10      Joel Sherrill <joel@OARcorp.com>
288
289        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.