source: rtems/c/src/lib/libbsp/arm/edb7312/ChangeLog @ 56e2dc0

Last change on this file since 56e2dc0 was 56e2dc0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/19/06 at 13:46:53

2006-10-19 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require automake-1.10. Require autoconf-2.60.
  • Property mode set to 100644
File size: 9.2 KB
Line 
12006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require automake-1.10. Require autoconf-2.60.
4
52006-06-02      Jay Monkman
6
7        * irq/bsp_irq_init.c: Changed interrupt handling
8        to use shared rtems_irq_connect_data struct.
9
102006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Add preinstall.am.
13
142005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Install/preinstall headers from ../../arm/shared.
17
182005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * include/bsp.h: New header guard.
21
222005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
23
24        * irq/irq.h: Modified names and types to match rtems/irq.h.
25        Note: rtems/irq.h should be included after the addition of a
26        parameter to ISRs.
27
282005-04-26      Joel Sherrill <joel@OARcorp.com>
29
30        * network/network.c: Eliminate warnings.
31
322005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
35
362005-01-04      Joel Sherrill <joel@OARcorp.com>
37
38        * clock/clockdrv.c: Remove warnings.
39
402005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Remove build-variant support.
43
442004-11-05      Joel Sherrill <joel@OARcorp.com>
45
46        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
47        area being named sdram NOT RAM.
48
492004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * configure.ac: Require automake > 1.9.
52
532004-07-30      Jay Monkman <jtm@lopingdog.com>
54
55        * network/network.c: Changes to network driver to get it to compile
56        again.
57
582004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        PR 610/bsps
61        * Makefile.am: Add include/tm27.h, Cosmetics.
62        * include/tm27.h: Final cosmetics.
63
642004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * include/bsp.h: Split out tmtest27 support.
67        * include/tm27.h: New.
68
692004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
72        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
73        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
74
752004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * console/uart.c, include/ep7312.h, startup/bspstart.c,
78        timer/timer.c: Convert to using c99 fixed size types.
79
802004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Reflect changes to bsp.am.
83        Preinstall dist_project_lib*.
84
852004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Reflect changes to bsp.am.
88
892004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
92
932004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Pickup files from ../../arm/shared instead of
96        ../shared. Reformat.
97
982004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * include/bsp.h: Remove config.
101        * irq/irq.c: Remove stray blanks.
102        * start/start.S: Add missing */ in comments.
103
1042004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
107        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
108        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
109        compilation rules.
110        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
111        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
112        timer/Makefile.am, wrapup/Makefile.am: Remove.
113        * configure.ac: Reflect changes above.
114
1152004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Add PREINSTALL_DIRS.
118        * irq/Makefile.am: Ditto.
119
1202004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
123        Add PRE/TMPINSTALL_FILES to CLEANFILES.
124        * irq/Makefile.am: Ditto.
125        * start/Makefile.am: Ditto.
126        * startup/Makefile.am: Ditto.
127
1282004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * wrapup/Makefile.am: Eliminate $(LIB).
131        Use noinst_DATA to trigger building libbsp.a.
132
1332003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        PR 541/bsps
136        * startup/linkcmds: Remove SEARCH_DIR.
137
1382003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
141        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
142
1432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
146        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
147        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
148
1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
152
1532003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * network/Makefile.am: Misc cleanups and fixes.
156        * start/Makefile.am: Misc cleanups and fixes.
157        * startup/Makefile.am: Misc cleanups and fixes.
158        * wrapup/Makefile.am: Misc cleanups and fixes.
159
1602003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Add preinstallation dirstamp support.
163        * irq/Makefile.am: Add preinstallation dirstamp support.
164        * network/Makefile.am: Cosmetics.
165        * wrapup/Makefile.am: Cosmetics.
166
1672003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * clock/Makefile.am: Remove all-local: $(ARCH).
170        * console/Makefile.am: Remove all-local: $(ARCH).
171        * irq/Makefile.am: Remove all-local: $(ARCH).
172        * network/Makefile.am: Remove all-local: $(ARCH).
173        * start/Makefile.am: Remove all-local: $(ARCH).
174        * startup/Makefile.am: Remove all-local: $(ARCH).
175        * timer/Makefile.am: Remove all-local: $(ARCH).
176        * wrapup/Makefile.am: Remove all-local: $(ARCH).
177
1782003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Merge-in include/Makefile.am.
181        Reflect changes to bsp.am.
182        * include/Makefile.am: Remove.
183        * configure.ac: Reflect changes above.
184
1852003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * bsp_specs: Remove *lib:.
188
1892003-09-04      Joel Sherrill <joel@OARcorp.com>
190
191        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
192        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
193        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
194        timer/timer.c: URL for license changed.
195
1962003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Reflect having moved aclocal/.
199
2002003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Reflect having moved automake/.
203        * clock/Makefile.am: Reflect having moved automake/.
204        * console/Makefile.am: Reflect having moved automake/.
205        * include/Makefile.am: Reflect having moved automake/.
206        * irq/Makefile.am: Reflect having moved automake/.
207        * network/Makefile.am: Reflect having moved automake/.
208        * start/Makefile.am: Reflect having moved automake/.
209        * startup/Makefile.am: Reflect having moved automake/.
210        * timer/Makefile.am: Reflect having moved automake/.
211        * wrapup/Makefile.am: Reflect having moved automake/.
212
2132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
216
2172003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        PR 445/bsps
220        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
221        Remove cpp, old_cpp (now unused).
222
2232003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        PR 444/bsps
226        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
227
2282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Remove AC_CONFIG_AUX_DIR.
231
2322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
235
2362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: AC_PREREQ(2.57).
239
2402003-01-20      Joel Sherrill <joel@OARcorp.com>
241
242        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
243
2442002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
249        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
250        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253
2542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * start/Makefile.am: Use install-data-local to install startfile.
257
2582002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261
2622002-12-02      Joel Sherrill <joel@OARcorp.com>
263
264        * configure.ac, network/Makefile.am: Don't build if networking disabled.
265        * startup/linkcmds: Add sections to remove warnings.
266
2672002-11-17      Joel Sherrill <joel@OARcorp.com>
268
269        * network/network.c: Fix inconsistency in prototyping.
270
2712002-11-13      Joel Sherrill <joel@OARcorp.com>
272
273        * network/network.c: Removed warning per Jay's suggestion.
274
2752002-11-13      Joel Sherrill <joel@OARcorp.com>
276
277        * include/.cvsignore: Corrected.
278        * network/.cvsignore: New file.
279
2802002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
281
282        * New BSP.
283        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
284        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
285        console/.cvsignore, console/Makefile.am, console/uart.c,
286        include/.cvsignore, include/Makefile.am, include/bsp.h,
287        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
288        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
289        network/network.c, start/.cvsignore, start/Makefile.am,
290        start/start.S, startup/.cvsignore, startup/Makefile.am,
291        startup/bspstart.c, startup/exit.c, startup/linkcmds,
292        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
293        wrapup/.cvsignore, wrapup/Makefile.am: New file.
294
Note: See TracBrowser for help on using the repository browser.