source: rtems/c/src/lib/libbsp/mips/genmongoosev/ChangeLog @ b18646c9

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 7.7 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-20      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds*: Add FreeBSD sysctl() sections.
16
172002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
18 
19        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
20        * linkcmds: Added .init, .fini & related sections.
21
222002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29
302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * start/Makefile.am: Use install-data-local to install startfile.
33
342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37
382002-11-01      Joel Sherrill <joel@OARcorp.com>
39
40        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
41
422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * .cvsignore: Reformat.
45        Add autom4te*cache.
46        Remove autom4te.cache.
47
482002-08-21      Joel Sherrill <joel@OARcorp.com>
49
50        * bsp_specs: Added support for -nostdlibs.
51
522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
60
612002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * start/Makefile.am: Eliminate PGM.
64        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
65
662002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
69
702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
73        Remove $(OBJS) from all-local.
74
752002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * wrapup/Makefile.am: Add $(LIB) to all-local.
78
792002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
82
832002-06-25      Joel Sherrill <joel@OARcorp.com>
84
85        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
86        support to the shared gdb stub glue thus moving some of the
87        gdbstub support to a higher level.
88        * startup/Makefile.am: Modified to reflect above.
89
902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac:
93        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
94        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
95        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
103
1042001-03-08      Joel Sherrill <joel@OARcorp.com>
105
106        * start/start.S, startup/bspstart.c: Removed warnings.
107
1082002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
109
110        * startup/gdb-support.c: Added calls into the mips-support gdb stub
111        for configuring the memory regions.  Any bsp that wants to use the
112        gdbstub will need to do something similar.
113        * startup/Makefile.am: Added shared/gdbstub directory to include path.
114
1152002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
116
117        * start/start.S: Added kseg1 test to enable cache flush code
118        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
119        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
120        init to only turn on whats needed.
121        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
122        a handy init function.
123
1242002-02-08      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/Makefile.am: Now compile the gdb stub.
127        * startup/bspstart.c: Fixed header block.
128        * startup/gdb-support.c: New file in stub state.
129
1302001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
131
132        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
133        New files missed in previous commit.
134        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
135
1362001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
137
138        * Update of BSP to address problems restarting, provide more
139        information during boot, and better handle ROM vs RAM images.
140        * README, include/bsp.h, start/regs.S, start/start.S,
141        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
142
1432002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
146
1472002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
150        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
151
1522001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
155
1562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
159        * configure.in: Remove.
160        * configure.ac: New file, generated from configure.in by autoupdate.
161
1622001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * include/Makefile.am: Use 'CLEANFILES ='.
165        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
166
1672001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.in: Add bspopts.h.
170        * include/bsp.h: Include bspopts.h.
171        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
172        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
173
1742001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
175
176        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
177        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
178        in previous patch.
179
1802001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
181
182        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
183        * clock/clockdrv.c, console/conscfg.c: Corrected.
184        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
185        * startup/bspstart.c: Properly set initial status register and
186        pending interrupts.
187        * timer/timer.c: Works now.
188
1892001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
190
191        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
192
1932001-05-07      Joel Sherrill <joel@OARcorp.com>
194
195        * console/conscfg.c: Added an entry for the second
196        serial port.
197
1982001-04-20      Joel Sherrill <joel@OARcorp.com>
199
200        * clock/clockdrv.c: Account for the fact that ClockRate is
201        in cycles not megahertz.
202
2032001-04-16      Joel Sherrill <joel@OARcorp.com>
204
205        * start/start.S, startup/bspstart.c, startup/linkcmds:
206        Cleanup that was not merged from the simple non-RTEMS program.
207
2082001-04-16      Joel Sherrill <joel@OARcorp.com>
209
210        * start/start.S, startup/bspstart.c, startup/linkcmds:
211        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
212        as he debugged this BSP using a logic analyzer.
213
2142001-03-14      Joel Sherrill <joel@OARcorp.com>
215
216        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
217        startup/bspstart.c, timer/timer.c: Comments corrected.
218
2192001-02-22      Joel Sherrill <joel@OARcorp.com>
220
221        * The Generic Mongoose-V BSP uses only the peripherals found on
222        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
223        based on the LSI Logic 33K.
224        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
225        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
226        console/.cvsignore, console/Makefile.am, console/conscfg.c,
227        include/.cvsignore, include/Makefile.am, include/bsp.h,
228        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
229        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
230        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
231        wrapup/.cvsignore, wrapup/Makefile.am: New files.
232
Note: See TracBrowser for help on using the repository browser.