source: rtems/c/src/lib/libbsp/ChangeLog @ 72c9ccf

4.104.114.84.95
Last change on this file since 72c9ccf was 72c9ccf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 06:22:34

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

  • Makefile.am: Misc. fixes.
  • bsp.am: Add project_libdir.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Misc. fixes.
4        * bsp.am: Add project_libdir.
5
62003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * bspstart.am: New.
9
102003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Merge-in shared/Makefile.am, shmdr/Makefile.am.
13        * shared/Makefile.am: Remove.
14        * shmdir/Makefile.am: Remove.
15        * bsp.am: Add preinstallation dirstamp support.
16
172003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * shmdr/Makefile.am: Remove all-local: $(ARCH).
20
212003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * bsp.am: Reworked.
24
252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Reflect having moved automake/.
28        * shmdr/Makefile.am: Reflect having moved automake/.
29
302003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * shmdr/Makefile.am: Reflect having merged configure.ac into
33        ../../configure.ac.
34
352003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Remove (Merged into ../../configure.ac).
38        * Makefile.am: Reflect having merged configure.ac into
39        ../../configure.ac.
40
412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove AC_CONFIG_AUX_DIR.
44
452003-02-14      Joel Sherrill <joel@OARcorp.com>
46
47        AMD a29k port declared obsolete.
48        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/acinclude.m4,
49        a29k/configure.ac, a29k/portsw/.cvsignore, a29k/portsw/ChangeLog,
50        a29k/portsw/Makefile.am, a29k/portsw/README, a29k/portsw/bsp_specs,
51        a29k/portsw/configure.ac, a29k/portsw/times,
52        a29k/portsw/console/.cvsignore, a29k/portsw/console/Makefile.am,
53        a29k/portsw/console/concntl.h, a29k/portsw/console/console.c,
54        a29k/portsw/console/serial.c, a29k/portsw/console/serial.h,
55        a29k/portsw/include/.cvsignore, a29k/portsw/include/Makefile.am,
56        a29k/portsw/include/bsp.h, a29k/portsw/start/.cvsignore,
57        a29k/portsw/start/Makefile.am, a29k/portsw/start/amd.ah,
58        a29k/portsw/start/pswmacro.ah, a29k/portsw/start/register.S,
59        a29k/portsw/start/register.ah, a29k/portsw/start/start.S,
60        a29k/portsw/startup/.cvsignore, a29k/portsw/startup/Makefile.am,
61        a29k/portsw/startup/bspclean.c, a29k/portsw/startup/bspstart.c,
62        a29k/portsw/startup/linkcmds, a29k/portsw/startup/main.c,
63        a29k/portsw/startup/ramlink, a29k/portsw/startup/romlink,
64        a29k/portsw/startup/setvec.c, a29k/portsw/wrapup/.cvsignore,
65        a29k/portsw/wrapup/Makefile.am: Removed.
66
672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
70
712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: AC_PREREQ(2.57).
74
752003-02-03      Joel Sherrill <joel@OARcorp.com>
76
77        * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
78        TMPINSTALL_FILES.
79
802003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
83        Eliminate OBJS.
84
852003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88
892002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
92
932002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * .cvsignore: Reformat.
96        Add autom4te*cache.
97        Remove autom4te.cache.
98
992002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
102
1032002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * include/Makefile.am: Remove.
106        * include/.cvsignore: Remove.
107        * include/rtems/Makefile.am: Remove.
108        * include/rtems/.cvsignore: Remove.
109        * include/rtems/score/Makefile.am: Remove.
110        * include/rtems/score/.cvsignore: Remove.
111
1122002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Remove RTEMS_BSP_ALIAS.
115        Add RTEMS_CHECK_BSP_CACHE.
116        Replace $bspdir with $RTEMS_BSP_FAMILY.
117
1182002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
121        include/rtems/score/Makefile (Eliminate targopts.h).
122        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
123
1242002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * bsp.am: Add bsplib_DATA = bsp_specs.
127
1282002-06-25      Joel Sherrill <joel@OARcorp.com>
129
130        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
131        support to the shared gdb stub glue thus adding a directory at the
132        top shared level.
133        * shared/gdbstub: New directory.
134        * configure.ac: Modified to reflect above.
135
1362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac:
139        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
140        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
141        * Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
146
1472002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * bsp.am: Add line break, remove comment.
150
1512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
154        * configure.in: Remove.
155        * configure.ac: New file, generated from configure.in by autoupdate.
156
1572001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
160        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
161        RTEMS_LIBBSP_CPU_SUBDIR.
162
1632001-09-28      Joel Sherrill <joel@OARcorp.com>
164
165        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
166        not main().
167
1682001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
171        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
172
1732001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
176        automake-1.5 happy.
177        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
178        automake-1.5 happy.
179        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
180
1812001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * bsp.am: Fix automake version number in comment.
184
1852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
188
1892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
192
1932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
196        Switch to GNU canonicalization.
197
1982000-09-25      Joel Sherrill <joel@OARcorp.com>
199
200        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
201
2022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * shmdr/Makefile.am: Include compile.am
205
2062000-08-10      Joel Sherrill <joel@OARcorp.com>
207
208        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.