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

4.104.114.84.95
Last change on this file since cdb717e was f077cc96, checked in by Eric Norum <WENorum@…>, on 06/20/05 at 20:48:48

Clean up transmit buffer realignment.
Many thanks to Mr. Kolja Waschk for identifying the problem.

  • Property mode set to 100644
File size: 3.1 KB
Line 
12005-06-20  Eric Norum <norume@aps.anl.gov>
2
3        * network/network.c: Clean up transmit buffer realignment.  Many thanks to
4                         Mr. Kolja Waschk for identifying the problem.
5
62005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * include/bsp.h: New header guard.
9
102005-05-23  Eric Norum <norume@aps.anl.gov>
11
12        * startup/linkcmds
13          startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes.
14
152005-05-11  Eric Norum <norume@aps.anl.gov>
16
17        * startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03.
18
192005-05-10  Eric Norum <norume@aps.anl.gov>
20
21        * network/network.c: Poke RDAR/TDAR every time.
22                         Add more diagnostic printout.
23
242005-05-03      Joel Sherrill <joel@OARcorp.com>
25
26        * startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest
27        of m68k family.
28
292005-04-26      Joel Sherrill <joel@OARcorp.com>
30
31        * network/network.c: Eliminate warnings.
32
332005-04-20  Eric Norum <norume@aps.anl.gov>
34
35        * startup/bspstart.c
36        * network/network.c: Try instruction-only cache.
37
382005-04-19  Eric Norum <norume@aps.anl.gov>
39
40        * startup/bspstart.c: Expose read/write copy of cache control registers
41                          in case some application diagnostic code wants to
42                          display the values.
43
442005-04-13  Eric Norum <norume@aps.anl.gov>
45
46        * network/network.c: Add some more diagnostics.
47                         Poke TDAR/RDAR only when necessary.
48
492005-04-10  Eric Norum <norume@aps.anl.gov>
50
51        * startup/bspstart.c: Set up IRQ1* handling properly.
52
532005-04-08  Eric Norum <norume@aps.anl.gov>
54
55        * startup/bspstart.c: FPGA interrupt status register is now 16-bit.
56
572005-03-12  Eric Norum <norume@aps.anl.gov>
58
59        * network/network.c: Add statistics counter for number of realigned bytes.
60
612005-03-10  Eric Norum <norume@aps.anl.gov>
62
63        * startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).
64
652005-02-14  Eric Norum <norume@aps.anl.gov>
66
67        * startup/bspstart.c: Don't cache flash -- it messes up programming.
68
692005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * console/console.c, include/bsp.h, network/network.c,
72        startup/bspstart.c: Remove obsolete fixed size types.
73
742005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * startup/bspstart.c:
77        rtems_interrupt_catch(trampoline, vector, &old_handler).
78
792005-02-03  Eric Norum <norume@aps.anl.gov>
80
81        * include/bsp.h, startup/bspstart.c: Add 'extended' BSP
82        support (pseudo-VME).
83
842005-02-02  Eric Norum <norume@aps.anl.gov>
85
86        * network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex
87
882005-02-01  Eric Norum <norume@aps.anl.gov>
89
90        * include/bsp.h, network/network.c, startup/bspstart.c: Add some
91          bootprom system calls.
92
932005-02-01  Eric Norum <norume@aps.anl.gov>
94
95        * start/start.S, network/network.c: Place FEC buffer descriptors
96        in SRAM.  No longer need to worry about buffer descriptor caching.
97
982005-01-31  Eric Norum <norume@aps.anl.gov>
99
100        * network/network.c, startup/bspstart.c: Processor doesn't snoop
101        FEC DMA so we must invalidate the cache appropriately.
102
1032005-01-31      Joel Sherrill <joel@OARcorp.com>
104
105        * .cvsignore: New file.
106
1072005-01-28      Eric Norum <norume@aps.anl.gov>
108
109        * uC5282: New BSP
110        * acinclude.m4: uC5282 BSP
111
Note: See TracBrowser for help on using the repository browser.