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

4.104.114.84.95
Last change on this file since be6073f4 was 85c92574, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/02 at 21:37:30

2001-05-09 Joel Sherrill <joel@…>

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