source: rtems/c/src/lib/libbsp/bare/ChangeLog @ 53fe0ffe

4.9
Last change on this file since 53fe0ffe was 53fe0ffe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 01:07:28

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Cleanup.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12008-09-29     Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Cleanup.
4
52007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * include/bsp.h: Eliminate copies of the Configuration Table. Use the
8        RTEMS provided accessor macros to obtain configuration fields.
9
102007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * include/bsp.h: Move interrupt_stack_size field from CPU Table to
13        Configuration Table. Eliminate CPU Table from all ports. Delete
14        references to CPU Table in all forms.
15
162007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * bsp_specs: Remove "*cpp:". Remove qrtems_debug.
19
202007-03-10      Joel Sherrill <joel@OARcorp.com>
21
22        PR 1227/bsps
23        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
24        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
25
262007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Use MKDIR_P instead of mkdir_p.
29
302006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * configure.ac: New BUG-REPORT address.
33
342006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * configure.ac: Use AC_CONFIG_HEADER instead of AM_CONFIG_HEADER.
37
382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * configure.ac: Require autoconf-2.60. Require automake-1.10.
41
422005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Remove build-variant support.
45
462004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * include/bsp.h: Remove tm27 stuff.
49        * include/tm27.h: New.
50        * Makefile.am: Add tm27.h
51
522004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * configure.ac: Require automake > 1.9.
55
562004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
59        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
60
612004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Reflect changes to bsp.am.
64        Preinstall dist_project_lib*.
65
662004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Reflect changes to bsp.am.
69
702004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Add PREINSTALL_DIRS.
73
742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
77
782003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Misc cleanups and fixes.
81
822003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Remove RTEMS_CANONICAL_HOST.
85
862003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
89
902003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Merge-in include/Makefile.am.
93        Reflect changes to bsp.am.
94        * include/Makefile.am: Remove.
95        * configure.ac: Reflect changes above.
96
972003-09-04      Joel Sherrill <joel@OARcorp.com>
98
99        * include/bsp.h: URL for license changed.
100
1012003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Reflect having moved aclocal/.
104
1052003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Reflect having moved automake/.
108        * include/Makefile.am: Reflect having moved automake/.
109
1102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
113
1142003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        PR 445/bsps
117        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
118
1192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Remove AC_CONFIG_AUX_DIR.
122
1232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
126
1272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: AC_PREREQ(2.57).
130
1312002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
134
1352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * .cvsignore: Reformat.
138        Add autom4te*cache.
139        Remove autom4te.cache.
140
1412002-08-21      Joel Sherrill <joel@OARcorp.com>
142
143        * bsp_specs: Added support for -nostdlibs.
144
1452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac:
148        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
149        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
150        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * Makefile.am: Remove AUTOMAKE_OPTIONS.
152
1532001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
156        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
157
1582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
161        * configure.in: Remove.
162        * configure.ac: New file, generated from configure.in by autoupdate.
163
1642001-09-27      Joel Sherrill <joel@OARcorp.com>
165
166        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
167
1682001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * include/Makefile.am: Use 'CLEANFILES ='.
171        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
172        * include/Makefile.am: fix path to shared/include/coverhd.h.
173
1742001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * include/bsp.h: Include bspopts.h.
177
1782001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.in: Add bspopts.h.
181        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
182        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
183
1842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
187
1882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
191
1922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
195        Switch to GNU canonicalization.
196
1972000-08-10      Joel Sherrill <joel@OARcorp.com>
198
199        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.