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

4.104.114.84.95
Last change on this file since 3f72383c was 15aecdc, checked in by Joel Sherrill <joel.sherrill@…>, on 05/28/07 at 15:51:57

2007-05-28 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table.
  • Property mode set to 100644
File size: 10.3 KB
Line 
12007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
4        since it was used to configure a no longer used feature. Device names
5        are now part of the filesystem not in a table.
6
72007-05-15      Ray Xu <rayx@gmail.com>
8
9        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
10        not in score/cpu.
11
122007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * bsp_specs: Remove qrtems_debug.
15
162007-03-11      Joel Sherrill <joel@OARcorp.com>
17
18        * startup/bspstart.c: Remove assignments of
19        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
20        value in boot_card.c
21
222006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * configure.ac: New BUG-REPORT address.
25
262006-11-15      Joel Sherrill <joel@OARcorp.com>
27
28        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
29        file and simplified initialization.
30
312006-11-01      Joel Sherrill <joel@OARcorp.com>
32
33        * bsp_specs: Fix typo.
34
352006-10-30      Joel Sherrill <joel@OARcorp.com>
36
37        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
38
392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Remove superfluous -DASM.
42
432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * configure.ac: Require autoconf-2.60. Require automake-1.10.
46
472006-06-02      Jay Monkman
48
49        * irq/bsp_irq_init.c: Changed interrupt handling
50        to use shared rtems_irq_connect_data struct.
51
522006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Add preinstall.am.
55
562005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Install/preinstall headers from ../../arm/shared.
59
602005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * include/bsp.h: New header guard.
63
642005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
65
66        * irq/irq.h: Modified names and types to match rtems/irq.h.
67        Note: rtems/irq.h should be included after the addition of a
68        parameter to ISRs.
69
702005-04-26      Joel Sherrill <joel@OARcorp.com>
71
72        * network/network.c: Eliminate warnings.
73
742005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
77
782005-01-04      Joel Sherrill <joel@OARcorp.com>
79
80        * clock/clockdrv.c: Remove warnings.
81
822005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Remove build-variant support.
85
862004-11-05      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
89        area being named sdram NOT RAM.
90
912004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * configure.ac: Require automake > 1.9.
94
952004-07-30      Jay Monkman <jtm@lopingdog.com>
96
97        * network/network.c: Changes to network driver to get it to compile
98        again.
99
1002004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        PR 610/bsps
103        * Makefile.am: Add include/tm27.h, Cosmetics.
104        * include/tm27.h: Final cosmetics.
105
1062004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * include/bsp.h: Split out tmtest27 support.
109        * include/tm27.h: New.
110
1112004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
114        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
115        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
116
1172004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * console/uart.c, include/ep7312.h, startup/bspstart.c,
120        timer/timer.c: Convert to using c99 fixed size types.
121
1222004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Reflect changes to bsp.am.
125        Preinstall dist_project_lib*.
126
1272004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Reflect changes to bsp.am.
130
1312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
134
1352004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Pickup files from ../../arm/shared instead of
138        ../shared. Reformat.
139
1402004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * include/bsp.h: Remove config.
143        * irq/irq.c: Remove stray blanks.
144        * start/start.S: Add missing */ in comments.
145
1462004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
149        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
150        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
151        compilation rules.
152        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
153        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
154        timer/Makefile.am, wrapup/Makefile.am: Remove.
155        * configure.ac: Reflect changes above.
156
1572004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Add PREINSTALL_DIRS.
160        * irq/Makefile.am: Ditto.
161
1622004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
165        Add PRE/TMPINSTALL_FILES to CLEANFILES.
166        * irq/Makefile.am: Ditto.
167        * start/Makefile.am: Ditto.
168        * startup/Makefile.am: Ditto.
169
1702004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Eliminate $(LIB).
173        Use noinst_DATA to trigger building libbsp.a.
174
1752003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        PR 541/bsps
178        * startup/linkcmds: Remove SEARCH_DIR.
179
1802003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
183        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
184
1852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
188        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
189        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
190
1912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
194
1952003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * network/Makefile.am: Misc cleanups and fixes.
198        * start/Makefile.am: Misc cleanups and fixes.
199        * startup/Makefile.am: Misc cleanups and fixes.
200        * wrapup/Makefile.am: Misc cleanups and fixes.
201
2022003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Add preinstallation dirstamp support.
205        * irq/Makefile.am: Add preinstallation dirstamp support.
206        * network/Makefile.am: Cosmetics.
207        * wrapup/Makefile.am: Cosmetics.
208
2092003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * clock/Makefile.am: Remove all-local: $(ARCH).
212        * console/Makefile.am: Remove all-local: $(ARCH).
213        * irq/Makefile.am: Remove all-local: $(ARCH).
214        * network/Makefile.am: Remove all-local: $(ARCH).
215        * start/Makefile.am: Remove all-local: $(ARCH).
216        * startup/Makefile.am: Remove all-local: $(ARCH).
217        * timer/Makefile.am: Remove all-local: $(ARCH).
218        * wrapup/Makefile.am: Remove all-local: $(ARCH).
219
2202003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Merge-in include/Makefile.am.
223        Reflect changes to bsp.am.
224        * include/Makefile.am: Remove.
225        * configure.ac: Reflect changes above.
226
2272003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * bsp_specs: Remove *lib:.
230
2312003-09-04      Joel Sherrill <joel@OARcorp.com>
232
233        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
234        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
235        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
236        timer/timer.c: URL for license changed.
237
2382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Reflect having moved aclocal/.
241
2422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Reflect having moved automake/.
245        * clock/Makefile.am: Reflect having moved automake/.
246        * console/Makefile.am: Reflect having moved automake/.
247        * include/Makefile.am: Reflect having moved automake/.
248        * irq/Makefile.am: Reflect having moved automake/.
249        * network/Makefile.am: Reflect having moved automake/.
250        * start/Makefile.am: Reflect having moved automake/.
251        * startup/Makefile.am: Reflect having moved automake/.
252        * timer/Makefile.am: Reflect having moved automake/.
253        * wrapup/Makefile.am: Reflect having moved automake/.
254
2552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
258
2592003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        PR 445/bsps
262        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
263        Remove cpp, old_cpp (now unused).
264
2652003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        PR 444/bsps
268        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
269
2702003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Remove AC_CONFIG_AUX_DIR.
273
2742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
277
2782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: AC_PREREQ(2.57).
281
2822003-01-20      Joel Sherrill <joel@OARcorp.com>
283
284        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
285
2862002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
291        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
292        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
294        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295
2962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * start/Makefile.am: Use install-data-local to install startfile.
299
3002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
303
3042002-12-02      Joel Sherrill <joel@OARcorp.com>
305
306        * configure.ac, network/Makefile.am: Don't build if networking disabled.
307        * startup/linkcmds: Add sections to remove warnings.
308
3092002-11-17      Joel Sherrill <joel@OARcorp.com>
310
311        * network/network.c: Fix inconsistency in prototyping.
312
3132002-11-13      Joel Sherrill <joel@OARcorp.com>
314
315        * network/network.c: Removed warning per Jay's suggestion.
316
3172002-11-13      Joel Sherrill <joel@OARcorp.com>
318
319        * include/.cvsignore: Corrected.
320        * network/.cvsignore: New file.
321
3222002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
323
324        * New BSP.
325        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
326        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
327        console/.cvsignore, console/Makefile.am, console/uart.c,
328        include/.cvsignore, include/Makefile.am, include/bsp.h,
329        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
330        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
331        network/network.c, start/.cvsignore, start/Makefile.am,
332        start/start.S, startup/.cvsignore, startup/Makefile.am,
333        startup/bspstart.c, startup/exit.c, startup/linkcmds,
334        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
335        wrapup/.cvsignore, wrapup/Makefile.am: New file.
336
Note: See TracBrowser for help on using the repository browser.