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

4.104.114.84.95
Last change on this file since 6b346ca was 6b346ca, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/05 at 08:34:46

2005-10-17 Ralf Corsepius <ralf.corsepius@…>

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