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

4.104.114.95
Last change on this file since b5059b3 was b5059b3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/05/08 at 02:28:16

2008-09-05 Ralf Corsepius <ralf.corsepius@…>

  • timer/timer.c: Use "true" instead of "1" for "bool"s.
  • Property mode set to 100644
File size: 13.7 KB
Line 
12008-09-05      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * timer/timer.c: Use "true" instead of "1" for "bool"s.
4
52008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * timer/timer.c: Eliminate empty function from every benchmark timer
8        driver. Fix spelling.
9
102008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * timer/timer.c: Rename timer driver methods to follow RTEMS
13        programming conventions.
14
152008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * timer/timer.c: Eliminate rtems_boolean.
18        * Makefile.am: Remove stray include_HEADERS += irq/irq.h.
19
202008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
23        routine.
24        * startup/bspclean.c: New file.
25        * startup/exit.c: Removed.
26
272008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        *  irq/bsp_irq_init.c: Add missing prototypes.
30
312008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * Makefile.am: Rework to avoid .rel files.
34
352008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * startup/bspstart.c: Refactored and renamed initialization routines to
38        rtems_initialize_data_structures, rtems_initialize_before_drivers,
39        rtems_initialize_device_drivers, and
40        rtems_initialize_start_multitasking. This opened the sequence up so
41        that bootcard() could provide a more robust and flexible framework
42        which is easier to explain and understand. This also lays the
43        groundwork for sharing the division of available memory between the
44        RTEMS workspace and heap and the C library initialization across all
45        BSPs.
46
472008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * startup/linkcmds: Add wildcard to gcc_except_table section so
50        programs compiled with gcc 4.3.x can link.
51
522007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
55        of the Configuration Table. Use the RTEMS provided accessor macros to
56        obtain configuration fields.
57
582007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
61        from CPU Table to Configuration Table. Eliminate CPU Table from all
62        ports. Delete references to CPU Table in all forms.
63
642007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
67        Table fields to the Configuration Table. This included
68        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
69        do_zero_of_workspace, extra_mpci_receive_server_stack,
70        stack_allocate_hook, and stack_free_hook. As a side-effect of this
71        effort some multiprocessing code was made conditional and some style
72        clean up occurred.
73
742007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        PR 1257/bsps
77        * irq/irq.c: Code outside of cpukit should use the public
78        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
79        the public API and directly accessing _CPU_ISR_Disable and
80        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
81        directive which could lead to problems. This patch also changes the
82        type of the variable passed into these routines and addresses minor
83        style issues.
84
852007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
882007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * clock/clockdrv.c: Fix spacing.
91
922007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * network/network.c: Remove cs8900_get_mac_addr which conflicted with
95        one in libchip AND contained a hard-coded MAC address.
96
972007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
100        since it was used to configure a no longer used feature. Device names
101        are now part of the filesystem not in a table.
102
1032007-05-15      Ray Xu <rayx@gmail.com>
104
105        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
106        not in score/cpu.
107
1082007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * bsp_specs: Remove qrtems_debug.
111
1122007-03-11      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/bspstart.c: Remove assignments of
115        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
116        value in boot_card.c
117
1182006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * configure.ac: New BUG-REPORT address.
121
1222006-11-15      Joel Sherrill <joel@OARcorp.com>
123
124        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
125        file and simplified initialization.
126
1272006-11-01      Joel Sherrill <joel@OARcorp.com>
128
129        * bsp_specs: Fix typo.
130
1312006-10-30      Joel Sherrill <joel@OARcorp.com>
132
133        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
134
1352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Remove superfluous -DASM.
138
1392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * configure.ac: Require autoconf-2.60. Require automake-1.10.
142
1432006-06-02      Jay Monkman
144
145        * irq/bsp_irq_init.c: Changed interrupt handling
146        to use shared rtems_irq_connect_data struct.
147
1482006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * Makefile.am: Add preinstall.am.
151
1522005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * Makefile.am: Install/preinstall headers from ../../arm/shared.
155
1562005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * include/bsp.h: New header guard.
159
1602005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
161
162        * irq/irq.h: Modified names and types to match rtems/irq.h.
163        Note: rtems/irq.h should be included after the addition of a
164        parameter to ISRs.
165
1662005-04-26      Joel Sherrill <joel@OARcorp.com>
167
168        * network/network.c: Eliminate warnings.
169
1702005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
173
1742005-01-04      Joel Sherrill <joel@OARcorp.com>
175
176        * clock/clockdrv.c: Remove warnings.
177
1782005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Remove build-variant support.
181
1822004-11-05      Joel Sherrill <joel@OARcorp.com>
183
184        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
185        area being named sdram NOT RAM.
186
1872004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * configure.ac: Require automake > 1.9.
190
1912004-07-30      Jay Monkman <jtm@lopingdog.com>
192
193        * network/network.c: Changes to network driver to get it to compile
194        again.
195
1962004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        PR 610/bsps
199        * Makefile.am: Add include/tm27.h, Cosmetics.
200        * include/tm27.h: Final cosmetics.
201
2022004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * include/bsp.h: Split out tmtest27 support.
205        * include/tm27.h: New.
206
2072004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
210        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
211        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
212
2132004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * console/uart.c, include/ep7312.h, startup/bspstart.c,
216        timer/timer.c: Convert to using c99 fixed size types.
217
2182004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Reflect changes to bsp.am.
221        Preinstall dist_project_lib*.
222
2232004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Reflect changes to bsp.am.
226
2272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
230
2312004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Pickup files from ../../arm/shared instead of
234        ../shared. Reformat.
235
2362004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * include/bsp.h: Remove config.
239        * irq/irq.c: Remove stray blanks.
240        * start/start.S: Add missing */ in comments.
241
2422004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
245        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
246        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
247        compilation rules.
248        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
249        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
250        timer/Makefile.am, wrapup/Makefile.am: Remove.
251        * configure.ac: Reflect changes above.
252
2532004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Add PREINSTALL_DIRS.
256        * irq/Makefile.am: Ditto.
257
2582004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
261        Add PRE/TMPINSTALL_FILES to CLEANFILES.
262        * irq/Makefile.am: Ditto.
263        * start/Makefile.am: Ditto.
264        * startup/Makefile.am: Ditto.
265
2662004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * wrapup/Makefile.am: Eliminate $(LIB).
269        Use noinst_DATA to trigger building libbsp.a.
270
2712003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        PR 541/bsps
274        * startup/linkcmds: Remove SEARCH_DIR.
275
2762003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
279        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
280
2812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
284        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
285        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
286
2872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
290
2912003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * network/Makefile.am: Misc cleanups and fixes.
294        * start/Makefile.am: Misc cleanups and fixes.
295        * startup/Makefile.am: Misc cleanups and fixes.
296        * wrapup/Makefile.am: Misc cleanups and fixes.
297
2982003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Add preinstallation dirstamp support.
301        * irq/Makefile.am: Add preinstallation dirstamp support.
302        * network/Makefile.am: Cosmetics.
303        * wrapup/Makefile.am: Cosmetics.
304
3052003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * clock/Makefile.am: Remove all-local: $(ARCH).
308        * console/Makefile.am: Remove all-local: $(ARCH).
309        * irq/Makefile.am: Remove all-local: $(ARCH).
310        * network/Makefile.am: Remove all-local: $(ARCH).
311        * start/Makefile.am: Remove all-local: $(ARCH).
312        * startup/Makefile.am: Remove all-local: $(ARCH).
313        * timer/Makefile.am: Remove all-local: $(ARCH).
314        * wrapup/Makefile.am: Remove all-local: $(ARCH).
315
3162003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Merge-in include/Makefile.am.
319        Reflect changes to bsp.am.
320        * include/Makefile.am: Remove.
321        * configure.ac: Reflect changes above.
322
3232003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * bsp_specs: Remove *lib:.
326
3272003-09-04      Joel Sherrill <joel@OARcorp.com>
328
329        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
330        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
331        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
332        timer/timer.c: URL for license changed.
333
3342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Reflect having moved aclocal/.
337
3382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Reflect having moved automake/.
341        * clock/Makefile.am: Reflect having moved automake/.
342        * console/Makefile.am: Reflect having moved automake/.
343        * include/Makefile.am: Reflect having moved automake/.
344        * irq/Makefile.am: Reflect having moved automake/.
345        * network/Makefile.am: Reflect having moved automake/.
346        * start/Makefile.am: Reflect having moved automake/.
347        * startup/Makefile.am: Reflect having moved automake/.
348        * timer/Makefile.am: Reflect having moved automake/.
349        * wrapup/Makefile.am: Reflect having moved automake/.
350
3512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
354
3552003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        PR 445/bsps
358        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
359        Remove cpp, old_cpp (now unused).
360
3612003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        PR 444/bsps
364        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
365
3662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Remove AC_CONFIG_AUX_DIR.
369
3702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
373
3742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: AC_PREREQ(2.57).
377
3782003-01-20      Joel Sherrill <joel@OARcorp.com>
379
380        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
381
3822002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
385        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
387        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
390        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
391
3922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * start/Makefile.am: Use install-data-local to install startfile.
395
3962002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399
4002002-12-02      Joel Sherrill <joel@OARcorp.com>
401
402        * configure.ac, network/Makefile.am: Don't build if networking disabled.
403        * startup/linkcmds: Add sections to remove warnings.
404
4052002-11-17      Joel Sherrill <joel@OARcorp.com>
406
407        * network/network.c: Fix inconsistency in prototyping.
408
4092002-11-13      Joel Sherrill <joel@OARcorp.com>
410
411        * network/network.c: Removed warning per Jay's suggestion.
412
4132002-11-13      Joel Sherrill <joel@OARcorp.com>
414
415        * include/.cvsignore: Corrected.
416        * network/.cvsignore: New file.
417
4182002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
419
420        * New BSP.
421        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
422        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
423        console/.cvsignore, console/Makefile.am, console/uart.c,
424        include/.cvsignore, include/Makefile.am, include/bsp.h,
425        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
426        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
427        network/network.c, start/.cvsignore, start/Makefile.am,
428        start/start.S, startup/.cvsignore, startup/Makefile.am,
429        startup/bspstart.c, startup/exit.c, startup/linkcmds,
430        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
431        wrapup/.cvsignore, wrapup/Makefile.am: New file.
432
Note: See TracBrowser for help on using the repository browser.