source: rtems/c/src/ChangeLog @ 6944b20e

Last change on this file since 6944b20e was 6944b20e, checked in by Joel Sherrill <joel.sherrill@…>, on 10/15/04 at 14:27:04

2004-10-13 Eric Norum <norume@…>

PR 688/bsps

  • libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h, libchip/rtc/mc146818a_ioreg.c: New files. Add libchip driver for MC146818A (and several Dallas Semiconductor) TOD chips.

2004-10-13 Eric Norum <norume@…>

PR 686/networking

  • libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional device code.
  • Property mode set to 100644
File size: 9.7 KB
Line 
12004-10-13      Eric Norum <norume@aps.anl.gov>
2
3        PR 688/bsps
4        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
5        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
6        MC146818A (and several Dallas Semiconductor) TOD chips.
7
82004-10-13      Eric Norum <norume@aps.anl.gov>
9
10        PR 686/networking
11        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
12        device code.
13
142004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
17
182003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
21
222003-09-04      Joel Sherrill <joel@OARcorp.com>
23
24        * support/version.c: URL for license changed.
25
262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
29
302003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * wrapup/Makefile.am: Add libide.a.
33
342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Remove AC_CONFIG_AUX_DIR.
37
382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Add support/.
41        * support/.cvsignore: New.
42        * support/Makefile.am: New.
43        * support/version.c: New.
44        * wrapup/Makefile.am: Add support/libsupport.a.
45
462003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * wrapup/Makefile.am: Use SRC += instead of make-vars.
49
502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
53
542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: AC_PREREQ(2.57).
57
582003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
61
622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
65        Let all-local: depend on $(LIB).
66
672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Remove libmisc.
70
712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Remove libmisc.
74
752002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
78        Resort cache-checking.
79
802002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
83
842002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
87        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
88        ac_configure_args.
89
902002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
93        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
94
952002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
98        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
99        Fix braino in comment on "exec".
100        Extend --enable-ada handling.
101
1022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * .cvsignore: Reformat.
105        Add autom4te*cache.
106        Remove autom4te.cache.
107        * wrapup/.cvsignore: Remove autom4te.cache.
108
1092002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
112
1132002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Add ada-tests.
116
1172002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add preinstall-stamp.
120
1212002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        Posix-BSP-Hacks:
124        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
125        Pass RTEMS_HOST to make/bsp.mak
126        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
127        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
128
1292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
132
1332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Add BSP_SUBDIRS.
136        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
137
1382002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
141        Cosmetic cleanups.
142
1432002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
146        ../libchip/serial/$(ARCH)/libserialio.a.
147
1482002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Add rtems_makedir.
151
1522002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Merge wrapup/configure.ac.
155        Cosmetic cleanups.
156        * Makefile.am: Add wrapup-SUBDIR.
157        * wrapup/ChangeLog: Remove.
158        * wrapup/configure.ac: Remove.
159
1602002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
163        creation (Make the bare BSP happy).
164        * configure.ac: Ditto.
165
1662002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Create make/@RTEMS_BSP@.cache.
169        Handle make/custom/*.cfgs.
170        Create make/custom/default.cfg.
171        * configure.ac: Add creation of make/custon/*.cfg.
172        Create make/${RTEMS_BSP}.cache.
173        Read make/${RTEMS_BSP}.cache
174
1752002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Clean $(PROJECT_RELEASE).
178
1792002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * acinclude.m4: Add test "$multilib" != "yes".
182        * config-ml.in: Remove.
183
1842002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * acinclude.m4: Cleanups.
187        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
188        ${srcdir}/exec/.
189        Further adaptations to autoconf >= 2.50.
190
1912002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * acinclude.m4: New.
194        * Makefile.am: Remove tar-installation.
195        Prepend @exec@ to SUBDIRS.
196        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
197        Add RTEMS_ENABLE_MULTIPROCESSING.
198        Add RTEMS_CONFIG_SUBDIR([exec]...).
199
2002002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Remove librpc.
203
2042002-06-25      Joel Sherrill <joel@OARcorp.com>
205
206        * Per PR233, moved librpc to exec.
207        * configure.ac, wrapup/Makefile.am: Modified.
208        * librpc, librpc/ChangeLog: Removed.
209
2102002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
213
2142002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Remove lib.
217
2182002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * config-ml.in: Take out arm and sh variants RTEMS does not support.
221
2222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac:
225        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
226        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
227        * Makefile.am: Remove AUTOMAKE_OPTIONS.
228
2292002-02-28      Victor V. Vengerov <vvv@oktet.ru>
230
231        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
232        * configure.ac: Modified to reflect addition.
233
2342002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
237        AC_CONFIG_COMMANDS.
238
2392001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
242
2432001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
246        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
247        autoconf-2.52 happy.
248
2492001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
252        * configure.in: Remove.
253        * configure.ac: New file, generated from configure.in by autoupdate.
254
2552001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
258
2592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
262
2632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
266
2672000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.in: Switch to GNU-canonicalization.
270        * Makefile.am: Reflect changes to configure.in.
271        * acinclude.m4: Remove.
272
2732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.in: add lib/libbsp to the GNU canonicalized
276        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
277        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
278        * ChangeLog: Fix typos.
279
2802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.in: add tests to the GNU canonicalized subdirectories.
283
2842000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
287
2882000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.in: add lib to the GNU canonicalized subdirectories,
291        make the lib directory before configuring lib/.
292
2932000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.in, Makefile.am: add exec to the GNU canonicalized
296        subdirectories.
297
2982000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
301
3022000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.in: add libnetworking, librpc and librdb to the GNU
305        canonicalized subdirectories.
306 
3072000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.in: add libmisc and libchip to the GNU canonicalized
310        subdirectories.
311
3122000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
315        canonicalization to libfs/.
316        The approach is currently a bit of a hack as GNU canonicalization
317        does not support the per-BSP build some of the other directories
318        require.  As more of the tree is converted, this will become less
319        of an issue.
320
3212000-10-18      Joel Sherrill <joel@OARcorp.com>
322
323        * wrapup/Makefile.am: Added libfs.
324
3252000-10-18       Chris Johns <ccj@acm.org>
326
327        * libfs created.
328        * configure.in: Added libfs subdirectory.
329
3302000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
333        RTEMS_CANONICALIZE_TOOLS.
334
3352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * wrapup/Makefile.am: Include compile.am.
338
3392000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
342
3432000-08-10      Joel Sherrill <joel@OARcorp.com>
344
345        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.