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

4.104.114.84.95
Last change on this file since e98048e6 was e98048e6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/18/03 at 23:21:47

2003-12-18 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Remove GENERIC_FILES.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Remove GENERIC_FILES.
4
52003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
8
92003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
12
132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
16
172003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * startup/Makefile.am: Misc cleanups and fixes.
20        * wrapup/Makefile.am: Misc cleanups and fixes.
21
222003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Add preinstallation dirstamp support.
25        * clock/Makefile.am: Cosmetics.
26        * console/Makefile.am: Cosmetics.
27        * shmsupp/Makefile.am: Cosmetics.
28        * startup/Makefile.am: Cosmetics.
29        * timer/Makefile.am: Cosmetics.
30        * wrapup/Makefile.am: Cosmetics.
31
322003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * clock/Makefile.am: Remove all-local: $(ARCH).
35        * console/Makefile.am: Remove all-local: $(ARCH).
36        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
37        * startup/Makefile.am: Remove all-local: $(ARCH).
38        * timer/Makefile.am: Remove all-local: $(ARCH).
39        * wrapup/Makefile.am: Remove all-local: $(ARCH).
40
412003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Merge-in include/Makefile.am.
44        Reflect changes to bsp.am.
45        * include/Makefile.am: Remove.
46        * configure.ac: Reflect changes above.
47
482003-09-04      Joel Sherrill <joel@OARcorp.com>
49
50        * clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
51        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
52        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
53        startup/main.c, startup/setvec.c, timer/timer.c, timer/timerisr.c:
54        URL for license changed.
55
562003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Reflect having moved aclocal/.
59
602003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Reflect having moved automake/.
63        * clock/Makefile.am: Reflect having moved automake/.
64        * console/Makefile.am: Reflect having moved automake/.
65        * include/Makefile.am: Reflect having moved automake/.
66        * shmsupp/Makefile.am: Reflect having moved automake/.
67        * startup/Makefile.am: Reflect having moved automake/.
68        * timer/Makefile.am: Reflect having moved automake/.
69        * wrapup/Makefile.am: Reflect having moved automake/.
70
712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
74
752003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        PR 445/bsps
78        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
79        Remove cpp, old_cpp (now unused).
80
812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Remove AC_CONFIG_AUX_DIR.
84
852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
88
892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: AC_PREREQ(2.57).
92
932003-01-20      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds*: Add FreeBSD sysctl() sections.
96
972003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
100        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
101        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
102        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
103        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
104
1052002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
108
1092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * .cvsignore: Reformat.
112        Add autom4te*cache.
113        Remove autom4te.cache.
114
1152002-08-21      Joel Sherrill <joel@OARcorp.com>
116
117        * bsp_specs: Added support for -nostdlibs.
118
1192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
124        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
125        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
126        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
127
1282002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
131
1322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
135        Remove $(OBJS) from all-local.
136
1372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
140
1412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac:
144        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
145        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
146        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
154
1552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
158
1592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
162        * configure.in: Remove.
163        * configure.ac: New file, generated from configure.in by autoupdate.
164
1652001-09-27      Joel Sherrill <joel@OARcorp.com>
166
167        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
168        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
169
1702001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * include/Makefile.am: Use 'CLEANFILES ='.
173        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
174
1752001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.in: Add bspopts.h.
178        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
179        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
180        * include/bsp.h: Include bspopts.h.
181
1822001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
183
184        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
185
1862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
189
1902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
193
1942000-11-01      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
197        and libcsupport.h moved from libc to lib/include/rtems and
198        now must be referenced as <rtems/XXX.h>.   Header file order
199        was cleaned up while doing this.
200
2012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
204        Switch to GNU canonicalization.
205
2062000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
209        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
210        compile.am
211
2122000-08-10      Joel Sherrill <joel@OARcorp.com>
213
214        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.