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

4.104.114.84.95
Last change on this file since 9cf372e5 was 9cf372e5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:34:55

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 8.3 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-04      Joel Sherrill <joel@OARcorp.com>
6
7        * clock/clockdrv.c: Remove warnings.
8
92005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Remove build-variant support.
12
132004-11-05      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
16        area being named sdram NOT RAM.
17
182004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * configure.ac: Require automake > 1.9.
21
222004-07-30      Jay Monkman <jtm@lopingdog.com>
23
24        * network/network.c: Changes to network driver to get it to compile
25        again.
26
272004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        PR 610/bsps
30        * Makefile.am: Add include/tm27.h, Cosmetics.
31        * include/tm27.h: Final cosmetics.
32
332004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        * include/bsp.h: Split out tmtest27 support.
36        * include/tm27.h: New.
37
382004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
41        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
42        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
43
442004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * console/uart.c, include/ep7312.h, startup/bspstart.c,
47        timer/timer.c: Convert to using c99 fixed size types.
48
492004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Reflect changes to bsp.am.
52        Preinstall dist_project_lib*.
53
542004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect changes to bsp.am.
57
582004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
61
622004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Pickup files from ../../arm/shared instead of
65        ../shared. Reformat.
66
672004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * include/bsp.h: Remove config.
70        * irq/irq.c: Remove stray blanks.
71        * start/start.S: Add missing */ in comments.
72
732004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
76        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
77        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
78        compilation rules.
79        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
80        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
81        timer/Makefile.am, wrapup/Makefile.am: Remove.
82        * configure.ac: Reflect changes above.
83
842004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Add PREINSTALL_DIRS.
87        * irq/Makefile.am: Ditto.
88
892004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
92        Add PRE/TMPINSTALL_FILES to CLEANFILES.
93        * irq/Makefile.am: Ditto.
94        * start/Makefile.am: Ditto.
95        * startup/Makefile.am: Ditto.
96
972004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * wrapup/Makefile.am: Eliminate $(LIB).
100        Use noinst_DATA to trigger building libbsp.a.
101
1022003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        PR 541/bsps
105        * startup/linkcmds: Remove SEARCH_DIR.
106
1072003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
110        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
111
1122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
115        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
116        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
117
1182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
121
1222003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * network/Makefile.am: Misc cleanups and fixes.
125        * start/Makefile.am: Misc cleanups and fixes.
126        * startup/Makefile.am: Misc cleanups and fixes.
127        * wrapup/Makefile.am: Misc cleanups and fixes.
128
1292003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Add preinstallation dirstamp support.
132        * irq/Makefile.am: Add preinstallation dirstamp support.
133        * network/Makefile.am: Cosmetics.
134        * wrapup/Makefile.am: Cosmetics.
135
1362003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * clock/Makefile.am: Remove all-local: $(ARCH).
139        * console/Makefile.am: Remove all-local: $(ARCH).
140        * irq/Makefile.am: Remove all-local: $(ARCH).
141        * network/Makefile.am: Remove all-local: $(ARCH).
142        * start/Makefile.am: Remove all-local: $(ARCH).
143        * startup/Makefile.am: Remove all-local: $(ARCH).
144        * timer/Makefile.am: Remove all-local: $(ARCH).
145        * wrapup/Makefile.am: Remove all-local: $(ARCH).
146
1472003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Merge-in include/Makefile.am.
150        Reflect changes to bsp.am.
151        * include/Makefile.am: Remove.
152        * configure.ac: Reflect changes above.
153
1542003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * bsp_specs: Remove *lib:.
157
1582003-09-04      Joel Sherrill <joel@OARcorp.com>
159
160        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
161        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
162        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
163        timer/timer.c: URL for license changed.
164
1652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Reflect having moved aclocal/.
168
1692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Reflect having moved automake/.
172        * clock/Makefile.am: Reflect having moved automake/.
173        * console/Makefile.am: Reflect having moved automake/.
174        * include/Makefile.am: Reflect having moved automake/.
175        * irq/Makefile.am: Reflect having moved automake/.
176        * network/Makefile.am: Reflect having moved automake/.
177        * start/Makefile.am: Reflect having moved automake/.
178        * startup/Makefile.am: Reflect having moved automake/.
179        * timer/Makefile.am: Reflect having moved automake/.
180        * wrapup/Makefile.am: Reflect having moved automake/.
181
1822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
185
1862003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        PR 445/bsps
189        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
190        Remove cpp, old_cpp (now unused).
191
1922003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        PR 444/bsps
195        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
196
1972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Remove AC_CONFIG_AUX_DIR.
200
2012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
204
2052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: AC_PREREQ(2.57).
208
2092003-01-20      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
212
2132002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222
2232002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * start/Makefile.am: Use install-data-local to install startfile.
226
2272002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230
2312002-12-02      Joel Sherrill <joel@OARcorp.com>
232
233        * configure.ac, network/Makefile.am: Don't build if networking disabled.
234        * startup/linkcmds: Add sections to remove warnings.
235
2362002-11-17      Joel Sherrill <joel@OARcorp.com>
237
238        * network/network.c: Fix inconsistency in prototyping.
239
2402002-11-13      Joel Sherrill <joel@OARcorp.com>
241
242        * network/network.c: Removed warning per Jay's suggestion.
243
2442002-11-13      Joel Sherrill <joel@OARcorp.com>
245
246        * include/.cvsignore: Corrected.
247        * network/.cvsignore: New file.
248
2492002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
250
251        * New BSP.
252        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
253        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
254        console/.cvsignore, console/Makefile.am, console/uart.c,
255        include/.cvsignore, include/Makefile.am, include/bsp.h,
256        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
257        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
258        network/network.c, start/.cvsignore, start/Makefile.am,
259        start/start.S, startup/.cvsignore, startup/Makefile.am,
260        startup/bspstart.c, startup/exit.c, startup/linkcmds,
261        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
262        wrapup/.cvsignore, wrapup/Makefile.am: New file.
263
Note: See TracBrowser for help on using the repository browser.