source: rtems/c/src/lib/libbsp/sparc/ChangeLog @ 11c60096

4.104.114.84.95
Last change on this file since 11c60096 was 11c60096, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 06:35:01

2006-10-17 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.60. Require automake-1.10.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.60. Require automake-1.10.
4
52006-01-10      Joel Sherrill <joel@OARcorp.com>
6
7        * shared/start.S: Add include of bspopts.h so SIS quirks will trigger.
8
92006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * shared/start.S: Backport from rtems-4-6-branch.
12
132005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Merge-in shared/Makefile.am.
16        * ChangeLog: Merge-in shared/ChangeLog.
17        * configure.ac: Remove shared/Makefile.am.
18
192005-09-02      Joel Sherrill <joel@OARcorp.com>
20
21        PR 821/bsps
22        * shared/start.S: Workaround -- just avoid copying non-existent
23        initialized data in ROM to RAM.
24
252004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * configure.ac: Require automake > 1.9.
28
292004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * shared/start.S: Include <rtems/asm.h> instead of <asm.h>.
32
332004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * shared/bspstart.c, shared/gnatcommon.c: Convert to using c99 fixed
36        size types.
37
382004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
41        * acinclude.m4: Regenerate.
42
432004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
46        $(RTEMS_BSP_FAMILY).
47
482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
51
522003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * shared/Makefile.am: Cosmetics.
55
562003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * acinclude.m4: Reflect changes to bootstrap.
59        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
60
612003-09-26      Joel Sherrill <joel@OARcorp.com>
62
63        * shared/bspstart.c: Obsoleting HP PA-RISC port and removing all
64        references.
65
662003-09-04      Joel Sherrill <joel@OARcorp.com>
67
68        * shared/bspclean.c, shared/bspstart.c: URL for license changed.
69
702003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reflect having moved aclocal/.
73
742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am, shared/Makefile.am: Reflect having moved automake/.
77
782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Use rtems-bugs@rtems.com as bug report email
81        address.
82
832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Remove AC_CONFIG_AUX_DIR.
86
872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
90        * configure.ac: AC_PREREQ(2.57).
91
922002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
95
962002-11-01      Joel Sherrill <joel@OARcorp.com>
97
98        * shared/gnatcommon.c: Removed warnings.
99
1002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
103
1042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
108        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
109
1102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
113        * configure.ac: New file, generated from configure.in by autoupdate.
114        * configure.in: Remove.
115
1162001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * acinclude.m4: New file.
119        * configure.in: Use RTEMS_BSP_SUBDIR.
120
1212000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Cleanup.
124
1252000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
126
127        * shared/ChangeLog, shared/.cvsignore, shared/Makefile.am,
128        shared/bspclean.c, shared/bspstart.c, shared/gnatcommon.c,
129        shared/start.S: New files.  Largely moved from ERC32 BSP to be able
130        to be shared with LEON and other SPARC BSPs.
131        * Makefile.am, configure.in: Added shared directory as part of
132        enhancing ERC32 and adding LEON.
133
1342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
137
1382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
141        $(RTEMS_TOPdir)/aclocal.
142
1432000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
146        GNU canonicalization.
147
1482000-08-10      Joel Sherrill <joel@OARcorp.com>
149
150        * ChangeLog: New file.
151
1522000-04-23      Jiri Gaisler <jiri@gaisler.com>
153
154        * shared/start.S: Modificatins to preserve the current CWP and
155        adjust the WIM accordingly. This improves compatibility with the
156        remote debugger and the mkprom prom-builder.
157
Note: See TracBrowser for help on using the repository browser.