source: rtems/c/src/lib/libbsp/ChangeLog @ 046506c0

4.104.114.84.95
Last change on this file since 046506c0 was 7a97f26, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 10:43:44

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 5.4 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-14      Joel Sherrill <joel@OARcorp.com>
6
7        AMD a29k port declared obsolete.
8        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/acinclude.m4,
9        a29k/configure.ac, a29k/portsw/.cvsignore, a29k/portsw/ChangeLog,
10        a29k/portsw/Makefile.am, a29k/portsw/README, a29k/portsw/bsp_specs,
11        a29k/portsw/configure.ac, a29k/portsw/times,
12        a29k/portsw/console/.cvsignore, a29k/portsw/console/Makefile.am,
13        a29k/portsw/console/concntl.h, a29k/portsw/console/console.c,
14        a29k/portsw/console/serial.c, a29k/portsw/console/serial.h,
15        a29k/portsw/include/.cvsignore, a29k/portsw/include/Makefile.am,
16        a29k/portsw/include/bsp.h, a29k/portsw/start/.cvsignore,
17        a29k/portsw/start/Makefile.am, a29k/portsw/start/amd.ah,
18        a29k/portsw/start/pswmacro.ah, a29k/portsw/start/register.S,
19        a29k/portsw/start/register.ah, a29k/portsw/start/start.S,
20        a29k/portsw/startup/.cvsignore, a29k/portsw/startup/Makefile.am,
21        a29k/portsw/startup/bspclean.c, a29k/portsw/startup/bspstart.c,
22        a29k/portsw/startup/linkcmds, a29k/portsw/startup/main.c,
23        a29k/portsw/startup/ramlink, a29k/portsw/startup/romlink,
24        a29k/portsw/startup/setvec.c, a29k/portsw/wrapup/.cvsignore,
25        a29k/portsw/wrapup/Makefile.am: Removed.
26
272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
30
312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: AC_PREREQ(2.57).
34
352003-02-03      Joel Sherrill <joel@OARcorp.com>
36
37        * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
38        TMPINSTALL_FILES.
39
402003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * shmdr/Makefile.am: install mpci.h and shm_driver.h.
43        Eliminate OBJS.
44
452003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48
492002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
52
532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * .cvsignore: Reformat.
56        Add autom4te*cache.
57        Remove autom4te.cache.
58
592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
62
632002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * include/Makefile.am: Remove.
66        * include/.cvsignore: Remove.
67        * include/rtems/Makefile.am: Remove.
68        * include/rtems/.cvsignore: Remove.
69        * include/rtems/score/Makefile.am: Remove.
70        * include/rtems/score/.cvsignore: Remove.
71
722002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove RTEMS_BSP_ALIAS.
75        Add RTEMS_CHECK_BSP_CACHE.
76        Replace $bspdir with $RTEMS_BSP_FAMILY.
77
782002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove include/Makefile, include/rtems/Makefile,
81        include/rtems/score/Makefile (Eliminate targopts.h).
82        * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
83
842002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * bsp.am: Add bsplib_DATA = bsp_specs.
87
882002-06-25      Joel Sherrill <joel@OARcorp.com>
89
90        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
91        support to the shared gdb stub glue thus adding a directory at the
92        top shared level.
93        * shared/gdbstub: New directory.
94        * configure.ac: Modified to reflect above.
95
962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac:
99        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
100        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
101        * Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
106
1072002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * bsp.am: Add line break, remove comment.
110
1112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
114        * configure.in: Remove.
115        * configure.ac: New file, generated from configure.in by autoupdate.
116
1172001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Use @subdirs@ instead of RTEMS_LIBBSP_CPU_SUBDIR.
120        * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS, remove
121        RTEMS_LIBBSP_CPU_SUBDIR.
122
1232001-09-28      Joel Sherrill <joel@OARcorp.com>
124
125        * shared/bootcard.c, shared/main.c: Now call int c_rtems_main()
126        not main().
127
1282001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
131        * shmdr/Makefile.am: Use 'PREINSTALL_FILES ='.
132
1332001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Use SUBDIRS = instead of SUBDIRS += to make
136        automake-1.5 happy.
137        * include/rtems/score/Makefile.am: Use CLEANFILES = to make
138        automake-1.5 happy.
139        * bsp.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
140
1412001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * bsp.am: Fix automake version number in comment.
144
1452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
148
1492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
152
1532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
156        Switch to GNU canonicalization.
157
1582000-09-25      Joel Sherrill <joel@OARcorp.com>
159
160        * shmdr/shm_driver.h: Added _AM29K entry.  May not be correct.
161
1622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * shmdr/Makefile.am: Include compile.am
165
1662000-08-10      Joel Sherrill <joel@OARcorp.com>
167
168        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.