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

4.104.115
Last change on this file since eb18d28 was eb18d28, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/14/10 at 09:27:31

2010-04-10 Ralf Corsépius <ralf.corsepius@…>

  • console/uart.c: Reflect termios API changes.
  • Property mode set to 100644
File size: 18.6 KB
Line 
12010-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * console/uart.c: Reflect termios API changes.
4
52010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
6
7        * clock/clockdrv.c, irq/bsp_irq_init.c, irq/irq.h
8        startup/bspstart.c, network/network.c: make irq data types
9        consistent
10
112010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * start/start.S: Verify boot_card() is passed a NULL.
14
152009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * make/custom/edb7312.cfg: Remove RTEMS_BSP_FAMILY.
18
192009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * configure.ac: Don't add -ansi -fasm to CFLAGS.
22
232009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * make/custom/edb7312.cfg: New (relocated from /make/custom).
26
272009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
30
31 2009-08-27     Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * include/ep7312.h, startup/bspreset.c: Move Skyeye magic address out
34        of .h file.
35
362009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
39        Should be automatically handled by confdefs.h or the application.
40
412009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * clock/clockdrv.c: Tinker with clock on Skyeye.
44
452009-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * clock/clockdrv.c: Add stub nanoseconds since last tick handler to
48        improve coverage.
49
502009-07-28      Xi Yang <hiyangxi@gmail.com>
51
52        * configure.ac: undefine BSP_PRESS_KEY_FOR_RESET
53        * startup/bspreset.c, include/ep7312.h: Support skyeye shutdown device
54       
552009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
58        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
59        have the same options.
60
612009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
62
63        * Makefile.am: Removed references to deleted file
64        '../shared/irq/irq_asm.S'.
65        * irq/bsp_irq_asm.S: Renamed ExecuteITHandler() into
66        bsp_interrupt_dispatch().
67
682009-07-12      Xi Yang <hiyangxi@gmail.com>
69
70        * configure.ac, clock/clockdrv.c, startup/bspreset.c: Adjust clock
71        initialization for clock tick so rtmonuse test now runs on Skyeye.
72        Joel added configure magic and place holder in bspreset.c for Skyeye
73        hardware reset device support.
74
752009-04-28      Chris Johns <chrisj@rtems.org>
76
77        * start/start.S: Update for boot_card command line change.
78
792008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * bsp_specs: Remove -Qy from *link.
82
832008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * bsp_specs: Move -e start from *link to *startfile to avoid warning
86        for undefined entry symbol when linking relocatables with binutils
87        2.19.
88
892008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * Makefile.am, preinstall.am: Use shared tm27.h stub.
92        * include/tm27.h: Removed.
93
942008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
97        * Makefile.am: Reflect changes above.
98
992008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
102        of building libbspstart.a, using automake-rules.
103
1042008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Eliminate *_SOURCES.
107
1082008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
111        components.
112
1132008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
116
1172008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * configure.ac: Make letting boot_card() handle work area allocation
120        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
121        BSP_BOOTCARD_OPTIONS.
122
1232008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * startup/bspreset.c: New file.
126
1272008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * Makefile.am, configure.ac, console/uart.c: Use standardized
130        bsp_cleanup() which can optionally print a message, poll for user to
131        press key, and call bsp_reset(). Using this eliminates the various
132        bsp_cleanup() implementations which had their own implementation and
133        variety of string constants.
134        * startup/bspclean.c: Removed.
135
1362008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * Makefile.am, startup/linkcmds: Use top level shared
139        bsp_get_work_area() implementation.
140
1412008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * startup/bspstart.c: Remove unnecessary includes of
144        rtems/libcsupport.h and rtems/libio.h.
145
1462008-09-12      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * Makefile.am: Split out bsp_get_work_area() into its own file and user
149        BSP Framework to perform more initialization. Let edb7312 and csb336
150        shared the implementation.
151        * startup/bspgetworkarea.c: Removed.
152
1532008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * Makefile.am, configure.ac, startup/bspstart.c: Split out
156        bsp_get_work_area() into its own file and user BSP Framework to
157        perform more initialization.
158        * startup/bspgetworkarea.c: New file.
159
1602008-09-05      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * timer/timer.c: Use "true" instead of "1" for "bool"s.
163
1642008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * timer/timer.c: Eliminate empty function from every benchmark timer
167        driver. Fix spelling.
168
1692008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * timer/timer.c: Rename timer driver methods to follow RTEMS
172        programming conventions.
173
1742008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * timer/timer.c: Eliminate rtems_boolean.
177        * Makefile.am: Remove stray include_HEADERS += irq/irq.h.
178
1792008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
182        routine.
183        * startup/bspclean.c: New file.
184        * startup/exit.c: Removed.
185
1862008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        *  irq/bsp_irq_init.c: Add missing prototypes.
189
1902008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * Makefile.am: Rework to avoid .rel files.
193
1942008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * startup/bspstart.c: Refactored and renamed initialization routines to
197        rtems_initialize_data_structures, rtems_initialize_before_drivers,
198        rtems_initialize_device_drivers, and
199        rtems_initialize_start_multitasking. This opened the sequence up so
200        that bootcard() could provide a more robust and flexible framework
201        which is easier to explain and understand. This also lays the
202        groundwork for sharing the division of available memory between the
203        RTEMS workspace and heap and the C library initialization across all
204        BSPs.
205
2062008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        * startup/linkcmds: Add wildcard to gcc_except_table section so
209        programs compiled with gcc 4.3.x can link.
210
2112007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
212
213        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
214        of the Configuration Table. Use the RTEMS provided accessor macros to
215        obtain configuration fields.
216
2172007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
218
219        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
220        from CPU Table to Configuration Table. Eliminate CPU Table from all
221        ports. Delete references to CPU Table in all forms.
222
2232007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
226        Table fields to the Configuration Table. This included
227        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
228        do_zero_of_workspace, extra_mpci_receive_server_stack,
229        stack_allocate_hook, and stack_free_hook. As a side-effect of this
230        effort some multiprocessing code was made conditional and some style
231        clean up occurred.
232
2332007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        PR 1257/bsps
236        * irq/irq.c: Code outside of cpukit should use the public
237        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
238        the public API and directly accessing _CPU_ISR_Disable and
239        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
240        directive which could lead to problems. This patch also changes the
241        type of the variable passed into these routines and addresses minor
242        style issues.
243
2442007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
245
246        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
2472007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * clock/clockdrv.c: Fix spacing.
250
2512007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
252
253        * network/network.c: Remove cs8900_get_mac_addr which conflicted with
254        one in libchip AND contained a hard-coded MAC address.
255
2562007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
257
258        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
259        since it was used to configure a no longer used feature. Device names
260        are now part of the filesystem not in a table.
261
2622007-05-15      Ray Xu <rayx@gmail.com>
263
264        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
265        not in score/cpu.
266
2672007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * bsp_specs: Remove qrtems_debug.
270
2712007-03-11      Joel Sherrill <joel@OARcorp.com>
272
273        * startup/bspstart.c: Remove assignments of
274        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
275        value in boot_card.c
276
2772006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
278
279        * configure.ac: New BUG-REPORT address.
280
2812006-11-15      Joel Sherrill <joel@OARcorp.com>
282
283        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
284        file and simplified initialization.
285
2862006-11-01      Joel Sherrill <joel@OARcorp.com>
287
288        * bsp_specs: Fix typo.
289
2902006-10-30      Joel Sherrill <joel@OARcorp.com>
291
292        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
293
2942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * Makefile.am: Remove superfluous -DASM.
297
2982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * configure.ac: Require autoconf-2.60. Require automake-1.10.
301
3022006-06-02      Jay Monkman
303
304        * irq/bsp_irq_init.c: Changed interrupt handling
305        to use shared rtems_irq_connect_data struct.
306
3072006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
308
309        * Makefile.am: Add preinstall.am.
310
3112005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
312
313        * Makefile.am: Install/preinstall headers from ../../arm/shared.
314
3152005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
316
317        * include/bsp.h: New header guard.
318
3192005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
320
321        * irq/irq.h: Modified names and types to match rtems/irq.h.
322        Note: rtems/irq.h should be included after the addition of a
323        parameter to ISRs.
324
3252005-04-26      Joel Sherrill <joel@OARcorp.com>
326
327        * network/network.c: Eliminate warnings.
328
3292005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
330
331        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
332
3332005-01-04      Joel Sherrill <joel@OARcorp.com>
334
335        * clock/clockdrv.c: Remove warnings.
336
3372005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
338
339        * Makefile.am: Remove build-variant support.
340
3412004-11-05      Joel Sherrill <joel@OARcorp.com>
342
343        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
344        area being named sdram NOT RAM.
345
3462004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
347
348        * configure.ac: Require automake > 1.9.
349
3502004-07-30      Jay Monkman <jtm@lopingdog.com>
351
352        * network/network.c: Changes to network driver to get it to compile
353        again.
354
3552004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
356
357        PR 610/bsps
358        * Makefile.am: Add include/tm27.h, Cosmetics.
359        * include/tm27.h: Final cosmetics.
360
3612004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
362
363        * include/bsp.h: Split out tmtest27 support.
364        * include/tm27.h: New.
365
3662004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
369        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
370        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
371
3722004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
373
374        * console/uart.c, include/ep7312.h, startup/bspstart.c,
375        timer/timer.c: Convert to using c99 fixed size types.
376
3772004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: Reflect changes to bsp.am.
380        Preinstall dist_project_lib*.
381
3822004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Reflect changes to bsp.am.
385
3862004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
389
3902004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Pickup files from ../../arm/shared instead of
393        ../shared. Reformat.
394
3952004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * include/bsp.h: Remove config.
398        * irq/irq.c: Remove stray blanks.
399        * start/start.S: Add missing */ in comments.
400
4012004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
404        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
405        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
406        compilation rules.
407        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
408        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
409        timer/Makefile.am, wrapup/Makefile.am: Remove.
410        * configure.ac: Reflect changes above.
411
4122004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: Add PREINSTALL_DIRS.
415        * irq/Makefile.am: Ditto.
416
4172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
420        Add PRE/TMPINSTALL_FILES to CLEANFILES.
421        * irq/Makefile.am: Ditto.
422        * start/Makefile.am: Ditto.
423        * startup/Makefile.am: Ditto.
424
4252004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * wrapup/Makefile.am: Eliminate $(LIB).
428        Use noinst_DATA to trigger building libbsp.a.
429
4302003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        PR 541/bsps
433        * startup/linkcmds: Remove SEARCH_DIR.
434
4352003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
438        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
439
4402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
443        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
444        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
445
4462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
449
4502003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * network/Makefile.am: Misc cleanups and fixes.
453        * start/Makefile.am: Misc cleanups and fixes.
454        * startup/Makefile.am: Misc cleanups and fixes.
455        * wrapup/Makefile.am: Misc cleanups and fixes.
456
4572003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * Makefile.am: Add preinstallation dirstamp support.
460        * irq/Makefile.am: Add preinstallation dirstamp support.
461        * network/Makefile.am: Cosmetics.
462        * wrapup/Makefile.am: Cosmetics.
463
4642003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * clock/Makefile.am: Remove all-local: $(ARCH).
467        * console/Makefile.am: Remove all-local: $(ARCH).
468        * irq/Makefile.am: Remove all-local: $(ARCH).
469        * network/Makefile.am: Remove all-local: $(ARCH).
470        * start/Makefile.am: Remove all-local: $(ARCH).
471        * startup/Makefile.am: Remove all-local: $(ARCH).
472        * timer/Makefile.am: Remove all-local: $(ARCH).
473        * wrapup/Makefile.am: Remove all-local: $(ARCH).
474
4752003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * Makefile.am: Merge-in include/Makefile.am.
478        Reflect changes to bsp.am.
479        * include/Makefile.am: Remove.
480        * configure.ac: Reflect changes above.
481
4822003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * bsp_specs: Remove *lib:.
485
4862003-09-04      Joel Sherrill <joel@OARcorp.com>
487
488        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
489        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
490        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
491        timer/timer.c: URL for license changed.
492
4932003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * Makefile.am: Reflect having moved aclocal/.
496
4972003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: Reflect having moved automake/.
500        * clock/Makefile.am: Reflect having moved automake/.
501        * console/Makefile.am: Reflect having moved automake/.
502        * include/Makefile.am: Reflect having moved automake/.
503        * irq/Makefile.am: Reflect having moved automake/.
504        * network/Makefile.am: Reflect having moved automake/.
505        * start/Makefile.am: Reflect having moved automake/.
506        * startup/Makefile.am: Reflect having moved automake/.
507        * timer/Makefile.am: Reflect having moved automake/.
508        * wrapup/Makefile.am: Reflect having moved automake/.
509
5102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
513
5142003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        PR 445/bsps
517        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
518        Remove cpp, old_cpp (now unused).
519
5202003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        PR 444/bsps
523        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
524
5252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * configure.ac: Remove AC_CONFIG_AUX_DIR.
528
5292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
532
5332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * configure.ac: AC_PREREQ(2.57).
536
5372003-01-20      Joel Sherrill <joel@OARcorp.com>
538
539        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
540
5412002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
544        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
545        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
546        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
547        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
548        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
549        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
550
5512002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * start/Makefile.am: Use install-data-local to install startfile.
554
5552002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
558
5592002-12-02      Joel Sherrill <joel@OARcorp.com>
560
561        * configure.ac, network/Makefile.am: Don't build if networking disabled.
562        * startup/linkcmds: Add sections to remove warnings.
563
5642002-11-17      Joel Sherrill <joel@OARcorp.com>
565
566        * network/network.c: Fix inconsistency in prototyping.
567
5682002-11-13      Joel Sherrill <joel@OARcorp.com>
569
570        * network/network.c: Removed warning per Jay's suggestion.
571
5722002-11-13      Joel Sherrill <joel@OARcorp.com>
573
574        * include/.cvsignore: Corrected.
575        * network/.cvsignore: New file.
576
5772002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
578
579        * New BSP.
580        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
581        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
582        console/.cvsignore, console/Makefile.am, console/uart.c,
583        include/.cvsignore, include/Makefile.am, include/bsp.h,
584        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
585        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
586        network/network.c, start/.cvsignore, start/Makefile.am,
587        start/start.S, startup/.cvsignore, startup/Makefile.am,
588        startup/bspstart.c, startup/exit.c, startup/linkcmds,
589        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
590        wrapup/.cvsignore, wrapup/Makefile.am: New file.
591
Note: See TracBrowser for help on using the repository browser.