source: rtems/c/src/lib/libbsp/ChangeLog @ 9980062

4.104.114.84.95
Last change on this file since 9980062 was c483a4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:22:53

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 5.8 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4        * shmdr/Makefile.am: Reflect having moved automake/.
5
62003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * shmdr/Makefile.am: Reflect having merged configure.ac into
9        ../../configure.ac.
10
112003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove (Merged into ../../configure.ac).
14        * Makefile.am: Reflect having merged configure.ac into
15        ../../configure.ac.
16
172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove AC_CONFIG_AUX_DIR.
20
212003-02-14      Joel Sherrill <joel@OARcorp.com>
22
23        AMD a29k port declared obsolete.
24        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/acinclude.m4,
25        a29k/configure.ac, a29k/portsw/.cvsignore, a29k/portsw/ChangeLog,
26        a29k/portsw/Makefile.am, a29k/portsw/README, a29k/portsw/bsp_specs,
27        a29k/portsw/configure.ac, a29k/portsw/times,
28        a29k/portsw/console/.cvsignore, a29k/portsw/console/Makefile.am,
29        a29k/portsw/console/concntl.h, a29k/portsw/console/console.c,
30        a29k/portsw/console/serial.c, a29k/portsw/console/serial.h,
31        a29k/portsw/include/.cvsignore, a29k/portsw/include/Makefile.am,
32        a29k/portsw/include/bsp.h, a29k/portsw/start/.cvsignore,
33        a29k/portsw/start/Makefile.am, a29k/portsw/start/amd.ah,
34        a29k/portsw/start/pswmacro.ah, a29k/portsw/start/register.S,
35        a29k/portsw/start/register.ah, a29k/portsw/start/start.S,
36        a29k/portsw/startup/.cvsignore, a29k/portsw/startup/Makefile.am,
37        a29k/portsw/startup/bspclean.c, a29k/portsw/startup/bspstart.c,
38        a29k/portsw/startup/linkcmds, a29k/portsw/startup/main.c,
39        a29k/portsw/startup/ramlink, a29k/portsw/startup/romlink,
40        a29k/portsw/startup/setvec.c, a29k/portsw/wrapup/.cvsignore,
41        a29k/portsw/wrapup/Makefile.am: Removed.
42
432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
46
472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: AC_PREREQ(2.57).
50
512003-02-03      Joel Sherrill <joel@OARcorp.com>
52
53        * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
54        TMPINSTALL_FILES.
55
562003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
59        Eliminate OBJS.
60
612003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64
652002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
68
692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * .cvsignore: Reformat.
72        Add autom4te*cache.
73        Remove autom4te.cache.
74
752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
78
792002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * include/Makefile.am: Remove.
82        * include/.cvsignore: Remove.
83        * include/rtems/Makefile.am: Remove.
84        * include/rtems/.cvsignore: Remove.
85        * include/rtems/score/Makefile.am: Remove.
86        * include/rtems/score/.cvsignore: Remove.
87
882002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Remove RTEMS_BSP_ALIAS.
91        Add RTEMS_CHECK_BSP_CACHE.
92        Replace $bspdir with $RTEMS_BSP_FAMILY.
93
942002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
97        include/rtems/score/Makefile (Eliminate targopts.h).
98        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
99
1002002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * bsp.am: Add bsplib_DATA = bsp_specs.
103
1042002-06-25      Joel Sherrill <joel@OARcorp.com>
105
106        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
107        support to the shared gdb stub glue thus adding a directory at the
108        top shared level.
109        * shared/gdbstub: New directory.
110        * configure.ac: Modified to reflect above.
111
1122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac:
115        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
116        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
117        * Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
122
1232002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * bsp.am: Add line break, remove comment.
126
1272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
130        * configure.in: Remove.
131        * configure.ac: New file, generated from configure.in by autoupdate.
132
1332001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
136        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
137        RTEMS_LIBBSP_CPU_SUBDIR.
138
1392001-09-28      Joel Sherrill <joel@OARcorp.com>
140
141        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
142        not main().
143
1442001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
147        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
148
1492001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
152        automake-1.5 happy.
153        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
154        automake-1.5 happy.
155        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
156
1572001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * bsp.am: Fix automake version number in comment.
160
1612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
164
1652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
168
1692000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
172        Switch to GNU canonicalization.
173
1742000-09-25      Joel Sherrill <joel@OARcorp.com>
175
176        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
177
1782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * shmdr/Makefile.am: Include compile.am
181
1822000-08-10      Joel Sherrill <joel@OARcorp.com>
183
184        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.