summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/ChangeLog
blob: cf16e860765749c4a34238a47ebb5a65c51a07ef (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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
2006-11-15	Joel Sherrill <joel@OARcorp.com>

	* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
	file and simplified initialization.

2006-10-17	Ralf Corsépius <ralf.corsepius@rtems.org>

	* Makefile.am: Remove superfluous -DASM.

2006-10-17	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Require autoconf-2.60. Require automake-1.10.

2006-08-01  Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c: Add bsp_setbenv system call.

2006-05-15  Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c: Add checks for FPGA interrupt request overflow.
                          Allow single spurious FPGA interrupt.

2006-04-11  Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c: Install default exception handler.

2006-03-24  Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c: Add missing reset-cause bit.

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

	* startup/linkcmds: Add sections required by newer gcc versions.

2006-02-06  Eric Norum <norume@aps.anl.gov>

    * clock/clock.c: Avoid division by zero.

2006-01-29  Eric Norum <norume@aps.anl.gov>

	* clock/clock.c, network/network.c, startup/bspstart.c:
	Add an 'extended BSP' routine which returns the CPU load average.

2006-01-11	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am: Add preinstall.am.

2005-12-19  Eric Norum <norume@aps.anl.gov>

    * startup/bspstart.c: Add another 'extended BSP' routine which return
                          reboot status register information.

2005-11-12	Ralf Corsepius <ralf.corsepius@rtems.org>

	* bsp_specs: Remove %cpp.

2005-11-11  Eric Norum <norume@aps.anl.gov>

    * console/console.c: Clean up UART2 pin setup.  Protect pin setup code.

2005-11-08  Eric Norum <norume@aps.anl.gov>

    * console/console.c: Add code to set up pin assignments

2005-11-07  Eric Norum <norume@aps.anl.gov>

    * Almost everything: Assign copyright to OAR.

2005-10-26  Eric Norum <norume@aps.anl.gov>

	* README, network/network.c: Add support for forcing link parameters.

2005-09-16  Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c: Add bsp_reset bootrom call.
	* startup/bspclean.c: Call bsp_reset from bsp_cleanup().

2005-07-05  Eric Norum <norume@aps.anl.gov>

	* startup/linkcmdc: Add .gnu.linkonce.b

2005-07-05  Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c: Ensure that CS[12]n are enabled.

2005-06-28  Eric Norum <norume@aps.anl.gov>

	* network/network.c: Add full/half-duplex auto-negotiation support.

2005-06-20  Eric Norum <norume@aps.anl.gov>

	* network/network.c: Clean up transmit buffer realignment.  Many
	thanks to Mr. Kolja Waschk for identifying the problem.

2005-05-26	Ralf Corsepius <ralf.corsepius@rtems.org>

	* include/bsp.h: New header guard.

2005-05-23  Eric Norum <norume@aps.anl.gov>

	* startup/linkcmds
	  startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes.

2005-05-11  Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03.

2005-05-10  Eric Norum <norume@aps.anl.gov>

	* network/network.c: Poke RDAR/TDAR every time.
                         Add more diagnostic printout.

2005-05-03	Joel Sherrill <joel@OARcorp.com>

	* startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest
	of m68k family.

2005-04-26	Joel Sherrill <joel@OARcorp.com>

	* network/network.c: Eliminate warnings.

2005-04-20  Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c
	* network/network.c: Try instruction-only cache.

2005-04-19  Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c: Expose read/write copy of cache control registers
                          in case some application diagnostic code wants to
                          display the values.

2005-04-13  Eric Norum <norume@aps.anl.gov>

	* network/network.c: Add some more diagnostics.
                         Poke TDAR/RDAR only when necessary.

2005-04-10  Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c: Set up IRQ1* handling properly.

2005-04-08  Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c: FPGA interrupt status register is now 16-bit.

2005-03-12  Eric Norum <norume@aps.anl.gov>

	* network/network.c: Add statistics counter for number of realigned bytes.

2005-03-10  Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).

2005-02-14  Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c: Don't cache flash -- it messes up programming.

2005-02-04	Ralf Corsepius <ralf.corsepius@rtems.org>

	* console/console.c, include/bsp.h, network/network.c,
	startup/bspstart.c: Remove obsolete fixed size types.

2005-02-04	Ralf Corsepius <ralf.corsepius@rtems.org>

	* startup/bspstart.c:
	rtems_interrupt_catch(trampoline, vector, &old_handler).

2005-02-03  Eric Norum <norume@aps.anl.gov>

	* include/bsp.h, startup/bspstart.c: Add 'extended' BSP
	support (pseudo-VME).

2005-02-02  Eric Norum <norume@aps.anl.gov>

	* network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex

2005-02-01  Eric Norum <norume@aps.anl.gov>

	* include/bsp.h, network/network.c, startup/bspstart.c: Add some
	  bootprom system calls.

2005-02-01  Eric Norum <norume@aps.anl.gov>

	* start/start.S, network/network.c: Place FEC buffer descriptors
	in SRAM.  No longer need to worry about buffer descriptor caching.

2005-01-31  Eric Norum <norume@aps.anl.gov>

	* network/network.c, startup/bspstart.c: Processor doesn't snoop
	FEC DMA so we must invalidate the cache appropriately.

2005-01-31	Joel Sherrill <joel@OARcorp.com>

	* .cvsignore: New file.

2005-01-28	Eric Norum <norume@aps.anl.gov>

	* uC5282: New BSP
	* acinclude.m4: uC5282 BSP