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

4.104.114.84.95
Last change on this file since 914981ce was 88a67b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:54:29

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[88a67b6]12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
7        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
9
[496686a]102002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Eliminate PGM.
13        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
14
[f4d43dd]152002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
18
[445c0a0]192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
22        Remove $(OBJS) from all-local.
23
[d16af043]242002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Add $(LIB) to all-local.
27
[80defac]282002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
31
[d33dd2f]322002-06-25      Joel Sherrill <joel@OARcorp.com>
33
34        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
35        support to the shared gdb stub glue thus moving some of the
36        gdbstub support to a higher level.
37        * startup/Makefile.am: Modified to reflect above.
38
[ddd9abf]392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac:
42        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
43        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
44        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
52
[9d64bc73]532001-03-08      Joel Sherrill <joel@OARcorp.com>
54
55        * start/start.S, startup/bspstart.c: Removed warnings.
56
[ffdc659]572002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
58
59        * startup/gdb-support.c: Added calls into the mips-support gdb stub
60        for configuring the memory regions.  Any bsp that wants to use the
61        gdbstub will need to do something similar.
62        * startup/Makefile.am: Added shared/gdbstub directory to include path.
63
[0ea3293]642002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
65
66        * start/start.S: Added kseg1 test to enable cache flush code
67        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
68        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
69        init to only turn on whats needed.
70        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
71        a handy init function.
[3f1c124]72
[d88661c]732002-02-08      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/Makefile.am: Now compile the gdb stub.
76        * startup/bspstart.c: Fixed header block.
77        * startup/gdb-support.c: New file in stub state.
78
[3774c7f]792001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
80
81        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
82        New files missed in previous commit.
83        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
84
[7de58239]852001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
86
87        * Update of BSP to address problems restarting, provide more
88        information during boot, and better handle ROM vs RAM images.
89        * README, include/bsp.h, start/regs.S, start/start.S,
90        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
91
[0009c70]922002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
95
[eb24fb1]962002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
99        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
100
[9e1ae79]1012001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
104
[df25c998]1052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
108        * configure.in: Remove.
109        * configure.ac: New file, generated from configure.in by autoupdate.
110
[7b4917c]1112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * include/Makefile.am: Use 'CLEANFILES ='.
114        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
115
[fddaaf12]1162001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.in: Add bspopts.h.
119        * include/bsp.h: Include bspopts.h.
120        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
121        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
122
[bb3efe9]1232001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
124
125        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
126        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
127        in previous patch.
128
[a355e3ea]1292001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
130
131        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
132        * clock/clockdrv.c, console/conscfg.c: Corrected.
133        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
134        * startup/bspstart.c: Properly set initial status register and
135        pending interrupts.
136        * timer/timer.c: Works now.
137
[6f21328]1382001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
139
140        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
141
[a9d8649]1422001-05-07      Joel Sherrill <joel@OARcorp.com>
143
144        * console/conscfg.c: Added an entry for the second
145        serial port.
146
[831aba1]1472001-04-20      Joel Sherrill <joel@OARcorp.com>
148
149        * clock/clockdrv.c: Account for the fact that ClockRate is
150        in cycles not megahertz.
151
[2cdde6d]1522001-04-16      Joel Sherrill <joel@OARcorp.com>
153
154        * start/start.S, startup/bspstart.c, startup/linkcmds:
155        Cleanup that was not merged from the simple non-RTEMS program.
156
[3491e9e]1572001-04-16      Joel Sherrill <joel@OARcorp.com>
158
159        * start/start.S, startup/bspstart.c, startup/linkcmds:
160        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
161        as he debugged this BSP using a logic analyzer.
162
[ef380d3f]1632001-03-14      Joel Sherrill <joel@OARcorp.com>
164
165        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
166        startup/bspstart.c, timer/timer.c: Comments corrected.
167
[f849f3e]1682001-02-22      Joel Sherrill <joel@OARcorp.com>
169
170        * The Generic Mongoose-V BSP uses only the peripherals found on
171        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
172        based on the LSI Logic 33K.
173        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
174        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
175        console/.cvsignore, console/Makefile.am, console/conscfg.c,
176        include/.cvsignore, include/Makefile.am, include/bsp.h,
177        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
178        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
179        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
180        wrapup/.cvsignore, wrapup/Makefile.am: New files.
181
Note: See TracBrowser for help on using the repository browser.