source: rtems/c/src/lib/libbsp/sparc/leon/ChangeLog @ c43d7bd

4.104.114.84.95
Last change on this file since c43d7bd was 5354ab0, checked in by Joel Sherrill <joel.sherrill@…>, on 11/08/01 at 13:39:52

2001-11-08 Jiri Gaisler <jiri@…>

This fix is in response to test results reported by Jerry Needell
<jerry.needell@…> for the SPARC/ERC32 and tracked as PR80.

  • include/bsp.h: TM27 was not running properly because the ERC32 and LEON cannot nest interrupts at the same level. The BSP test support had to be modified to support using two different interrupt sources.
  • Property mode set to 100644
File size: 2.6 KB
Line 
12001-11-08      Jiri Gaisler <jiri@gaisler.com>
2
3        This fix is in response to test results reported by Jerry Needell
4        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
5        * include/bsp.h: TM27 was not running properly because the ERC32
6        and LEON cannot nest interrupts at the same level.  The BSP test support
7        had to be modified to support using two different interrupt sources.
8
92001-10-12      Joel Sherrill <joel@OARcorp.com>
10
11        * clock/ckinit.c, console/console.c, include/bsp.h, include/leon.h,
12        startup/setvec.c, timer/timer.c: Fixed typo.
13
142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
17        * configure.in: Remove.
18        * configure.ac: New file, generated from configure.in by autoupdate.
19
202001-09-27      Joel Sherrill <joel@OARcorp.com>
21
22        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
23
242001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
27
282001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.in: Add bspopts.h.
31        * include/.cvsignore: Add bspopts.h*, stamp-h*.
32        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
33        * include/bsp.h: Include bspopts.h.
34
352001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
36
37        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
38
392000-04-23      Jiri Gaisler <jiri@gaisler.com>
40
41        * console/debugputs.c: Switched to unsigned characters.
42
432000-12-06      Joel Sherrill <joel@OARcorp.com>
44
45        * console/console.c: Removed console_reserve_resources().
46
472000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * include/Makefile.am: Cleanup.
50
512000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
52
53        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
54        up .o's instead of .rel's from libcpu.
55
562000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
57
58        * startup/boardinit.S: St 32-bit ram width by default.
59
602000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
61
62        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
63        configure.in, times, clock/.cvsignore, clock/Makefile.am,
64        clock/ckinit.c, console/.cvsignore, console/Makefile.am,
65        console/console.c, console/consolereserveresources.c,
66        console/debugputs.c, gnatsupp/.cvsignore,
67        gnatsupp/Makefile.am, gnatsupp/gnatsupp.c,
68        include/.cvsignore, include/Makefile.am, include/bsp.h,
69        include/coverhd.h, include/leon.h, start/.cvsignore,
70        start/Makefile.am, startup/.cvsignore, startup/Makefile.am,
71        startup/boardinit.S, startup/linkcmds, startup/setvec.c,
72        startup/spurious.c, timer/.cvsignore, timer/Makefile.am,
73        timer/timer.c, tools/.cvsignore, tools/Makefile.am,
74        tools/configure.in, tools/runtest.in, wrapup/.cvsignore,
75        wrapup/Makefile.am: New file.
Note: See TracBrowser for help on using the repository browser.