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

4.104.115
Last change on this file since 10de8065 was 10de8065, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:34:39

2009-10-21 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/edb7312.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 18.2 KB
Line 
12009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/edb7312.cfg: Remove RTEMS_BSP_FAMILY.
4
52009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Don't add -ansi -fasm to CFLAGS.
8
92009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * make/custom/edb7312.cfg: New (relocated from /make/custom).
12
132009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
16
17 2009-08-27     Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * include/ep7312.h, startup/bspreset.c: Move Skyeye magic address out
20        of .h file.
21
222009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
25        Should be automatically handled by confdefs.h or the application.
26
272009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * clock/clockdrv.c: Tinker with clock on Skyeye.
30
312009-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * clock/clockdrv.c: Add stub nanoseconds since last tick handler to
34        improve coverage.
35
362009-07-28      Xi Yang <hiyangxi@gmail.com>
37
38        * configure.ac: undefine BSP_PRESS_KEY_FOR_RESET
39        * startup/bspreset.c, include/ep7312.h: Support skyeye shutdown device
40       
412009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
44        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
45        have the same options.
46
472009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
48
49        * Makefile.am: Removed references to deleted file
50        '../shared/irq/irq_asm.S'.
51        * irq/bsp_irq_asm.S: Renamed ExecuteITHandler() into
52        bsp_interrupt_dispatch().
53
542009-07-12      Xi Yang <hiyangxi@gmail.com>
55
56        * configure.ac, clock/clockdrv.c, startup/bspreset.c: Adjust clock
57        initialization for clock tick so rtmonuse test now runs on Skyeye.
58        Joel added configure magic and place holder in bspreset.c for Skyeye
59        hardware reset device support.
60
612009-04-28      Chris Johns <chrisj@rtems.org>
62
63        * start/start.S: Update for boot_card command line change.
64
652008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * bsp_specs: Remove -Qy from *link.
68
692008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * bsp_specs: Move -e start from *link to *startfile to avoid warning
72        for undefined entry symbol when linking relocatables with binutils
73        2.19.
74
752008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * Makefile.am, preinstall.am: Use shared tm27.h stub.
78        * include/tm27.h: Removed.
79
802008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
83        * Makefile.am: Reflect changes above.
84
852008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
88        of building libbspstart.a, using automake-rules.
89
902008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Eliminate *_SOURCES.
93
942008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
97        components.
98
992008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
102
1032008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * configure.ac: Make letting boot_card() handle work area allocation
106        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
107        BSP_BOOTCARD_OPTIONS.
108
1092008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * startup/bspreset.c: New file.
112
1132008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * Makefile.am, configure.ac, console/uart.c: Use standardized
116        bsp_cleanup() which can optionally print a message, poll for user to
117        press key, and call bsp_reset(). Using this eliminates the various
118        bsp_cleanup() implementations which had their own implementation and
119        variety of string constants.
120        * startup/bspclean.c: Removed.
121
1222008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * Makefile.am, startup/linkcmds: Use top level shared
125        bsp_get_work_area() implementation.
126
1272008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * startup/bspstart.c: Remove unnecessary includes of
130        rtems/libcsupport.h and rtems/libio.h.
131
1322008-09-12      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * Makefile.am: Split out bsp_get_work_area() into its own file and user
135        BSP Framework to perform more initialization. Let edb7312 and csb336
136        shared the implementation.
137        * startup/bspgetworkarea.c: Removed.
138
1392008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * Makefile.am, configure.ac, startup/bspstart.c: Split out
142        bsp_get_work_area() into its own file and user BSP Framework to
143        perform more initialization.
144        * startup/bspgetworkarea.c: New file.
145
1462008-09-05      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * timer/timer.c: Use "true" instead of "1" for "bool"s.
149
1502008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * timer/timer.c: Eliminate empty function from every benchmark timer
153        driver. Fix spelling.
154
1552008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * timer/timer.c: Rename timer driver methods to follow RTEMS
158        programming conventions.
159
1602008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * timer/timer.c: Eliminate rtems_boolean.
163        * Makefile.am: Remove stray include_HEADERS += irq/irq.h.
164
1652008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
168        routine.
169        * startup/bspclean.c: New file.
170        * startup/exit.c: Removed.
171
1722008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        *  irq/bsp_irq_init.c: Add missing prototypes.
175
1762008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * Makefile.am: Rework to avoid .rel files.
179
1802008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * startup/bspstart.c: Refactored and renamed initialization routines to
183        rtems_initialize_data_structures, rtems_initialize_before_drivers,
184        rtems_initialize_device_drivers, and
185        rtems_initialize_start_multitasking. This opened the sequence up so
186        that bootcard() could provide a more robust and flexible framework
187        which is easier to explain and understand. This also lays the
188        groundwork for sharing the division of available memory between the
189        RTEMS workspace and heap and the C library initialization across all
190        BSPs.
191
1922008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * startup/linkcmds: Add wildcard to gcc_except_table section so
195        programs compiled with gcc 4.3.x can link.
196
1972007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
200        of the Configuration Table. Use the RTEMS provided accessor macros to
201        obtain configuration fields.
202
2032007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
206        from CPU Table to Configuration Table. Eliminate CPU Table from all
207        ports. Delete references to CPU Table in all forms.
208
2092007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
212        Table fields to the Configuration Table. This included
213        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
214        do_zero_of_workspace, extra_mpci_receive_server_stack,
215        stack_allocate_hook, and stack_free_hook. As a side-effect of this
216        effort some multiprocessing code was made conditional and some style
217        clean up occurred.
218
2192007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
220
221        PR 1257/bsps
222        * irq/irq.c: Code outside of cpukit should use the public
223        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
224        the public API and directly accessing _CPU_ISR_Disable and
225        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
226        directive which could lead to problems. This patch also changes the
227        type of the variable passed into these routines and addresses minor
228        style issues.
229
2302007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
2332007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * clock/clockdrv.c: Fix spacing.
236
2372007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
238
239        * network/network.c: Remove cs8900_get_mac_addr which conflicted with
240        one in libchip AND contained a hard-coded MAC address.
241
2422007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
243
244        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
245        since it was used to configure a no longer used feature. Device names
246        are now part of the filesystem not in a table.
247
2482007-05-15      Ray Xu <rayx@gmail.com>
249
250        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
251        not in score/cpu.
252
2532007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
254
255        * bsp_specs: Remove qrtems_debug.
256
2572007-03-11      Joel Sherrill <joel@OARcorp.com>
258
259        * startup/bspstart.c: Remove assignments of
260        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
261        value in boot_card.c
262
2632006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
264
265        * configure.ac: New BUG-REPORT address.
266
2672006-11-15      Joel Sherrill <joel@OARcorp.com>
268
269        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
270        file and simplified initialization.
271
2722006-11-01      Joel Sherrill <joel@OARcorp.com>
273
274        * bsp_specs: Fix typo.
275
2762006-10-30      Joel Sherrill <joel@OARcorp.com>
277
278        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
279
2802006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
281
282        * Makefile.am: Remove superfluous -DASM.
283
2842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
285
286        * configure.ac: Require autoconf-2.60. Require automake-1.10.
287
2882006-06-02      Jay Monkman
289
290        * irq/bsp_irq_init.c: Changed interrupt handling
291        to use shared rtems_irq_connect_data struct.
292
2932006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * Makefile.am: Add preinstall.am.
296
2972005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
298
299        * Makefile.am: Install/preinstall headers from ../../arm/shared.
300
3012005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * include/bsp.h: New header guard.
304
3052005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
306
307        * irq/irq.h: Modified names and types to match rtems/irq.h.
308        Note: rtems/irq.h should be included after the addition of a
309        parameter to ISRs.
310
3112005-04-26      Joel Sherrill <joel@OARcorp.com>
312
313        * network/network.c: Eliminate warnings.
314
3152005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
316
317        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
318
3192005-01-04      Joel Sherrill <joel@OARcorp.com>
320
321        * clock/clockdrv.c: Remove warnings.
322
3232005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * Makefile.am: Remove build-variant support.
326
3272004-11-05      Joel Sherrill <joel@OARcorp.com>
328
329        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
330        area being named sdram NOT RAM.
331
3322004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * configure.ac: Require automake > 1.9.
335
3362004-07-30      Jay Monkman <jtm@lopingdog.com>
337
338        * network/network.c: Changes to network driver to get it to compile
339        again.
340
3412004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
342
343        PR 610/bsps
344        * Makefile.am: Add include/tm27.h, Cosmetics.
345        * include/tm27.h: Final cosmetics.
346
3472004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
348
349        * include/bsp.h: Split out tmtest27 support.
350        * include/tm27.h: New.
351
3522004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
353
354        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
355        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
356        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
357
3582004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * console/uart.c, include/ep7312.h, startup/bspstart.c,
361        timer/timer.c: Convert to using c99 fixed size types.
362
3632004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Reflect changes to bsp.am.
366        Preinstall dist_project_lib*.
367
3682004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Reflect changes to bsp.am.
371
3722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
375
3762004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Pickup files from ../../arm/shared instead of
379        ../shared. Reformat.
380
3812004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * include/bsp.h: Remove config.
384        * irq/irq.c: Remove stray blanks.
385        * start/start.S: Add missing */ in comments.
386
3872004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
390        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
391        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
392        compilation rules.
393        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
394        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
395        timer/Makefile.am, wrapup/Makefile.am: Remove.
396        * configure.ac: Reflect changes above.
397
3982004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Add PREINSTALL_DIRS.
401        * irq/Makefile.am: Ditto.
402
4032004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
406        Add PRE/TMPINSTALL_FILES to CLEANFILES.
407        * irq/Makefile.am: Ditto.
408        * start/Makefile.am: Ditto.
409        * startup/Makefile.am: Ditto.
410
4112004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * wrapup/Makefile.am: Eliminate $(LIB).
414        Use noinst_DATA to trigger building libbsp.a.
415
4162003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        PR 541/bsps
419        * startup/linkcmds: Remove SEARCH_DIR.
420
4212003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
424        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
425
4262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
429        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
430        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
431
4322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
435
4362003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * network/Makefile.am: Misc cleanups and fixes.
439        * start/Makefile.am: Misc cleanups and fixes.
440        * startup/Makefile.am: Misc cleanups and fixes.
441        * wrapup/Makefile.am: Misc cleanups and fixes.
442
4432003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: Add preinstallation dirstamp support.
446        * irq/Makefile.am: Add preinstallation dirstamp support.
447        * network/Makefile.am: Cosmetics.
448        * wrapup/Makefile.am: Cosmetics.
449
4502003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * clock/Makefile.am: Remove all-local: $(ARCH).
453        * console/Makefile.am: Remove all-local: $(ARCH).
454        * irq/Makefile.am: Remove all-local: $(ARCH).
455        * network/Makefile.am: Remove all-local: $(ARCH).
456        * start/Makefile.am: Remove all-local: $(ARCH).
457        * startup/Makefile.am: Remove all-local: $(ARCH).
458        * timer/Makefile.am: Remove all-local: $(ARCH).
459        * wrapup/Makefile.am: Remove all-local: $(ARCH).
460
4612003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * Makefile.am: Merge-in include/Makefile.am.
464        Reflect changes to bsp.am.
465        * include/Makefile.am: Remove.
466        * configure.ac: Reflect changes above.
467
4682003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * bsp_specs: Remove *lib:.
471
4722003-09-04      Joel Sherrill <joel@OARcorp.com>
473
474        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
475        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
476        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
477        timer/timer.c: URL for license changed.
478
4792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * Makefile.am: Reflect having moved aclocal/.
482
4832003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * Makefile.am: Reflect having moved automake/.
486        * clock/Makefile.am: Reflect having moved automake/.
487        * console/Makefile.am: Reflect having moved automake/.
488        * include/Makefile.am: Reflect having moved automake/.
489        * irq/Makefile.am: Reflect having moved automake/.
490        * network/Makefile.am: Reflect having moved automake/.
491        * start/Makefile.am: Reflect having moved automake/.
492        * startup/Makefile.am: Reflect having moved automake/.
493        * timer/Makefile.am: Reflect having moved automake/.
494        * wrapup/Makefile.am: Reflect having moved automake/.
495
4962003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
499
5002003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        PR 445/bsps
503        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
504        Remove cpp, old_cpp (now unused).
505
5062003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        PR 444/bsps
509        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
510
5112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * configure.ac: Remove AC_CONFIG_AUX_DIR.
514
5152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
518
5192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: AC_PREREQ(2.57).
522
5232003-01-20      Joel Sherrill <joel@OARcorp.com>
524
525        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
526
5272002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
530        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
531        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
532        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
533        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
534        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
535        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
536
5372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * start/Makefile.am: Use install-data-local to install startfile.
540
5412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
544
5452002-12-02      Joel Sherrill <joel@OARcorp.com>
546
547        * configure.ac, network/Makefile.am: Don't build if networking disabled.
548        * startup/linkcmds: Add sections to remove warnings.
549
5502002-11-17      Joel Sherrill <joel@OARcorp.com>
551
552        * network/network.c: Fix inconsistency in prototyping.
553
5542002-11-13      Joel Sherrill <joel@OARcorp.com>
555
556        * network/network.c: Removed warning per Jay's suggestion.
557
5582002-11-13      Joel Sherrill <joel@OARcorp.com>
559
560        * include/.cvsignore: Corrected.
561        * network/.cvsignore: New file.
562
5632002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
564
565        * New BSP.
566        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
567        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
568        console/.cvsignore, console/Makefile.am, console/uart.c,
569        include/.cvsignore, include/Makefile.am, include/bsp.h,
570        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
571        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
572        network/network.c, start/.cvsignore, start/Makefile.am,
573        start/start.S, startup/.cvsignore, startup/Makefile.am,
574        startup/bspstart.c, startup/exit.c, startup/linkcmds,
575        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
576        wrapup/.cvsignore, wrapup/Makefile.am: New file.
577
Note: See TracBrowser for help on using the repository browser.