source: rtems/c/src/lib/libbsp/bare/ChangeLog @ 49c8f45

4.104.115
Last change on this file since 49c8f45 was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
72008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * Makefile.am, preinstall.am: Use shared tm27.h stub.
10        * include/tm27.h: Removed.
11
122008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * Makefile.am: Cleanup.
15
162008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * include/bsp.h: Remove unnecessary boilerplate comments.
19
202008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
23        is NOT used anywhere.
24
252007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * include/bsp.h: Eliminate copies of the Configuration Table. Use the
28        RTEMS provided accessor macros to obtain configuration fields.
29
302007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * include/bsp.h: Move interrupt_stack_size field from CPU Table to
33        Configuration Table. Eliminate CPU Table from all ports. Delete
34        references to CPU Table in all forms.
35
362007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * bsp_specs: Remove "*cpp:". Remove qrtems_debug.
39
402007-03-10      Joel Sherrill <joel@OARcorp.com>
41
42        PR 1227/bsps
43        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
44        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
45
462007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Use MKDIR_P instead of mkdir_p.
49
502006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * configure.ac: New BUG-REPORT address.
53
542006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * configure.ac: Use AC_CONFIG_HEADER instead of AM_CONFIG_HEADER.
57
582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * configure.ac: Require autoconf-2.60. Require automake-1.10.
61
622005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Remove build-variant support.
65
662004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * include/bsp.h: Remove tm27 stuff.
69        * include/tm27.h: New.
70        * Makefile.am: Add tm27.h
71
722004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * configure.ac: Require automake > 1.9.
75
762004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
79        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
80
812004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Reflect changes to bsp.am.
84        Preinstall dist_project_lib*.
85
862004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Reflect changes to bsp.am.
89
902004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Add PREINSTALL_DIRS.
93
942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
97
982003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Misc cleanups and fixes.
101
1022003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Remove RTEMS_CANONICAL_HOST.
105
1062003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
109
1102003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Merge-in include/Makefile.am.
113        Reflect changes to bsp.am.
114        * include/Makefile.am: Remove.
115        * configure.ac: Reflect changes above.
116
1172003-09-04      Joel Sherrill <joel@OARcorp.com>
118
119        * include/bsp.h: URL for license changed.
120
1212003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect having moved aclocal/.
124
1252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Reflect having moved automake/.
128        * include/Makefile.am: Reflect having moved automake/.
129
1302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
133
1342003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        PR 445/bsps
137        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
138
1392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Remove AC_CONFIG_AUX_DIR.
142
1432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
146
1472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: AC_PREREQ(2.57).
150
1512002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
154
1552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * .cvsignore: Reformat.
158        Add autom4te*cache.
159        Remove autom4te.cache.
160
1612002-08-21      Joel Sherrill <joel@OARcorp.com>
162
163        * bsp_specs: Added support for -nostdlibs.
164
1652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac:
168        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
169        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
170        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * Makefile.am: Remove AUTOMAKE_OPTIONS.
172
1732001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
176        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
177
1782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
181        * configure.in: Remove.
182        * configure.ac: New file, generated from configure.in by autoupdate.
183
1842001-09-27      Joel Sherrill <joel@OARcorp.com>
185
186        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
187
1882001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * include/Makefile.am: Use 'CLEANFILES ='.
191        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
192        * include/Makefile.am: fix path to shared/include/coverhd.h.
193
1942001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * include/bsp.h: Include bspopts.h.
197
1982001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.in: Add bspopts.h.
201        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
202        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
203
2042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
207
2082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
211
2122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
215        Switch to GNU canonicalization.
216
2172000-08-10      Joel Sherrill <joel@OARcorp.com>
218
219        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.