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

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

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

  • configure.ac: Require automake >= 1.8, autoconf >= 2.59.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
4
52003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * startup/Makefile.am: Misc cleanups and fixes.
8        * wrapup/Makefile.am: Misc cleanups and fixes.
9
102003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Add preinstallation dirstamp support.
13        * clock/Makefile.am: Cosmetics.
14        * console/Makefile.am: Cosmetics.
15        * shmsupp/Makefile.am: Cosmetics.
16        * startup/Makefile.am: Cosmetics.
17        * timer/Makefile.am: Cosmetics.
18        * wrapup/Makefile.am: Cosmetics.
19
202003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * clock/Makefile.am: Remove all-local: $(ARCH).
23        * console/Makefile.am: Remove all-local: $(ARCH).
24        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
25        * startup/Makefile.am: Remove all-local: $(ARCH).
26        * timer/Makefile.am: Remove all-local: $(ARCH).
27        * wrapup/Makefile.am: Remove all-local: $(ARCH).
28
292003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Merge-in include/Makefile.am.
32        Reflect changes to bsp.am.
33        * include/Makefile.am: Remove.
34        * configure.ac: Reflect changes above.
35
362003-09-04      Joel Sherrill <joel@OARcorp.com>
37
38        * clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
39        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
40        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
41        startup/main.c, startup/setvec.c, timer/timer.c, timer/timerisr.c:
42        URL for license changed.
43
442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Reflect having moved aclocal/.
47
482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Reflect having moved automake/.
51        * clock/Makefile.am: Reflect having moved automake/.
52        * console/Makefile.am: Reflect having moved automake/.
53        * include/Makefile.am: Reflect having moved automake/.
54        * shmsupp/Makefile.am: Reflect having moved automake/.
55        * startup/Makefile.am: Reflect having moved automake/.
56        * timer/Makefile.am: Reflect having moved automake/.
57        * wrapup/Makefile.am: Reflect having moved automake/.
58
592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
62
632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        PR 445/bsps
66        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
67        Remove cpp, old_cpp (now unused).
68
692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove AC_CONFIG_AUX_DIR.
72
732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
76
772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: AC_PREREQ(2.57).
80
812003-01-20      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds*: Add FreeBSD sysctl() sections.
84
852003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
90        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
92
932002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
96
972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * .cvsignore: Reformat.
100        Add autom4te*cache.
101        Remove autom4te.cache.
102
1032002-08-21      Joel Sherrill <joel@OARcorp.com>
104
105        * bsp_specs: Added support for -nostdlibs.
106
1072002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
115
1162002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
119
1202002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
123        Remove $(OBJS) from all-local.
124
1252002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
128
1292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac:
132        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
133        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
134        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
142
1432001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
146
1472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
150        * configure.in: Remove.
151        * configure.ac: New file, generated from configure.in by autoupdate.
152
1532001-09-27      Joel Sherrill <joel@OARcorp.com>
154
155        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
156        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
157
1582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * include/Makefile.am: Use 'CLEANFILES ='.
161        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
162
1632001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.in: Add bspopts.h.
166        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
167        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
168        * include/bsp.h: Include bspopts.h.
169
1702001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
171
172        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
173
1742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
177
1782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
181
1822000-11-01      Joel Sherrill <joel@OARcorp.com>
183
184        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
185        and libcsupport.h moved from libc to lib/include/rtems and
186        now must be referenced as <rtems/XXX.h>.   Header file order
187        was cleaned up while doing this.
188
1892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
192        Switch to GNU canonicalization.
193
1942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
197        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
198        compile.am
199
2002000-08-10      Joel Sherrill <joel@OARcorp.com>
201
202        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.