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

4.104.114.84.95
Last change on this file since 80defac was 80defac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/30/02 at 06:05:34

2002-06-29 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Remove preinstallation of libbsp.a,
  • Property mode set to 100644
File size: 5.8 KB
Line 
12002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
4
52001-05-09      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: In support of gcc 3.1, added one of more
8        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
9        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
10        and direction of segments to memory regions may also have been
11        addressed.  This was a sweep across all BSPs.
12 
132001-04-26      Joel Sherrill <joel@OARcorp.com>
14
15        * include/bsp.h: Change SIS to ERC32_BSP.
16 
172002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
20        Remove BSPOPTS_*(FPU_REVB).
21        * wrapup/Makefile.am: Remove tbr.
22
232002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
26        Add BSPOPTS_*(FPU_REVB).
27        * wrapup/Makefile.am: Add tbr.
28
292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac:
32        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
33        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
34        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
44
452001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
48        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
49        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
50        * include/bsp.h: include bspopts.h.
51
522001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
55
562001-11-08      Jiri Gaisler <jiri@gaisler.com>
57
58        This fix is in response to test results reported by Jerry Needell
59        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
60        * include/bsp.h: TM27 was not running properly because the ERC32
61        and LEON cannot nest interrupts at the same level.  The BSP test support
62        had to be modified to support using two different interrupt sources.
63
642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
67        * configure.in: Remove.
68        * configure.ac: New file, generated from configure.in by autoupdate.
69
702001-09-27      Joel Sherrill <joel@OARcorp.com>
71
72        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
73
742001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
77
782001-08-16      Joel Sherrill <joel@OARcorp.com>
79
80        * tools/runtest.in: Recognize debug variant of monitor test.
81
822001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.in: Add bspopts.h.
85        * include/.cvsignore: Add bspopts.h*, stamp-h*.
86        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
87        * include/bsp.h: Include bspopts.h.
88
892001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
90
91        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
92
932000-04-23      Jiri Gaisler <jiri@gaisler.com>
94
95        * console/debugputs.c: Switched to unsigned characters.
96
972000-12-06      Joel Sherrill <joel@OARcorp.com>
98
99        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
100
1012000-11-30      Joel Sherrill <joel@OARcorp.com>
102
103        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
104
1052000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
106
107        * erc32sonic/erc32sonic.c: Minor modifications which enable
108        network interface to come up and work for some time before
109        getting an error in the SONIC driver.  The error is a bit random,
110        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
111        available ram (and traps) while sometimes there is a panic due
112        to RBAE/RXEN.
113
1142000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Cleanup.
117
1182000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
119
120        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
121        up .o's instead of .rel's from libcpu.
122
1232000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
124
125        * Makefile.am, configure.in, gnatsupp/Makefile.am,
126        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
127        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
128        wrapup/Makefile.am:
129        * erc32sonic: New directory.
130        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
131        erc32sonic/.cvsignore: New files.
132        * include/erc32.h: New file.
133        * startup/boardinit.S: New file.
134        Big update of SPARC support for ERC32 and LEON.
135        Added support for ERC32 without floating point.
136        Added SONIC support as configured on Tharsys ERC32 board.
137        The bsp's share various code in the shared directory:
138           gnat-support, start-up code, etc.
139        To decrease the foot-print, I removed the 16 kbyte start-up
140        stack that was put in .bss and never reused once the system
141        was up. The stack is now put between the heap and the
142        workspace. To reclaim it, the user can do a rtems_region_extend
143        to merge the stack to the heap region once the system is up.
144
1452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
148
1492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
152
1532000-11-01      Joel Sherrill <joel@OARcorp.com>
154
155        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
156        and libcsupport.h moved from libc to lib/include/rtems and
157        now must be referenced as <rtems/XXX.h>.   Header file order
158        was cleaned up while doing this.
159
1602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
163        Switch to GNU canonicalization.
164
1652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
168        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
169        wrapup/Makefile.am: Include compile.am
170
1712000-08-10      Joel Sherrill <joel@OARcorp.com>
172
173        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.