source: rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog @ a1c86a4c

4.104.114.84.95
Last change on this file since a1c86a4c was a1c86a4c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/21/00 at 14:02:17

2000-11-21 Jiri Gaisler <jgais@…>

  • erc32sonic/erc32sonic.c: Minor modifications which enable network interface to come up and work for some time before getting an error in the SONIC driver. The error is a bit random, sometimes MCLGET (m, M_WAIT) tries to access memory way outside the available ram (and traps) while sometimes there is a panic due to RBAE/RXEN.
  • Property mode set to 100644
File size: 2.5 KB
Line 
12000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
2
3        * erc32sonic/erc32sonic.c: Minor modifications which enable
4        network interface to come up and work for some time before
5        getting an error in the SONIC driver.  The error is a bit random,
6        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
7        available ram (and traps) while sometimes there is a panic due
8        to RBAE/RXEN.
9
102000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Cleanup.
13
142000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
15
16        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
17        up .o's instead of .rel's from libcpu.
18
192000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
20
21        * Makefile.am, configure.in, gnatsupp/Makefile.am,
22        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
23        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
24        wrapup/Makefile.am:
25        * erc32sonic: New directory.
26        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
27        erc32sonic/.cvsignore: New files.
28        * include/erc32.h: New file.
29        * startup/boardinit.S: New file.
30        Big update of SPARC support for ERC32 and LEON.
31        Added support for ERC32 without floating point.
32        Added SONIC support as configured on Tharsys ERC32 board.
33        The bsp's share various code in the shared directory:
34           gnat-support, start-up code, etc.
35        To decrease the foot-print, I removed the 16 kbyte start-up
36        stack that was put in .bss and never reused once the system
37        was up. The stack is now put between the heap and the
38        workspace. To reclaim it, the user can do a rtems_region_extend
39        to merge the stack to the heap region once the system is up.
40
412000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
44
452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
48
492000-11-01      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
52        and libcsupport.h moved from libc to lib/include/rtems and
53        now must be referenced as <rtems/XXX.h>.   Header file order
54        was cleaned up while doing this.
55
562000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
59        Switch to GNU canonicalization.
60
612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
64        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
65        wrapup/Makefile.am: Include compile.am
66
672000-08-10      Joel Sherrill <joel@OARcorp.com>
68
69        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.