source: rtems/c/src/lib/libbsp/bare/ChangeLog @ 87b88ce

4.9
Last change on this file since 87b88ce was 9cf283a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/07 at 15:50:38

2007-12-11 Joel Sherrill <joel.sherrill@…>

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