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

4.104.114.84.95
Last change on this file since e393f28 was e393f28, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:53

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

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