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

4.104.114.84.95
Last change on this file since d88661c was d88661c, checked in by Joel Sherrill <joel.sherrill@…>, on 02/08/02 at 23:05:35

2002-02-08 Joel Sherrill <joel@…>

  • startup/Makefile.am: Now compile the gdb stub.
  • startup/bspstart.c: Fixed header block.
  • startup/gdb-support.c: New file in stub state.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-02-08      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/Makefile.am: Now compile the gdb stub.
4        * startup/bspstart.c: Fixed header block.
5        * startup/gdb-support.c: New file in stub state.
6
72001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
8
9        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
10        New files missed in previous commit.
11        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
12
132001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
14
15        * Update of BSP to address problems restarting, provide more
16        information during boot, and better handle ROM vs RAM images.
17        * README, include/bsp.h, start/regs.S, start/start.S,
18        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
19
202002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
23
242002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
27        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
28
292001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
32
332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
36        * configure.in: Remove.
37        * configure.ac: New file, generated from configure.in by autoupdate.
38
392001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * include/Makefile.am: Use 'CLEANFILES ='.
42        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
43
442001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.in: Add bspopts.h.
47        * include/bsp.h: Include bspopts.h.
48        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
49        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
50
512001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
52
53        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
54        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
55        in previous patch.
56
572001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
58
59        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
60        * clock/clockdrv.c, console/conscfg.c: Corrected.
61        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
62        * startup/bspstart.c: Properly set initial status register and
63        pending interrupts.
64        * timer/timer.c: Works now.
65
662001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
67
68        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
69
702001-05-07      Joel Sherrill <joel@OARcorp.com>
71
72        * console/conscfg.c: Added an entry for the second
73        serial port.
74
752001-04-20      Joel Sherrill <joel@OARcorp.com>
76
77        * clock/clockdrv.c: Account for the fact that ClockRate is
78        in cycles not megahertz.
79
802001-04-16      Joel Sherrill <joel@OARcorp.com>
81
82        * start/start.S, startup/bspstart.c, startup/linkcmds:
83        Cleanup that was not merged from the simple non-RTEMS program.
84
852001-04-16      Joel Sherrill <joel@OARcorp.com>
86
87        * start/start.S, startup/bspstart.c, startup/linkcmds:
88        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
89        as he debugged this BSP using a logic analyzer.
90
912001-03-14      Joel Sherrill <joel@OARcorp.com>
92
93        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
94        startup/bspstart.c, timer/timer.c: Comments corrected.
95
962001-02-22      Joel Sherrill <joel@OARcorp.com>
97
98        * The Generic Mongoose-V BSP uses only the peripherals found on
99        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
100        based on the LSI Logic 33K.
101        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
102        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
103        console/.cvsignore, console/Makefile.am, console/conscfg.c,
104        include/.cvsignore, include/Makefile.am, include/bsp.h,
105        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
106        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
107        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
108        wrapup/.cvsignore, wrapup/Makefile.am: New files.
109
Note: See TracBrowser for help on using the repository browser.