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

4.104.115
Last change on this file since 7a6f8d0 was de237f4, checked in by Joel Sherrill <joel.sherrill@…>, on 04/07/10 at 21:50:11

2010-04-07 Joel Sherrill <joel.sherrill@…>

  • start/start.S: Verify boot_card() is passed a NULL.
  • Property mode set to 100644
File size: 18.3 KB
Line 
12010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * start/start.S: Verify boot_card() is passed a NULL.
4
52009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * make/custom/edb7312.cfg: Remove RTEMS_BSP_FAMILY.
8
92009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Don't add -ansi -fasm to CFLAGS.
12
132009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * make/custom/edb7312.cfg: New (relocated from /make/custom).
16
172009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
20
21 2009-08-27     Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * include/ep7312.h, startup/bspreset.c: Move Skyeye magic address out
24        of .h file.
25
262009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
29        Should be automatically handled by confdefs.h or the application.
30
312009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * clock/clockdrv.c: Tinker with clock on Skyeye.
34
352009-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * clock/clockdrv.c: Add stub nanoseconds since last tick handler to
38        improve coverage.
39
402009-07-28      Xi Yang <hiyangxi@gmail.com>
41
42        * configure.ac: undefine BSP_PRESS_KEY_FOR_RESET
43        * startup/bspreset.c, include/ep7312.h: Support skyeye shutdown device
44       
452009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
48        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
49        have the same options.
50
512009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
52
53        * Makefile.am: Removed references to deleted file
54        '../shared/irq/irq_asm.S'.
55        * irq/bsp_irq_asm.S: Renamed ExecuteITHandler() into
56        bsp_interrupt_dispatch().
57
582009-07-12      Xi Yang <hiyangxi@gmail.com>
59
60        * configure.ac, clock/clockdrv.c, startup/bspreset.c: Adjust clock
61        initialization for clock tick so rtmonuse test now runs on Skyeye.
62        Joel added configure magic and place holder in bspreset.c for Skyeye
63        hardware reset device support.
64
652009-04-28      Chris Johns <chrisj@rtems.org>
66
67        * start/start.S: Update for boot_card command line change.
68
692008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * bsp_specs: Remove -Qy from *link.
72
732008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * bsp_specs: Move -e start from *link to *startfile to avoid warning
76        for undefined entry symbol when linking relocatables with binutils
77        2.19.
78
792008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * Makefile.am, preinstall.am: Use shared tm27.h stub.
82        * include/tm27.h: Removed.
83
842008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
87        * Makefile.am: Reflect changes above.
88
892008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
92        of building libbspstart.a, using automake-rules.
93
942008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Eliminate *_SOURCES.
97
982008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
101        components.
102
1032008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
106
1072008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * configure.ac: Make letting boot_card() handle work area allocation
110        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
111        BSP_BOOTCARD_OPTIONS.
112
1132008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * startup/bspreset.c: New file.
116
1172008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * Makefile.am, configure.ac, console/uart.c: Use standardized
120        bsp_cleanup() which can optionally print a message, poll for user to
121        press key, and call bsp_reset(). Using this eliminates the various
122        bsp_cleanup() implementations which had their own implementation and
123        variety of string constants.
124        * startup/bspclean.c: Removed.
125
1262008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * Makefile.am, startup/linkcmds: Use top level shared
129        bsp_get_work_area() implementation.
130
1312008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * startup/bspstart.c: Remove unnecessary includes of
134        rtems/libcsupport.h and rtems/libio.h.
135
1362008-09-12      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * Makefile.am: Split out bsp_get_work_area() into its own file and user
139        BSP Framework to perform more initialization. Let edb7312 and csb336
140        shared the implementation.
141        * startup/bspgetworkarea.c: Removed.
142
1432008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * Makefile.am, configure.ac, startup/bspstart.c: Split out
146        bsp_get_work_area() into its own file and user BSP Framework to
147        perform more initialization.
148        * startup/bspgetworkarea.c: New file.
149
1502008-09-05      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * timer/timer.c: Use "true" instead of "1" for "bool"s.
153
1542008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * timer/timer.c: Eliminate empty function from every benchmark timer
157        driver. Fix spelling.
158
1592008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * timer/timer.c: Rename timer driver methods to follow RTEMS
162        programming conventions.
163
1642008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * timer/timer.c: Eliminate rtems_boolean.
167        * Makefile.am: Remove stray include_HEADERS += irq/irq.h.
168
1692008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
172        routine.
173        * startup/bspclean.c: New file.
174        * startup/exit.c: Removed.
175
1762008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        *  irq/bsp_irq_init.c: Add missing prototypes.
179
1802008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * Makefile.am: Rework to avoid .rel files.
183
1842008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
185
186        * startup/bspstart.c: Refactored and renamed initialization routines to
187        rtems_initialize_data_structures, rtems_initialize_before_drivers,
188        rtems_initialize_device_drivers, and
189        rtems_initialize_start_multitasking. This opened the sequence up so
190        that bootcard() could provide a more robust and flexible framework
191        which is easier to explain and understand. This also lays the
192        groundwork for sharing the division of available memory between the
193        RTEMS workspace and heap and the C library initialization across all
194        BSPs.
195
1962008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * startup/linkcmds: Add wildcard to gcc_except_table section so
199        programs compiled with gcc 4.3.x can link.
200
2012007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
204        of the Configuration Table. Use the RTEMS provided accessor macros to
205        obtain configuration fields.
206
2072007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
208
209        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
210        from CPU Table to Configuration Table. Eliminate CPU Table from all
211        ports. Delete references to CPU Table in all forms.
212
2132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
216        Table fields to the Configuration Table. This included
217        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
218        do_zero_of_workspace, extra_mpci_receive_server_stack,
219        stack_allocate_hook, and stack_free_hook. As a side-effect of this
220        effort some multiprocessing code was made conditional and some style
221        clean up occurred.
222
2232007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        PR 1257/bsps
226        * irq/irq.c: Code outside of cpukit should use the public
227        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
228        the public API and directly accessing _CPU_ISR_Disable and
229        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
230        directive which could lead to problems. This patch also changes the
231        type of the variable passed into these routines and addresses minor
232        style issues.
233
2342007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
235
236        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
2372007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * clock/clockdrv.c: Fix spacing.
240
2412007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * network/network.c: Remove cs8900_get_mac_addr which conflicted with
244        one in libchip AND contained a hard-coded MAC address.
245
2462007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
247
248        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
249        since it was used to configure a no longer used feature. Device names
250        are now part of the filesystem not in a table.
251
2522007-05-15      Ray Xu <rayx@gmail.com>
253
254        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
255        not in score/cpu.
256
2572007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
258
259        * bsp_specs: Remove qrtems_debug.
260
2612007-03-11      Joel Sherrill <joel@OARcorp.com>
262
263        * startup/bspstart.c: Remove assignments of
264        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
265        value in boot_card.c
266
2672006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * configure.ac: New BUG-REPORT address.
270
2712006-11-15      Joel Sherrill <joel@OARcorp.com>
272
273        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
274        file and simplified initialization.
275
2762006-11-01      Joel Sherrill <joel@OARcorp.com>
277
278        * bsp_specs: Fix typo.
279
2802006-10-30      Joel Sherrill <joel@OARcorp.com>
281
282        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
283
2842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
285
286        * Makefile.am: Remove superfluous -DASM.
287
2882006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
289
290        * configure.ac: Require autoconf-2.60. Require automake-1.10.
291
2922006-06-02      Jay Monkman
293
294        * irq/bsp_irq_init.c: Changed interrupt handling
295        to use shared rtems_irq_connect_data struct.
296
2972006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
298
299        * Makefile.am: Add preinstall.am.
300
3012005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * Makefile.am: Install/preinstall headers from ../../arm/shared.
304
3052005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
306
307        * include/bsp.h: New header guard.
308
3092005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
310
311        * irq/irq.h: Modified names and types to match rtems/irq.h.
312        Note: rtems/irq.h should be included after the addition of a
313        parameter to ISRs.
314
3152005-04-26      Joel Sherrill <joel@OARcorp.com>
316
317        * network/network.c: Eliminate warnings.
318
3192005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
320
321        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
322
3232005-01-04      Joel Sherrill <joel@OARcorp.com>
324
325        * clock/clockdrv.c: Remove warnings.
326
3272005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * Makefile.am: Remove build-variant support.
330
3312004-11-05      Joel Sherrill <joel@OARcorp.com>
332
333        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
334        area being named sdram NOT RAM.
335
3362004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        * configure.ac: Require automake > 1.9.
339
3402004-07-30      Jay Monkman <jtm@lopingdog.com>
341
342        * network/network.c: Changes to network driver to get it to compile
343        again.
344
3452004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
346
347        PR 610/bsps
348        * Makefile.am: Add include/tm27.h, Cosmetics.
349        * include/tm27.h: Final cosmetics.
350
3512004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
352
353        * include/bsp.h: Split out tmtest27 support.
354        * include/tm27.h: New.
355
3562004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
357
358        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
359        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
360        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
361
3622004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * console/uart.c, include/ep7312.h, startup/bspstart.c,
365        timer/timer.c: Convert to using c99 fixed size types.
366
3672004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Reflect changes to bsp.am.
370        Preinstall dist_project_lib*.
371
3722004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Reflect changes to bsp.am.
375
3762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
379
3802004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Pickup files from ../../arm/shared instead of
383        ../shared. Reformat.
384
3852004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * include/bsp.h: Remove config.
388        * irq/irq.c: Remove stray blanks.
389        * start/start.S: Add missing */ in comments.
390
3912004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
394        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
395        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
396        compilation rules.
397        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
398        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
399        timer/Makefile.am, wrapup/Makefile.am: Remove.
400        * configure.ac: Reflect changes above.
401
4022004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Add PREINSTALL_DIRS.
405        * irq/Makefile.am: Ditto.
406
4072004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
410        Add PRE/TMPINSTALL_FILES to CLEANFILES.
411        * irq/Makefile.am: Ditto.
412        * start/Makefile.am: Ditto.
413        * startup/Makefile.am: Ditto.
414
4152004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * wrapup/Makefile.am: Eliminate $(LIB).
418        Use noinst_DATA to trigger building libbsp.a.
419
4202003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        PR 541/bsps
423        * startup/linkcmds: Remove SEARCH_DIR.
424
4252003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
428        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
429
4302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
433        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
434        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
435
4362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
439
4402003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * network/Makefile.am: Misc cleanups and fixes.
443        * start/Makefile.am: Misc cleanups and fixes.
444        * startup/Makefile.am: Misc cleanups and fixes.
445        * wrapup/Makefile.am: Misc cleanups and fixes.
446
4472003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * Makefile.am: Add preinstallation dirstamp support.
450        * irq/Makefile.am: Add preinstallation dirstamp support.
451        * network/Makefile.am: Cosmetics.
452        * wrapup/Makefile.am: Cosmetics.
453
4542003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * clock/Makefile.am: Remove all-local: $(ARCH).
457        * console/Makefile.am: Remove all-local: $(ARCH).
458        * irq/Makefile.am: Remove all-local: $(ARCH).
459        * network/Makefile.am: Remove all-local: $(ARCH).
460        * start/Makefile.am: Remove all-local: $(ARCH).
461        * startup/Makefile.am: Remove all-local: $(ARCH).
462        * timer/Makefile.am: Remove all-local: $(ARCH).
463        * wrapup/Makefile.am: Remove all-local: $(ARCH).
464
4652003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * Makefile.am: Merge-in include/Makefile.am.
468        Reflect changes to bsp.am.
469        * include/Makefile.am: Remove.
470        * configure.ac: Reflect changes above.
471
4722003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * bsp_specs: Remove *lib:.
475
4762003-09-04      Joel Sherrill <joel@OARcorp.com>
477
478        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
479        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
480        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
481        timer/timer.c: URL for license changed.
482
4832003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * Makefile.am: Reflect having moved aclocal/.
486
4872003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * Makefile.am: Reflect having moved automake/.
490        * clock/Makefile.am: Reflect having moved automake/.
491        * console/Makefile.am: Reflect having moved automake/.
492        * include/Makefile.am: Reflect having moved automake/.
493        * irq/Makefile.am: Reflect having moved automake/.
494        * network/Makefile.am: Reflect having moved automake/.
495        * start/Makefile.am: Reflect having moved automake/.
496        * startup/Makefile.am: Reflect having moved automake/.
497        * timer/Makefile.am: Reflect having moved automake/.
498        * wrapup/Makefile.am: Reflect having moved automake/.
499
5002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
503
5042003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        PR 445/bsps
507        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
508        Remove cpp, old_cpp (now unused).
509
5102003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        PR 444/bsps
513        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
514
5152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac: Remove AC_CONFIG_AUX_DIR.
518
5192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
522
5232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac: AC_PREREQ(2.57).
526
5272003-01-20      Joel Sherrill <joel@OARcorp.com>
528
529        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
530
5312002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
534        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
535        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
536        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
537        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
538        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
539        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
540
5412002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * start/Makefile.am: Use install-data-local to install startfile.
544
5452002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
548
5492002-12-02      Joel Sherrill <joel@OARcorp.com>
550
551        * configure.ac, network/Makefile.am: Don't build if networking disabled.
552        * startup/linkcmds: Add sections to remove warnings.
553
5542002-11-17      Joel Sherrill <joel@OARcorp.com>
555
556        * network/network.c: Fix inconsistency in prototyping.
557
5582002-11-13      Joel Sherrill <joel@OARcorp.com>
559
560        * network/network.c: Removed warning per Jay's suggestion.
561
5622002-11-13      Joel Sherrill <joel@OARcorp.com>
563
564        * include/.cvsignore: Corrected.
565        * network/.cvsignore: New file.
566
5672002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
568
569        * New BSP.
570        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
571        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
572        console/.cvsignore, console/Makefile.am, console/uart.c,
573        include/.cvsignore, include/Makefile.am, include/bsp.h,
574        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
575        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
576        network/network.c, start/.cvsignore, start/Makefile.am,
577        start/start.S, startup/.cvsignore, startup/Makefile.am,
578        startup/bspstart.c, startup/exit.c, startup/linkcmds,
579        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
580        wrapup/.cvsignore, wrapup/Makefile.am: New file.
581
Note: See TracBrowser for help on using the repository browser.