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

4.104.114.84.95
Last change on this file since 6de4727f was 6de4727f, checked in by Joel Sherrill <joel.sherrill@…>, on 04/23/01 at 13:19:35

2000-04-23 Jiri Gaisler <jiri@…>

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