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

4.104.115
Last change on this file since d236e964 was d236e964, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/09 at 09:40:07

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

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