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

4.104.114.84.95
Last change on this file since 1abb56b was 1abb56b, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/00 at 21:47:01

2000-11-13 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Cleanup.
  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[1abb56b]12000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Cleanup.
4
[23bdd25e]52000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
6
7        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
8        up .o's instead of .rel's from libcpu.
9
[2700423]102000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
11
12        * Makefile.am, configure.in, gnatsupp/Makefile.am,
13        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
14        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
15        wrapup/Makefile.am:
16        * erc32sonic: New directory.
17        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
18        erc32sonic/.cvsignore: New files.
19        * include/erc32.h: New file.
20        * startup/boardinit.S: New file.
21        Big update of SPARC support for ERC32 and LEON.
22        Added support for ERC32 without floating point.
23        Added SONIC support as configured on Tharsys ERC32 board.
24        The bsp's share various code in the shared directory:
25           gnat-support, start-up code, etc.
26        To decrease the foot-print, I removed the 16 kbyte start-up
27        stack that was put in .bss and never reused once the system
28        was up. The stack is now put between the heap and the
29        workspace. To reclaim it, the user can do a rtems_region_extend
30        to merge the stack to the heap region once the system is up.
31
[feead226]322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
35
[a314d3b4]362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
39
[eba2e4f]402000-11-01      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
43        and libcsupport.h moved from libc to lib/include/rtems and
44        now must be referenced as <rtems/XXX.h>.   Header file order
45        was cleaned up while doing this.
46
[0134f4f]472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
50        Switch to GNU canonicalization.
51
[0ecf57c7]522000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
55        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
56        wrapup/Makefile.am: Include compile.am
57
[e94ad1fe]582000-08-10      Joel Sherrill <joel@OARcorp.com>
59
60        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.