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

4.104.114.84.95
Last change on this file since e2f88ab9 was e2f88ab9, checked in by Eric Norum <WENorum@…>, on 05/24/05 at 01:07:45

Try to maintain compatability with everyone else's VBR changes.

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