summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/genmongoosev/ChangeLog
blob: 2efbcc381df8d141d474ab0bd4291cf7ef2d1a9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
2001-02-27	Joel Sherrill <joel@OARcorp.com>

	* startup/Makefile.am: Added rtems-stub-glue.c to C_FILES.

2002-02-08	Joel Sherrill <joel@OARcorp.com>

	* startup/Makefile.am: Now compile the gdb stub.
	* startup/bspstart.c: Fixed header block.
	* startup/gdb-support.c: New file in stub state.

2001-02-01	Greg Menke <gregory.menke@gsfc.nasa.gov>

	* include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
	New files missed in previous commit.
	* timer/timer.c: Use rtems/bspIo.h not just bspIo.h.

2001-02-01	Greg Menke <gregory.menke@gsfc.nasa.gov>

	* Update of BSP to address problems restarting, provide more
	information during boot, and better handle ROM vs RAM images.
	* README, include/bsp.h, start/regs.S, start/start.S,
	startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated

2002-02-07	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.

2002-01-03	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
	* timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.

2001-11-30	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Introduce RTEMS_BSP_CONFIGURE.

2001-10-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Add autom4te.cache for autoconf > 2.52.
	* configure.in: Remove.
	* configure.ac: New file, generated from configure.in by autoupdate.

2001-09-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* include/Makefile.am: Use 'CLEANFILES ='.
	* include/Makefile.am: Use 'TMPINSTALL_FILES ='.

2001-05-24	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.in: Add bspopts.h.
	* include/bsp.h: Include bspopts.h.
	* include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
	* include/Makefile.am: Use *_HEADERS instead of *H_FILES.

2001-05-24	Greg Menke <gregory.menke@gsfc.nasa.gov>

	* Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
	* start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
	in previous patch.

2001-05-22	Greg Menke <gregory.menke@gsfc.nasa.gov>

	* Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
	* clock/clockdrv.c, console/conscfg.c: Corrected.
	* include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
	* startup/bspstart.c: Properly set initial status register and
	pending interrupts.
	* timer/timer.c: Works now.

2001-05-10	Ralf Corsepius	<corsepiu@faw.uni-ulm.de>

	* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).

2001-05-07	Joel Sherrill <joel@OARcorp.com>

	* console/conscfg.c: Added an entry for the second
	serial port.

2001-04-20	Joel Sherrill <joel@OARcorp.com>

	* clock/clockdrv.c: Account for the fact that ClockRate is
	in cycles not megahertz.

2001-04-16	Joel Sherrill <joel@OARcorp.com>

	* start/start.S, startup/bspstart.c, startup/linkcmds:
	Cleanup that was not merged from the simple non-RTEMS program.

2001-04-16	Joel Sherrill <joel@OARcorp.com>

	* start/start.S, startup/bspstart.c, startup/linkcmds: 
	Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
	as he debugged this BSP using a logic analyzer.

2001-03-14	Joel Sherrill <joel@OARcorp.com>

	* clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
	startup/bspstart.c, timer/timer.c: Comments corrected.

2001-02-22	Joel Sherrill <joel@OARcorp.com>

	* The Generic Mongoose-V BSP uses only the peripherals found on
	the Synova Mongoose-V CPU.  This is a radiation hardened CPU 
	based on the LSI Logic 33K.
	* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
	clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
	console/.cvsignore, console/Makefile.am, console/conscfg.c,
	include/.cvsignore, include/Makefile.am, include/bsp.h,
	start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
	startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
	startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
	wrapup/.cvsignore, wrapup/Makefile.am: New files.