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

4.104.114.84.95
Last change on this file since cea4bd5 was cea4bd5, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/00 at 14:35:26

2000-11-30 Joel Sherrill <joel@…>

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