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

4.104.114.95
Last change on this file since d1f57b5 was d1f57b5, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/08 at 23:07:47

2008-03-03 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
  • Property mode set to 100644
File size: 12.2 KB
Line 
12008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/linkcmds: Add wildcard to gcc_except_table section so
4        programs compiled with gcc 4.3.x can link.
5
62007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
9        of the Configuration Table. Use the RTEMS provided accessor macros to
10        obtain configuration fields.
11
122007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
15        from CPU Table to Configuration Table. Eliminate CPU Table from all
16        ports. Delete references to CPU Table in all forms.
17
182007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
21        Table fields to the Configuration Table. This included
22        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
23        do_zero_of_workspace, extra_mpci_receive_server_stack,
24        stack_allocate_hook, and stack_free_hook. As a side-effect of this
25        effort some multiprocessing code was made conditional and some style
26        clean up occurred.
27
282007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        PR 1257/bsps
31        * irq/irq.c: Code outside of cpukit should use the public
32        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
33        the public API and directly accessing _CPU_ISR_Disable and
34        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
35        directive which could lead to problems. This patch also changes the
36        type of the variable passed into these routines and addresses minor
37        style issues.
38
392007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
422007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * clock/clockdrv.c: Fix spacing.
45
462007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * network/network.c: Remove cs8900_get_mac_addr which conflicted with
49        one in libchip AND contained a hard-coded MAC address.
50
512007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
54        since it was used to configure a no longer used feature. Device names
55        are now part of the filesystem not in a table.
56
572007-05-15      Ray Xu <rayx@gmail.com>
58
59        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
60        not in score/cpu.
61
622007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * bsp_specs: Remove qrtems_debug.
65
662007-03-11      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/bspstart.c: Remove assignments of
69        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
70        value in boot_card.c
71
722006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * configure.ac: New BUG-REPORT address.
75
762006-11-15      Joel Sherrill <joel@OARcorp.com>
77
78        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
79        file and simplified initialization.
80
812006-11-01      Joel Sherrill <joel@OARcorp.com>
82
83        * bsp_specs: Fix typo.
84
852006-10-30      Joel Sherrill <joel@OARcorp.com>
86
87        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
88
892006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * Makefile.am: Remove superfluous -DASM.
92
932006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * configure.ac: Require autoconf-2.60. Require automake-1.10.
96
972006-06-02      Jay Monkman
98
99        * irq/bsp_irq_init.c: Changed interrupt handling
100        to use shared rtems_irq_connect_data struct.
101
1022006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * Makefile.am: Add preinstall.am.
105
1062005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * Makefile.am: Install/preinstall headers from ../../arm/shared.
109
1102005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * include/bsp.h: New header guard.
113
1142005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
115
116        * irq/irq.h: Modified names and types to match rtems/irq.h.
117        Note: rtems/irq.h should be included after the addition of a
118        parameter to ISRs.
119
1202005-04-26      Joel Sherrill <joel@OARcorp.com>
121
122        * network/network.c: Eliminate warnings.
123
1242005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
127
1282005-01-04      Joel Sherrill <joel@OARcorp.com>
129
130        * clock/clockdrv.c: Remove warnings.
131
1322005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Remove build-variant support.
135
1362004-11-05      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
139        area being named sdram NOT RAM.
140
1412004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * configure.ac: Require automake > 1.9.
144
1452004-07-30      Jay Monkman <jtm@lopingdog.com>
146
147        * network/network.c: Changes to network driver to get it to compile
148        again.
149
1502004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        PR 610/bsps
153        * Makefile.am: Add include/tm27.h, Cosmetics.
154        * include/tm27.h: Final cosmetics.
155
1562004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * include/bsp.h: Split out tmtest27 support.
159        * include/tm27.h: New.
160
1612004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
164        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
165        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
166
1672004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * console/uart.c, include/ep7312.h, startup/bspstart.c,
170        timer/timer.c: Convert to using c99 fixed size types.
171
1722004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Reflect changes to bsp.am.
175        Preinstall dist_project_lib*.
176
1772004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Reflect changes to bsp.am.
180
1812004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
184
1852004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Pickup files from ../../arm/shared instead of
188        ../shared. Reformat.
189
1902004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * include/bsp.h: Remove config.
193        * irq/irq.c: Remove stray blanks.
194        * start/start.S: Add missing */ in comments.
195
1962004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
199        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
200        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
201        compilation rules.
202        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
203        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
204        timer/Makefile.am, wrapup/Makefile.am: Remove.
205        * configure.ac: Reflect changes above.
206
2072004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Add PREINSTALL_DIRS.
210        * irq/Makefile.am: Ditto.
211
2122004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
215        Add PRE/TMPINSTALL_FILES to CLEANFILES.
216        * irq/Makefile.am: Ditto.
217        * start/Makefile.am: Ditto.
218        * startup/Makefile.am: Ditto.
219
2202004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Eliminate $(LIB).
223        Use noinst_DATA to trigger building libbsp.a.
224
2252003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        PR 541/bsps
228        * startup/linkcmds: Remove SEARCH_DIR.
229
2302003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
233        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
234
2352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
238        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
239        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
240
2412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
244
2452003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * network/Makefile.am: Misc cleanups and fixes.
248        * start/Makefile.am: Misc cleanups and fixes.
249        * startup/Makefile.am: Misc cleanups and fixes.
250        * wrapup/Makefile.am: Misc cleanups and fixes.
251
2522003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Add preinstallation dirstamp support.
255        * irq/Makefile.am: Add preinstallation dirstamp support.
256        * network/Makefile.am: Cosmetics.
257        * wrapup/Makefile.am: Cosmetics.
258
2592003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * clock/Makefile.am: Remove all-local: $(ARCH).
262        * console/Makefile.am: Remove all-local: $(ARCH).
263        * irq/Makefile.am: Remove all-local: $(ARCH).
264        * network/Makefile.am: Remove all-local: $(ARCH).
265        * start/Makefile.am: Remove all-local: $(ARCH).
266        * startup/Makefile.am: Remove all-local: $(ARCH).
267        * timer/Makefile.am: Remove all-local: $(ARCH).
268        * wrapup/Makefile.am: Remove all-local: $(ARCH).
269
2702003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Merge-in include/Makefile.am.
273        Reflect changes to bsp.am.
274        * include/Makefile.am: Remove.
275        * configure.ac: Reflect changes above.
276
2772003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * bsp_specs: Remove *lib:.
280
2812003-09-04      Joel Sherrill <joel@OARcorp.com>
282
283        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
284        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
285        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
286        timer/timer.c: URL for license changed.
287
2882003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Reflect having moved aclocal/.
291
2922003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Reflect having moved automake/.
295        * clock/Makefile.am: Reflect having moved automake/.
296        * console/Makefile.am: Reflect having moved automake/.
297        * include/Makefile.am: Reflect having moved automake/.
298        * irq/Makefile.am: Reflect having moved automake/.
299        * network/Makefile.am: Reflect having moved automake/.
300        * start/Makefile.am: Reflect having moved automake/.
301        * startup/Makefile.am: Reflect having moved automake/.
302        * timer/Makefile.am: Reflect having moved automake/.
303        * wrapup/Makefile.am: Reflect having moved automake/.
304
3052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
308
3092003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        PR 445/bsps
312        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
313        Remove cpp, old_cpp (now unused).
314
3152003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        PR 444/bsps
318        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
319
3202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Remove AC_CONFIG_AUX_DIR.
323
3242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
327
3282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: AC_PREREQ(2.57).
331
3322003-01-20      Joel Sherrill <joel@OARcorp.com>
333
334        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
335
3362002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
339        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
340        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
341        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
342        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
343        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
344        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
345
3462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * start/Makefile.am: Use install-data-local to install startfile.
349
3502002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
353
3542002-12-02      Joel Sherrill <joel@OARcorp.com>
355
356        * configure.ac, network/Makefile.am: Don't build if networking disabled.
357        * startup/linkcmds: Add sections to remove warnings.
358
3592002-11-17      Joel Sherrill <joel@OARcorp.com>
360
361        * network/network.c: Fix inconsistency in prototyping.
362
3632002-11-13      Joel Sherrill <joel@OARcorp.com>
364
365        * network/network.c: Removed warning per Jay's suggestion.
366
3672002-11-13      Joel Sherrill <joel@OARcorp.com>
368
369        * include/.cvsignore: Corrected.
370        * network/.cvsignore: New file.
371
3722002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
373
374        * New BSP.
375        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
376        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
377        console/.cvsignore, console/Makefile.am, console/uart.c,
378        include/.cvsignore, include/Makefile.am, include/bsp.h,
379        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
380        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
381        network/network.c, start/.cvsignore, start/Makefile.am,
382        start/start.S, startup/.cvsignore, startup/Makefile.am,
383        startup/bspstart.c, startup/exit.c, startup/linkcmds,
384        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
385        wrapup/.cvsignore, wrapup/Makefile.am: New file.
386
Note: See TracBrowser for help on using the repository browser.