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

4.104.114.84.95
Last change on this file since 728e177 was 728e177, checked in by Eric Norum <WENorum@…>, on 07/06/05 at 00:17:28

Enable CS1* and CS2* now that Arcturus bootstrap PROMs no longer take care of that for us.

  • Property mode set to 100644
File size: 3.3 KB
Line 
12005-07-05  Eric Norum <norume@aps.anl.gov>
2
3        * startup/bspstart.c: Ensure that CS[12]n are enabled.
4
52005-06-28  Eric Norum <norume@aps.anl.gov>
6
7        * network/network.c: Add full/half-duplex auto-negotiation support.
8
92005-06-20  Eric Norum <norume@aps.anl.gov>
10
11        * network/network.c: Clean up transmit buffer realignment.  Many thanks to
12                         Mr. Kolja Waschk for identifying the problem.
13
142005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * include/bsp.h: New header guard.
17
182005-05-23  Eric Norum <norume@aps.anl.gov>
19
20        * startup/linkcmds
21          startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes.
22
232005-05-11  Eric Norum <norume@aps.anl.gov>
24
25        * startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03.
26
272005-05-10  Eric Norum <norume@aps.anl.gov>
28
29        * network/network.c: Poke RDAR/TDAR every time.
30                         Add more diagnostic printout.
31
322005-05-03      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest
35        of m68k family.
36
372005-04-26      Joel Sherrill <joel@OARcorp.com>
38
39        * network/network.c: Eliminate warnings.
40
412005-04-20  Eric Norum <norume@aps.anl.gov>
42
43        * startup/bspstart.c
44        * network/network.c: Try instruction-only cache.
45
462005-04-19  Eric Norum <norume@aps.anl.gov>
47
48        * startup/bspstart.c: Expose read/write copy of cache control registers
49                          in case some application diagnostic code wants to
50                          display the values.
51
522005-04-13  Eric Norum <norume@aps.anl.gov>
53
54        * network/network.c: Add some more diagnostics.
55                         Poke TDAR/RDAR only when necessary.
56
572005-04-10  Eric Norum <norume@aps.anl.gov>
58
59        * startup/bspstart.c: Set up IRQ1* handling properly.
60
612005-04-08  Eric Norum <norume@aps.anl.gov>
62
63        * startup/bspstart.c: FPGA interrupt status register is now 16-bit.
64
652005-03-12  Eric Norum <norume@aps.anl.gov>
66
67        * network/network.c: Add statistics counter for number of realigned bytes.
68
692005-03-10  Eric Norum <norume@aps.anl.gov>
70
71        * startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).
72
732005-02-14  Eric Norum <norume@aps.anl.gov>
74
75        * startup/bspstart.c: Don't cache flash -- it messes up programming.
76
772005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * console/console.c, include/bsp.h, network/network.c,
80        startup/bspstart.c: Remove obsolete fixed size types.
81
822005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * startup/bspstart.c:
85        rtems_interrupt_catch(trampoline, vector, &old_handler).
86
872005-02-03  Eric Norum <norume@aps.anl.gov>
88
89        * include/bsp.h, startup/bspstart.c: Add 'extended' BSP
90        support (pseudo-VME).
91
922005-02-02  Eric Norum <norume@aps.anl.gov>
93
94        * network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex
95
962005-02-01  Eric Norum <norume@aps.anl.gov>
97
98        * include/bsp.h, network/network.c, startup/bspstart.c: Add some
99          bootprom system calls.
100
1012005-02-01  Eric Norum <norume@aps.anl.gov>
102
103        * start/start.S, network/network.c: Place FEC buffer descriptors
104        in SRAM.  No longer need to worry about buffer descriptor caching.
105
1062005-01-31  Eric Norum <norume@aps.anl.gov>
107
108        * network/network.c, startup/bspstart.c: Processor doesn't snoop
109        FEC DMA so we must invalidate the cache appropriately.
110
1112005-01-31      Joel Sherrill <joel@OARcorp.com>
112
113        * .cvsignore: New file.
114
1152005-01-28      Eric Norum <norume@aps.anl.gov>
116
117        * uC5282: New BSP
118        * acinclude.m4: uC5282 BSP
119
Note: See TracBrowser for help on using the repository browser.