source: rtems/c/src/lib/libbsp/m68k/uC5282/ChangeLog @ b8b8d34

4.104.114.84.95
Last change on this file since b8b8d34 was b8b8d34, checked in by Joel Sherrill <joel.sherrill@…>, on 02/01/06 at 18:38:30

Formatting.

  • Property mode set to 100644
File size: 4.5 KB
Line 
12006-01-29  Eric Norum <norume@aps.anl.gov>
2
3        * clock/clock.c, network/network.c, startup/bspstart.c:
4        Add an 'extended BSP' routine which returns the CPU load average.
5
62006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Add preinstall.am.
9
102005-12-19  Eric Norum <norume@aps.anl.gov>
11
12    * startup/bspstart.c: Add another 'extended BSP' routine which return
13                          reboot status register information.
14
152005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * bsp_specs: Remove %cpp.
18
192005-11-11  Eric Norum <norume@aps.anl.gov>
20
21    * console/console.c: Clean up UART2 pin setup.  Protect pin setup code.
22
232005-11-08  Eric Norum <norume@aps.anl.gov>
24
25    * console/console.c: Add code to set up pin assignments
26
272005-11-07  Eric Norum <norume@aps.anl.gov>
28
29    * Almost everything: Assign copyright to OAR.
30
312005-10-26  Eric Norum <norume@aps.anl.gov>
32
33        * README, network/network.c: Add support for forcing link parameters.
34
352005-09-16  Eric Norum <norume@aps.anl.gov>
36
37        * startup/bspstart.c: Add bsp_reset bootrom call.
38        * startup/bspclean.c: Call bsp_reset from bsp_cleanup().
39
402005-07-05  Eric Norum <norume@aps.anl.gov>
41
42        * startup/linkcmdc: Add .gnu.linkonce.b
43
442005-07-05  Eric Norum <norume@aps.anl.gov>
45
46        * startup/bspstart.c: Ensure that CS[12]n are enabled.
47
482005-06-28  Eric Norum <norume@aps.anl.gov>
49
50        * network/network.c: Add full/half-duplex auto-negotiation support.
51
522005-06-20  Eric Norum <norume@aps.anl.gov>
53
54        * network/network.c: Clean up transmit buffer realignment.  Many
55        thanks to Mr. Kolja Waschk for identifying the problem.
56
572005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * include/bsp.h: New header guard.
60
612005-05-23  Eric Norum <norume@aps.anl.gov>
62
63        * startup/linkcmds
64          startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes.
65
662005-05-11  Eric Norum <norume@aps.anl.gov>
67
68        * startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03.
69
702005-05-10  Eric Norum <norume@aps.anl.gov>
71
72        * network/network.c: Poke RDAR/TDAR every time.
73                         Add more diagnostic printout.
74
752005-05-03      Joel Sherrill <joel@OARcorp.com>
76
77        * startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest
78        of m68k family.
79
802005-04-26      Joel Sherrill <joel@OARcorp.com>
81
82        * network/network.c: Eliminate warnings.
83
842005-04-20  Eric Norum <norume@aps.anl.gov>
85
86        * startup/bspstart.c
87        * network/network.c: Try instruction-only cache.
88
892005-04-19  Eric Norum <norume@aps.anl.gov>
90
91        * startup/bspstart.c: Expose read/write copy of cache control registers
92                          in case some application diagnostic code wants to
93                          display the values.
94
952005-04-13  Eric Norum <norume@aps.anl.gov>
96
97        * network/network.c: Add some more diagnostics.
98                         Poke TDAR/RDAR only when necessary.
99
1002005-04-10  Eric Norum <norume@aps.anl.gov>
101
102        * startup/bspstart.c: Set up IRQ1* handling properly.
103
1042005-04-08  Eric Norum <norume@aps.anl.gov>
105
106        * startup/bspstart.c: FPGA interrupt status register is now 16-bit.
107
1082005-03-12  Eric Norum <norume@aps.anl.gov>
109
110        * network/network.c: Add statistics counter for number of realigned bytes.
111
1122005-03-10  Eric Norum <norume@aps.anl.gov>
113
114        * startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).
115
1162005-02-14  Eric Norum <norume@aps.anl.gov>
117
118        * startup/bspstart.c: Don't cache flash -- it messes up programming.
119
1202005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * console/console.c, include/bsp.h, network/network.c,
123        startup/bspstart.c: Remove obsolete fixed size types.
124
1252005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * startup/bspstart.c:
128        rtems_interrupt_catch(trampoline, vector, &old_handler).
129
1302005-02-03  Eric Norum <norume@aps.anl.gov>
131
132        * include/bsp.h, startup/bspstart.c: Add 'extended' BSP
133        support (pseudo-VME).
134
1352005-02-02  Eric Norum <norume@aps.anl.gov>
136
137        * network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex
138
1392005-02-01  Eric Norum <norume@aps.anl.gov>
140
141        * include/bsp.h, network/network.c, startup/bspstart.c: Add some
142          bootprom system calls.
143
1442005-02-01  Eric Norum <norume@aps.anl.gov>
145
146        * start/start.S, network/network.c: Place FEC buffer descriptors
147        in SRAM.  No longer need to worry about buffer descriptor caching.
148
1492005-01-31  Eric Norum <norume@aps.anl.gov>
150
151        * network/network.c, startup/bspstart.c: Processor doesn't snoop
152        FEC DMA so we must invalidate the cache appropriately.
153
1542005-01-31      Joel Sherrill <joel@OARcorp.com>
155
156        * .cvsignore: New file.
157
1582005-01-28      Eric Norum <norume@aps.anl.gov>
159
160        * uC5282: New BSP
161        * acinclude.m4: uC5282 BSP
162
Note: See TracBrowser for help on using the repository browser.