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

4.104.114.84.95
Last change on this file since ccd81b60 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

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

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