source: rtems/c/src/lib/libbsp/bare/ChangeLog @ ccceaf3

4.104.115
Last change on this file since ccceaf3 was ccceaf3, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 17:42:45

2008-09-18 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h: Remove unnecessary boilerplate comments.
  • Property mode set to 100644
File size: 5.6 KB
Line 
12008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Remove unnecessary boilerplate comments.
4
52008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
8        is NOT used anywhere.
9
102007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * include/bsp.h: Eliminate copies of the Configuration Table. Use the
13        RTEMS provided accessor macros to obtain configuration fields.
14
152007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * include/bsp.h: Move interrupt_stack_size field from CPU Table to
18        Configuration Table. Eliminate CPU Table from all ports. Delete
19        references to CPU Table in all forms.
20
212007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * bsp_specs: Remove "*cpp:". Remove qrtems_debug.
24
252007-03-10      Joel Sherrill <joel@OARcorp.com>
26
27        PR 1227/bsps
28        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
29        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
30
312007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Use MKDIR_P instead of mkdir_p.
34
352006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * configure.ac: New BUG-REPORT address.
38
392006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * configure.ac: Use AC_CONFIG_HEADER instead of AM_CONFIG_HEADER.
42
432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * configure.ac: Require autoconf-2.60. Require automake-1.10.
46
472005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Remove build-variant support.
50
512004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * include/bsp.h: Remove tm27 stuff.
54        * include/tm27.h: New.
55        * Makefile.am: Add tm27.h
56
572004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * configure.ac: Require automake > 1.9.
60
612004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
64        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
65
662004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Reflect changes to bsp.am.
69        Preinstall dist_project_lib*.
70
712004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Reflect changes to bsp.am.
74
752004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Add PREINSTALL_DIRS.
78
792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
82
832003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Misc cleanups and fixes.
86
872003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Remove RTEMS_CANONICAL_HOST.
90
912003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
94
952003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Merge-in include/Makefile.am.
98        Reflect changes to bsp.am.
99        * include/Makefile.am: Remove.
100        * configure.ac: Reflect changes above.
101
1022003-09-04      Joel Sherrill <joel@OARcorp.com>
103
104        * include/bsp.h: URL for license changed.
105
1062003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Reflect having moved aclocal/.
109
1102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Reflect having moved automake/.
113        * include/Makefile.am: Reflect having moved automake/.
114
1152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
118
1192003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        PR 445/bsps
122        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
123
1242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Remove AC_CONFIG_AUX_DIR.
127
1282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
131
1322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: AC_PREREQ(2.57).
135
1362002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
139
1402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * .cvsignore: Reformat.
143        Add autom4te*cache.
144        Remove autom4te.cache.
145
1462002-08-21      Joel Sherrill <joel@OARcorp.com>
147
148        * bsp_specs: Added support for -nostdlibs.
149
1502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac:
153        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
154        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
155        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * Makefile.am: Remove AUTOMAKE_OPTIONS.
157
1582001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
161        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
162
1632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
166        * configure.in: Remove.
167        * configure.ac: New file, generated from configure.in by autoupdate.
168
1692001-09-27      Joel Sherrill <joel@OARcorp.com>
170
171        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
172
1732001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * include/Makefile.am: Use 'CLEANFILES ='.
176        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
177        * include/Makefile.am: fix path to shared/include/coverhd.h.
178
1792001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * include/bsp.h: Include bspopts.h.
182
1832001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.in: Add bspopts.h.
186        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
187        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
188
1892000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
192
1932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
196
1972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
200        Switch to GNU canonicalization.
201
2022000-08-10      Joel Sherrill <joel@OARcorp.com>
203
204        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.