source: rtems/c/src/lib/libbsp/bare/ChangeLog @ 9cf283a

4.104.114.95
Last change on this file since 9cf283a 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
RevLine 
[9cf283a]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
[c93b6ec]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
[93c158a]122007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * bsp_specs: Remove "*cpp:". Remove qrtems_debug.
15
[5d3d6d1a]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
[f2a90594]222007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Use MKDIR_P instead of mkdir_p.
25
[fcb0cd46]262006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: New BUG-REPORT address.
29
[7198611]302006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * configure.ac: Use AC_CONFIG_HEADER instead of AM_CONFIG_HEADER.
33
[11c60096]342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * configure.ac: Require autoconf-2.60. Require automake-1.10.
37
[db3fa14]382005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Remove build-variant support.
41
[d48a010c]422004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
43
[f876488]44        * include/bsp.h: Remove tm27 stuff.
[d48a010c]45        * include/tm27.h: New.
46        * Makefile.am: Add tm27.h
47
[97891e5e]482004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * configure.ac: Require automake > 1.9.
51
[0a0d67c5]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
[2a7f9a28]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
[65bcccb]622004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Reflect changes to bsp.am.
65
[aed95bd]662004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Add PREINSTALL_DIRS.
69
[810720b6]702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
73
[a5f7ffc]742003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Misc cleanups and fixes.
77
[c44312d]782003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove RTEMS_CANONICAL_HOST.
81
[f73623b]822003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
85
[d1b210cd]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
[662175b]932003-09-04      Joel Sherrill <joel@OARcorp.com>
94
95        * include/bsp.h: URL for license changed.
96
[fe8bc62f]972003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Reflect having moved aclocal/.
100
[bc31326c]1012003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
[c483a4e]103        * Makefile.am: Reflect having moved automake/.
104        * include/Makefile.am: Reflect having moved automake/.
[bc31326c]105
[7dcc3fe]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
[31aa51e1]1102003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
[75fcb394]112        PR 445/bsps
[31aa51e1]113        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
114
[afaa498d]1152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Remove AC_CONFIG_AUX_DIR.
118
[ccd81b60]1192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
122
[9b5c258]1232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: AC_PREREQ(2.57).
126
[dfa8fe34]1272002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
130
[8730f45]1312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * .cvsignore: Reformat.
134        Add autom4te*cache.
135        Remove autom4te.cache.
136
[a2ae30c2]1372002-08-21      Joel Sherrill <joel@OARcorp.com>
138
139        * bsp_specs: Added support for -nostdlibs.
140
[4de102cc]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
[8fec915]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
[df25c998]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
[cf282090]1602001-09-27      Joel Sherrill <joel@OARcorp.com>
161
162        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
163
[96330198]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
[69e93d8]1702001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * include/bsp.h: Include bspopts.h.
173
[fb085c11]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
[feead226]1802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
183
[a314d3b4]1842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
187
[e83378d]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
[e94ad1fe]1932000-08-10      Joel Sherrill <joel@OARcorp.com>
194
195        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.