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

4.104.114.84.95
Last change on this file since 57357d9 was 57357d9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 08:58:44

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

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