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

4.104.114.84.95
Last change on this file since ff3f8c85 was a5ef8c53, checked in by Joel Sherrill <joel.sherrill@…>, on 05/15/07 at 18:02:16

2007-05-15 Ray Xu <rayx@…>

  • Makefile.am: Add abort.rel since it is now in the BSP shared source, not in score/cpu.
  • Property mode set to 100644
File size: 10.1 KB
Line 
12007-05-15      Ray Xu <rayx@gmail.com>
2
3        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
4        not in score/cpu.
5
62007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * bsp_specs: Remove qrtems_debug.
9
102007-03-11      Joel Sherrill <joel@OARcorp.com>
11
12        * startup/bspstart.c: Remove assignments of
13        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
14        value in boot_card.c
15
162006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * configure.ac: New BUG-REPORT address.
19
202006-11-15      Joel Sherrill <joel@OARcorp.com>
21
22        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
23        file and simplified initialization.
24
252006-11-01      Joel Sherrill <joel@OARcorp.com>
26
27        * bsp_specs: Fix typo.
28
292006-10-30      Joel Sherrill <joel@OARcorp.com>
30
31        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
32
332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Remove superfluous -DASM.
36
372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * configure.ac: Require autoconf-2.60. Require automake-1.10.
40
412006-06-02      Jay Monkman
42
43        * irq/bsp_irq_init.c: Changed interrupt handling
44        to use shared rtems_irq_connect_data struct.
45
462006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Add preinstall.am.
49
502005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Install/preinstall headers from ../../arm/shared.
53
542005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * include/bsp.h: New header guard.
57
582005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
59
60        * irq/irq.h: Modified names and types to match rtems/irq.h.
61        Note: rtems/irq.h should be included after the addition of a
62        parameter to ISRs.
63
642005-04-26      Joel Sherrill <joel@OARcorp.com>
65
66        * network/network.c: Eliminate warnings.
67
682005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
71
722005-01-04      Joel Sherrill <joel@OARcorp.com>
73
74        * clock/clockdrv.c: Remove warnings.
75
762005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Remove build-variant support.
79
802004-11-05      Joel Sherrill <joel@OARcorp.com>
81
82        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
83        area being named sdram NOT RAM.
84
852004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * configure.ac: Require automake > 1.9.
88
892004-07-30      Jay Monkman <jtm@lopingdog.com>
90
91        * network/network.c: Changes to network driver to get it to compile
92        again.
93
942004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        PR 610/bsps
97        * Makefile.am: Add include/tm27.h, Cosmetics.
98        * include/tm27.h: Final cosmetics.
99
1002004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * include/bsp.h: Split out tmtest27 support.
103        * include/tm27.h: New.
104
1052004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
108        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
109        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
110
1112004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * console/uart.c, include/ep7312.h, startup/bspstart.c,
114        timer/timer.c: Convert to using c99 fixed size types.
115
1162004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Reflect changes to bsp.am.
119        Preinstall dist_project_lib*.
120
1212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect changes to bsp.am.
124
1252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
128
1292004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Pickup files from ../../arm/shared instead of
132        ../shared. Reformat.
133
1342004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * include/bsp.h: Remove config.
137        * irq/irq.c: Remove stray blanks.
138        * start/start.S: Add missing */ in comments.
139
1402004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
143        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
144        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
145        compilation rules.
146        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
147        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
148        timer/Makefile.am, wrapup/Makefile.am: Remove.
149        * configure.ac: Reflect changes above.
150
1512004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Add PREINSTALL_DIRS.
154        * irq/Makefile.am: Ditto.
155
1562004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
159        Add PRE/TMPINSTALL_FILES to CLEANFILES.
160        * irq/Makefile.am: Ditto.
161        * start/Makefile.am: Ditto.
162        * startup/Makefile.am: Ditto.
163
1642004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * wrapup/Makefile.am: Eliminate $(LIB).
167        Use noinst_DATA to trigger building libbsp.a.
168
1692003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        PR 541/bsps
172        * startup/linkcmds: Remove SEARCH_DIR.
173
1742003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
177        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
178
1792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
182        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
183        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
184
1852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
188
1892003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * network/Makefile.am: Misc cleanups and fixes.
192        * start/Makefile.am: Misc cleanups and fixes.
193        * startup/Makefile.am: Misc cleanups and fixes.
194        * wrapup/Makefile.am: Misc cleanups and fixes.
195
1962003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Add preinstallation dirstamp support.
199        * irq/Makefile.am: Add preinstallation dirstamp support.
200        * network/Makefile.am: Cosmetics.
201        * wrapup/Makefile.am: Cosmetics.
202
2032003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * clock/Makefile.am: Remove all-local: $(ARCH).
206        * console/Makefile.am: Remove all-local: $(ARCH).
207        * irq/Makefile.am: Remove all-local: $(ARCH).
208        * network/Makefile.am: Remove all-local: $(ARCH).
209        * start/Makefile.am: Remove all-local: $(ARCH).
210        * startup/Makefile.am: Remove all-local: $(ARCH).
211        * timer/Makefile.am: Remove all-local: $(ARCH).
212        * wrapup/Makefile.am: Remove all-local: $(ARCH).
213
2142003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Merge-in include/Makefile.am.
217        Reflect changes to bsp.am.
218        * include/Makefile.am: Remove.
219        * configure.ac: Reflect changes above.
220
2212003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * bsp_specs: Remove *lib:.
224
2252003-09-04      Joel Sherrill <joel@OARcorp.com>
226
227        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
228        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
229        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
230        timer/timer.c: URL for license changed.
231
2322003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Reflect having moved aclocal/.
235
2362003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Reflect having moved automake/.
239        * clock/Makefile.am: Reflect having moved automake/.
240        * console/Makefile.am: Reflect having moved automake/.
241        * include/Makefile.am: Reflect having moved automake/.
242        * irq/Makefile.am: Reflect having moved automake/.
243        * network/Makefile.am: Reflect having moved automake/.
244        * start/Makefile.am: Reflect having moved automake/.
245        * startup/Makefile.am: Reflect having moved automake/.
246        * timer/Makefile.am: Reflect having moved automake/.
247        * wrapup/Makefile.am: Reflect having moved automake/.
248
2492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
252
2532003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        PR 445/bsps
256        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
257        Remove cpp, old_cpp (now unused).
258
2592003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        PR 444/bsps
262        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
263
2642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Remove AC_CONFIG_AUX_DIR.
267
2682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
271
2722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: AC_PREREQ(2.57).
275
2762003-01-20      Joel Sherrill <joel@OARcorp.com>
277
278        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
279
2802002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289
2902002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * start/Makefile.am: Use install-data-local to install startfile.
293
2942002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
297
2982002-12-02      Joel Sherrill <joel@OARcorp.com>
299
300        * configure.ac, network/Makefile.am: Don't build if networking disabled.
301        * startup/linkcmds: Add sections to remove warnings.
302
3032002-11-17      Joel Sherrill <joel@OARcorp.com>
304
305        * network/network.c: Fix inconsistency in prototyping.
306
3072002-11-13      Joel Sherrill <joel@OARcorp.com>
308
309        * network/network.c: Removed warning per Jay's suggestion.
310
3112002-11-13      Joel Sherrill <joel@OARcorp.com>
312
313        * include/.cvsignore: Corrected.
314        * network/.cvsignore: New file.
315
3162002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
317
318        * New BSP.
319        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
320        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
321        console/.cvsignore, console/Makefile.am, console/uart.c,
322        include/.cvsignore, include/Makefile.am, include/bsp.h,
323        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
324        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
325        network/network.c, start/.cvsignore, start/Makefile.am,
326        start/start.S, startup/.cvsignore, startup/Makefile.am,
327        startup/bspstart.c, startup/exit.c, startup/linkcmds,
328        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
329        wrapup/.cvsignore, wrapup/Makefile.am: New file.
330
Note: See TracBrowser for help on using the repository browser.