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

4.104.114.84.95
Last change on this file since 27aad19 was e00bf285, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:52:11

2003-09-04 Joel Sherrill <joel@…>

  • clock/clockdrv.c, console/conscfg.c, include/bsp.h, startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for license changed.
  • Property mode set to 100644
File size: 8.9 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
4        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
5        license changed.
6
72003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: Reflect having moved aclocal/.
10
112003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Reflect having moved automake/.
14        * clock/Makefile.am: Reflect having moved automake/.
15        * console/Makefile.am: Reflect having moved automake/.
16        * include/Makefile.am: Reflect having moved automake/.
17        * start/Makefile.am: Reflect having moved automake/.
18        * startup/Makefile.am: Reflect having moved automake/.
19        * timer/Makefile.am: Reflect having moved automake/.
20        * wrapup/Makefile.am: Reflect having moved automake/.
21
222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        PR 452/bsps
25        * startup/Makefile.am: Remove USE_INIT_FINI.
26
272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * bsp_specs: Remove -D__USE_INIT_FINI__.
30        Remove *.cpp (Now unused).
31
322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
35
362003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        PR 445/bsps
39        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
40
412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove AC_CONFIG_AUX_DIR.
44
452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
48
492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: AC_PREREQ(2.57).
52
532003-01-20      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/linkcmds*: Add FreeBSD sysctl() sections.
56
572002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
58 
59        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
60        * linkcmds: Added .init, .fini & related sections.
61
622002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69
702002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Use install-data-local to install startfile.
73
742002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77
782002-11-01      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
81
822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * .cvsignore: Reformat.
85        Add autom4te*cache.
86        Remove autom4te.cache.
87
882002-08-21      Joel Sherrill <joel@OARcorp.com>
89
90        * bsp_specs: Added support for -nostdlibs.
91
922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
100
1012002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/Makefile.am: Eliminate PGM.
104        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
105
1062002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
109
1102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
113        Remove $(OBJS) from all-local.
114
1152002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * wrapup/Makefile.am: Add $(LIB) to all-local.
118
1192002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
122
1232002-06-25      Joel Sherrill <joel@OARcorp.com>
124
125        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
126        support to the shared gdb stub glue thus moving some of the
127        gdbstub support to a higher level.
128        * startup/Makefile.am: Modified to reflect above.
129
1302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac:
133        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
134        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
135        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
143
1442001-03-08      Joel Sherrill <joel@OARcorp.com>
145
146        * start/start.S, startup/bspstart.c: Removed warnings.
147
1482002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
149
150        * startup/gdb-support.c: Added calls into the mips-support gdb stub
151        for configuring the memory regions.  Any bsp that wants to use the
152        gdbstub will need to do something similar.
153        * startup/Makefile.am: Added shared/gdbstub directory to include path.
154
1552002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
156
157        * start/start.S: Added kseg1 test to enable cache flush code
158        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
159        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
160        init to only turn on whats needed.
161        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
162        a handy init function.
163
1642002-02-08      Joel Sherrill <joel@OARcorp.com>
165
166        * startup/Makefile.am: Now compile the gdb stub.
167        * startup/bspstart.c: Fixed header block.
168        * startup/gdb-support.c: New file in stub state.
169
1702001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
171
172        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
173        New files missed in previous commit.
174        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
175
1762001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
177
178        * Update of BSP to address problems restarting, provide more
179        information during boot, and better handle ROM vs RAM images.
180        * README, include/bsp.h, start/regs.S, start/start.S,
181        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
182
1832002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
186
1872002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
190        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
191
1922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
195
1962001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
199        * configure.in: Remove.
200        * configure.ac: New file, generated from configure.in by autoupdate.
201
2022001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * include/Makefile.am: Use 'CLEANFILES ='.
205        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
206
2072001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.in: Add bspopts.h.
210        * include/bsp.h: Include bspopts.h.
211        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
212        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
213
2142001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
215
216        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
217        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
218        in previous patch.
219
2202001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
221
222        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
223        * clock/clockdrv.c, console/conscfg.c: Corrected.
224        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
225        * startup/bspstart.c: Properly set initial status register and
226        pending interrupts.
227        * timer/timer.c: Works now.
228
2292001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
230
231        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
232
2332001-05-07      Joel Sherrill <joel@OARcorp.com>
234
235        * console/conscfg.c: Added an entry for the second
236        serial port.
237
2382001-04-20      Joel Sherrill <joel@OARcorp.com>
239
240        * clock/clockdrv.c: Account for the fact that ClockRate is
241        in cycles not megahertz.
242
2432001-04-16      Joel Sherrill <joel@OARcorp.com>
244
245        * start/start.S, startup/bspstart.c, startup/linkcmds:
246        Cleanup that was not merged from the simple non-RTEMS program.
247
2482001-04-16      Joel Sherrill <joel@OARcorp.com>
249
250        * start/start.S, startup/bspstart.c, startup/linkcmds:
251        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
252        as he debugged this BSP using a logic analyzer.
253
2542001-03-14      Joel Sherrill <joel@OARcorp.com>
255
256        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
257        startup/bspstart.c, timer/timer.c: Comments corrected.
258
2592001-02-22      Joel Sherrill <joel@OARcorp.com>
260
261        * The Generic Mongoose-V BSP uses only the peripherals found on
262        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
263        based on the LSI Logic 33K.
264        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
265        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
266        console/.cvsignore, console/Makefile.am, console/conscfg.c,
267        include/.cvsignore, include/Makefile.am, include/bsp.h,
268        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
269        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
270        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
271        wrapup/.cvsignore, wrapup/Makefile.am: New files.
272
Note: See TracBrowser for help on using the repository browser.