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

4.104.114.84.95
Last change on this file since ac43f07 was ac43f07, checked in by Joel Sherrill <joel.sherrill@…>, on 12/18/01 at 14:10:54

2001-12-09 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS). Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE). Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
  • include/bsp.h: include bspopts.h.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
4        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
5        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
6        * include/bsp.h: include bspopts.h.
7
82001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
11
122001-11-08      Jiri Gaisler <jiri@gaisler.com>
13
14        This fix is in response to test results reported by Jerry Needell
15        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
16        * include/bsp.h: TM27 was not running properly because the ERC32
17        and LEON cannot nest interrupts at the same level.  The BSP test support
18        had to be modified to support using two different interrupt sources.
19
202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
23        * configure.in: Remove.
24        * configure.ac: New file, generated from configure.in by autoupdate.
25
262001-09-27      Joel Sherrill <joel@OARcorp.com>
27
28        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
29
302001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
33
342001-08-16      Joel Sherrill <joel@OARcorp.com>
35
36        * tools/runtest.in: Recognize debug variant of monitor test.
37
382001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.in: Add bspopts.h.
41        * include/.cvsignore: Add bspopts.h*, stamp-h*.
42        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
43        * include/bsp.h: Include bspopts.h.
44
452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
46
47        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
48
492000-04-23      Jiri Gaisler <jiri@gaisler.com>
50
51        * console/debugputs.c: Switched to unsigned characters.
52
532000-12-06      Joel Sherrill <joel@OARcorp.com>
54
55        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
56
572000-11-30      Joel Sherrill <joel@OARcorp.com>
58
59        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
60
612000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
62
63        * erc32sonic/erc32sonic.c: Minor modifications which enable
64        network interface to come up and work for some time before
65        getting an error in the SONIC driver.  The error is a bit random,
66        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
67        available ram (and traps) while sometimes there is a panic due
68        to RBAE/RXEN.
69
702000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Cleanup.
73
742000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
75
76        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
77        up .o's instead of .rel's from libcpu.
78
792000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
80
81        * Makefile.am, configure.in, gnatsupp/Makefile.am,
82        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
83        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
84        wrapup/Makefile.am:
85        * erc32sonic: New directory.
86        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
87        erc32sonic/.cvsignore: New files.
88        * include/erc32.h: New file.
89        * startup/boardinit.S: New file.
90        Big update of SPARC support for ERC32 and LEON.
91        Added support for ERC32 without floating point.
92        Added SONIC support as configured on Tharsys ERC32 board.
93        The bsp's share various code in the shared directory:
94           gnat-support, start-up code, etc.
95        To decrease the foot-print, I removed the 16 kbyte start-up
96        stack that was put in .bss and never reused once the system
97        was up. The stack is now put between the heap and the
98        workspace. To reclaim it, the user can do a rtems_region_extend
99        to merge the stack to the heap region once the system is up.
100
1012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
104
1052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
108
1092000-11-01      Joel Sherrill <joel@OARcorp.com>
110
111        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
112        and libcsupport.h moved from libc to lib/include/rtems and
113        now must be referenced as <rtems/XXX.h>.   Header file order
114        was cleaned up while doing this.
115
1162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
119        Switch to GNU canonicalization.
120
1212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
124        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
125        wrapup/Makefile.am: Include compile.am
126
1272000-08-10      Joel Sherrill <joel@OARcorp.com>
128
129        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.