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

4.104.114.84.95
Last change on this file since 3eec211 was 2700423, checked in by Joel Sherrill <joel.sherrill@…>, on 11/13/00 at 22:29:14

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

  • Makefile.am, configure.in, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h, start/Makefile.am, startup/Makefile.am, startup/setvec.c, wrapup/Makefile.am:
  • erc32sonic: New directory.
  • erc32sonic/Makefile.am, erc32sonic/erc32sonic.c, erc32sonic/.cvsignore: New files.
  • include/erc32.h: New file.
  • startup/boardinit.S: New file. Big update of SPARC support for ERC32 and LEON. Added support for ERC32 without floating point. Added SONIC support as configured on Tharsys ERC32 board. The bsp's share various code in the shared directory:

gnat-support, start-up code, etc.

To decrease the foot-print, I removed the 16 kbyte start-up
stack that was put in .bss and never reused once the system
was up. The stack is now put between the heap and the
workspace. To reclaim it, the user can do a rtems_region_extend
to merge the stack to the heap region once the system is up.

  • Property mode set to 100644
File size: 1.9 KB
Line 
12000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2
3        * Makefile.am, configure.in, gnatsupp/Makefile.am,
4        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
5        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
6        wrapup/Makefile.am:
7        * erc32sonic: New directory.
8        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
9        erc32sonic/.cvsignore: New files.
10        * include/erc32.h: New file.
11        * startup/boardinit.S: New file.
12        Big update of SPARC support for ERC32 and LEON.
13        Added support for ERC32 without floating point.
14        Added SONIC support as configured on Tharsys ERC32 board.
15        The bsp's share various code in the shared directory:
16           gnat-support, start-up code, etc.
17        To decrease the foot-print, I removed the 16 kbyte start-up
18        stack that was put in .bss and never reused once the system
19        was up. The stack is now put between the heap and the
20        workspace. To reclaim it, the user can do a rtems_region_extend
21        to merge the stack to the heap region once the system is up.
22
232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
26
272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
30
312000-11-01      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
34        and libcsupport.h moved from libc to lib/include/rtems and
35        now must be referenced as <rtems/XXX.h>.   Header file order
36        was cleaned up while doing this.
37
382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
41        Switch to GNU canonicalization.
42
432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
46        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
47        wrapup/Makefile.am: Include compile.am
48
492000-08-10      Joel Sherrill <joel@OARcorp.com>
50
51        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.