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

4.104.114.84.95
Last change on this file since dec6a8da was dec6a8da, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/06 at 05:19:16

2006-01-11 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Add preinstall.am.
  • Property mode set to 100644
File size: 8.9 KB
Line 
12006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Add preinstall.am.
4
52005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Install/preinstall headers from ../../arm/shared.
8
92005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * include/bsp.h: New header guard.
12
132005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
14
15        * irq/irq.h: Modified names and types to match rtems/irq.h.
16        Note: rtems/irq.h should be included after the addition of a
17        parameter to ISRs.
18
192005-04-26      Joel Sherrill <joel@OARcorp.com>
20
21        * network/network.c: Eliminate warnings.
22
232005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
26
272005-01-04      Joel Sherrill <joel@OARcorp.com>
28
29        * clock/clockdrv.c: Remove warnings.
30
312005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Remove build-variant support.
34
352004-11-05      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
38        area being named sdram NOT RAM.
39
402004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * configure.ac: Require automake > 1.9.
43
442004-07-30      Jay Monkman <jtm@lopingdog.com>
45
46        * network/network.c: Changes to network driver to get it to compile
47        again.
48
492004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        PR 610/bsps
52        * Makefile.am: Add include/tm27.h, Cosmetics.
53        * include/tm27.h: Final cosmetics.
54
552004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * include/bsp.h: Split out tmtest27 support.
58        * include/tm27.h: New.
59
602004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
63        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
64        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
65
662004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * console/uart.c, include/ep7312.h, startup/bspstart.c,
69        timer/timer.c: Convert to using c99 fixed size types.
70
712004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Reflect changes to bsp.am.
74        Preinstall dist_project_lib*.
75
762004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Reflect changes to bsp.am.
79
802004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
83
842004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Pickup files from ../../arm/shared instead of
87        ../shared. Reformat.
88
892004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * include/bsp.h: Remove config.
92        * irq/irq.c: Remove stray blanks.
93        * start/start.S: Add missing */ in comments.
94
952004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
98        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
99        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
100        compilation rules.
101        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
102        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
103        timer/Makefile.am, wrapup/Makefile.am: Remove.
104        * configure.ac: Reflect changes above.
105
1062004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Add PREINSTALL_DIRS.
109        * irq/Makefile.am: Ditto.
110
1112004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
114        Add PRE/TMPINSTALL_FILES to CLEANFILES.
115        * irq/Makefile.am: Ditto.
116        * start/Makefile.am: Ditto.
117        * startup/Makefile.am: Ditto.
118
1192004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Eliminate $(LIB).
122        Use noinst_DATA to trigger building libbsp.a.
123
1242003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        PR 541/bsps
127        * startup/linkcmds: Remove SEARCH_DIR.
128
1292003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
132        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
133
1342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
137        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
138        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
139
1402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
143
1442003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * network/Makefile.am: Misc cleanups and fixes.
147        * start/Makefile.am: Misc cleanups and fixes.
148        * startup/Makefile.am: Misc cleanups and fixes.
149        * wrapup/Makefile.am: Misc cleanups and fixes.
150
1512003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Add preinstallation dirstamp support.
154        * irq/Makefile.am: Add preinstallation dirstamp support.
155        * network/Makefile.am: Cosmetics.
156        * wrapup/Makefile.am: Cosmetics.
157
1582003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * clock/Makefile.am: Remove all-local: $(ARCH).
161        * console/Makefile.am: Remove all-local: $(ARCH).
162        * irq/Makefile.am: Remove all-local: $(ARCH).
163        * network/Makefile.am: Remove all-local: $(ARCH).
164        * start/Makefile.am: Remove all-local: $(ARCH).
165        * startup/Makefile.am: Remove all-local: $(ARCH).
166        * timer/Makefile.am: Remove all-local: $(ARCH).
167        * wrapup/Makefile.am: Remove all-local: $(ARCH).
168
1692003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Merge-in include/Makefile.am.
172        Reflect changes to bsp.am.
173        * include/Makefile.am: Remove.
174        * configure.ac: Reflect changes above.
175
1762003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * bsp_specs: Remove *lib:.
179
1802003-09-04      Joel Sherrill <joel@OARcorp.com>
181
182        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
183        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
184        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
185        timer/timer.c: URL for license changed.
186
1872003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Reflect having moved aclocal/.
190
1912003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Reflect having moved automake/.
194        * clock/Makefile.am: Reflect having moved automake/.
195        * console/Makefile.am: Reflect having moved automake/.
196        * include/Makefile.am: Reflect having moved automake/.
197        * irq/Makefile.am: Reflect having moved automake/.
198        * network/Makefile.am: Reflect having moved automake/.
199        * start/Makefile.am: Reflect having moved automake/.
200        * startup/Makefile.am: Reflect having moved automake/.
201        * timer/Makefile.am: Reflect having moved automake/.
202        * wrapup/Makefile.am: Reflect having moved automake/.
203
2042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
207
2082003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        PR 445/bsps
211        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
212        Remove cpp, old_cpp (now unused).
213
2142003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        PR 444/bsps
217        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
218
2192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Remove AC_CONFIG_AUX_DIR.
222
2232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
226
2272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: AC_PREREQ(2.57).
230
2312003-01-20      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
234
2352002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244
2452002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * start/Makefile.am: Use install-data-local to install startfile.
248
2492002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252
2532002-12-02      Joel Sherrill <joel@OARcorp.com>
254
255        * configure.ac, network/Makefile.am: Don't build if networking disabled.
256        * startup/linkcmds: Add sections to remove warnings.
257
2582002-11-17      Joel Sherrill <joel@OARcorp.com>
259
260        * network/network.c: Fix inconsistency in prototyping.
261
2622002-11-13      Joel Sherrill <joel@OARcorp.com>
263
264        * network/network.c: Removed warning per Jay's suggestion.
265
2662002-11-13      Joel Sherrill <joel@OARcorp.com>
267
268        * include/.cvsignore: Corrected.
269        * network/.cvsignore: New file.
270
2712002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
272
273        * New BSP.
274        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
275        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
276        console/.cvsignore, console/Makefile.am, console/uart.c,
277        include/.cvsignore, include/Makefile.am, include/bsp.h,
278        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
279        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
280        network/network.c, start/.cvsignore, start/Makefile.am,
281        start/start.S, startup/.cvsignore, startup/Makefile.am,
282        startup/bspstart.c, startup/exit.c, startup/linkcmds,
283        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
284        wrapup/.cvsignore, wrapup/Makefile.am: New file.
285
Note: See TracBrowser for help on using the repository browser.