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

4.104.115
Last change on this file since c193baad was c193baad, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 04/09/10 at 20:24:57

unify irq data types and code, merge s3c2400/s3c2410 support

  • Property mode set to 100644
File size: 18.5 KB
Line 
12010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * clock/clockdrv.c, irq/bsp_irq_init.c, irq/irq.h
4        startup/bspstart.c, network/network.c: make irq data types
5        consistent
6
72010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * start/start.S: Verify boot_card() is passed a NULL.
10
112009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * make/custom/edb7312.cfg: Remove RTEMS_BSP_FAMILY.
14
152009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: Don't add -ansi -fasm to CFLAGS.
18
192009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * make/custom/edb7312.cfg: New (relocated from /make/custom).
22
232009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
26
27 2009-08-27     Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * include/ep7312.h, startup/bspreset.c: Move Skyeye magic address out
30        of .h file.
31
322009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
35        Should be automatically handled by confdefs.h or the application.
36
372009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * clock/clockdrv.c: Tinker with clock on Skyeye.
40
412009-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * clock/clockdrv.c: Add stub nanoseconds since last tick handler to
44        improve coverage.
45
462009-07-28      Xi Yang <hiyangxi@gmail.com>
47
48        * configure.ac: undefine BSP_PRESS_KEY_FOR_RESET
49        * startup/bspreset.c, include/ep7312.h: Support skyeye shutdown device
50       
512009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
54        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
55        have the same options.
56
572009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
58
59        * Makefile.am: Removed references to deleted file
60        '../shared/irq/irq_asm.S'.
61        * irq/bsp_irq_asm.S: Renamed ExecuteITHandler() into
62        bsp_interrupt_dispatch().
63
642009-07-12      Xi Yang <hiyangxi@gmail.com>
65
66        * configure.ac, clock/clockdrv.c, startup/bspreset.c: Adjust clock
67        initialization for clock tick so rtmonuse test now runs on Skyeye.
68        Joel added configure magic and place holder in bspreset.c for Skyeye
69        hardware reset device support.
70
712009-04-28      Chris Johns <chrisj@rtems.org>
72
73        * start/start.S: Update for boot_card command line change.
74
752008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * bsp_specs: Remove -Qy from *link.
78
792008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * bsp_specs: Move -e start from *link to *startfile to avoid warning
82        for undefined entry symbol when linking relocatables with binutils
83        2.19.
84
852008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * Makefile.am, preinstall.am: Use shared tm27.h stub.
88        * include/tm27.h: Removed.
89
902008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
93        * Makefile.am: Reflect changes above.
94
952008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
98        of building libbspstart.a, using automake-rules.
99
1002008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Eliminate *_SOURCES.
103
1042008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
107        components.
108
1092008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
112
1132008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * configure.ac: Make letting boot_card() handle work area allocation
116        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
117        BSP_BOOTCARD_OPTIONS.
118
1192008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * startup/bspreset.c: New file.
122
1232008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * Makefile.am, configure.ac, console/uart.c: Use standardized
126        bsp_cleanup() which can optionally print a message, poll for user to
127        press key, and call bsp_reset(). Using this eliminates the various
128        bsp_cleanup() implementations which had their own implementation and
129        variety of string constants.
130        * startup/bspclean.c: Removed.
131
1322008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * Makefile.am, startup/linkcmds: Use top level shared
135        bsp_get_work_area() implementation.
136
1372008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        * startup/bspstart.c: Remove unnecessary includes of
140        rtems/libcsupport.h and rtems/libio.h.
141
1422008-09-12      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * Makefile.am: Split out bsp_get_work_area() into its own file and user
145        BSP Framework to perform more initialization. Let edb7312 and csb336
146        shared the implementation.
147        * startup/bspgetworkarea.c: Removed.
148
1492008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * Makefile.am, configure.ac, startup/bspstart.c: Split out
152        bsp_get_work_area() into its own file and user BSP Framework to
153        perform more initialization.
154        * startup/bspgetworkarea.c: New file.
155
1562008-09-05      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * timer/timer.c: Use "true" instead of "1" for "bool"s.
159
1602008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * timer/timer.c: Eliminate empty function from every benchmark timer
163        driver. Fix spelling.
164
1652008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * timer/timer.c: Rename timer driver methods to follow RTEMS
168        programming conventions.
169
1702008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * timer/timer.c: Eliminate rtems_boolean.
173        * Makefile.am: Remove stray include_HEADERS += irq/irq.h.
174
1752008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
178        routine.
179        * startup/bspclean.c: New file.
180        * startup/exit.c: Removed.
181
1822008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        *  irq/bsp_irq_init.c: Add missing prototypes.
185
1862008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * Makefile.am: Rework to avoid .rel files.
189
1902008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * startup/bspstart.c: Refactored and renamed initialization routines to
193        rtems_initialize_data_structures, rtems_initialize_before_drivers,
194        rtems_initialize_device_drivers, and
195        rtems_initialize_start_multitasking. This opened the sequence up so
196        that bootcard() could provide a more robust and flexible framework
197        which is easier to explain and understand. This also lays the
198        groundwork for sharing the division of available memory between the
199        RTEMS workspace and heap and the C library initialization across all
200        BSPs.
201
2022008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * startup/linkcmds: Add wildcard to gcc_except_table section so
205        programs compiled with gcc 4.3.x can link.
206
2072007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
208
209        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
210        of the Configuration Table. Use the RTEMS provided accessor macros to
211        obtain configuration fields.
212
2132007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
216        from CPU Table to Configuration Table. Eliminate CPU Table from all
217        ports. Delete references to CPU Table in all forms.
218
2192007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
220
221        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
222        Table fields to the Configuration Table. This included
223        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
224        do_zero_of_workspace, extra_mpci_receive_server_stack,
225        stack_allocate_hook, and stack_free_hook. As a side-effect of this
226        effort some multiprocessing code was made conditional and some style
227        clean up occurred.
228
2292007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
230
231        PR 1257/bsps
232        * irq/irq.c: Code outside of cpukit should use the public
233        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
234        the public API and directly accessing _CPU_ISR_Disable and
235        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
236        directive which could lead to problems. This patch also changes the
237        type of the variable passed into these routines and addresses minor
238        style issues.
239
2402007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
241
242        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
2432007-06-22      Joel Sherrill <joel.sherrill@oarcorp.com>
244
245        * clock/clockdrv.c: Fix spacing.
246
2472007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
248
249        * network/network.c: Remove cs8900_get_mac_addr which conflicted with
250        one in libchip AND contained a hard-coded MAC address.
251
2522007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
255        since it was used to configure a no longer used feature. Device names
256        are now part of the filesystem not in a table.
257
2582007-05-15      Ray Xu <rayx@gmail.com>
259
260        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
261        not in score/cpu.
262
2632007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
264
265        * bsp_specs: Remove qrtems_debug.
266
2672007-03-11      Joel Sherrill <joel@OARcorp.com>
268
269        * startup/bspstart.c: Remove assignments of
270        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
271        value in boot_card.c
272
2732006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
274
275        * configure.ac: New BUG-REPORT address.
276
2772006-11-15      Joel Sherrill <joel@OARcorp.com>
278
279        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
280        file and simplified initialization.
281
2822006-11-01      Joel Sherrill <joel@OARcorp.com>
283
284        * bsp_specs: Fix typo.
285
2862006-10-30      Joel Sherrill <joel@OARcorp.com>
287
288        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
289
2902006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * Makefile.am: Remove superfluous -DASM.
293
2942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * configure.ac: Require autoconf-2.60. Require automake-1.10.
297
2982006-06-02      Jay Monkman
299
300        * irq/bsp_irq_init.c: Changed interrupt handling
301        to use shared rtems_irq_connect_data struct.
302
3032006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * Makefile.am: Add preinstall.am.
306
3072005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
308
309        * Makefile.am: Install/preinstall headers from ../../arm/shared.
310
3112005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
312
313        * include/bsp.h: New header guard.
314
3152005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
316
317        * irq/irq.h: Modified names and types to match rtems/irq.h.
318        Note: rtems/irq.h should be included after the addition of a
319        parameter to ISRs.
320
3212005-04-26      Joel Sherrill <joel@OARcorp.com>
322
323        * network/network.c: Eliminate warnings.
324
3252005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
326
327        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
328
3292005-01-04      Joel Sherrill <joel@OARcorp.com>
330
331        * clock/clockdrv.c: Remove warnings.
332
3332005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
334
335        * Makefile.am: Remove build-variant support.
336
3372004-11-05      Joel Sherrill <joel@OARcorp.com>
338
339        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
340        area being named sdram NOT RAM.
341
3422004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
343
344        * configure.ac: Require automake > 1.9.
345
3462004-07-30      Jay Monkman <jtm@lopingdog.com>
347
348        * network/network.c: Changes to network driver to get it to compile
349        again.
350
3512004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
352
353        PR 610/bsps
354        * Makefile.am: Add include/tm27.h, Cosmetics.
355        * include/tm27.h: Final cosmetics.
356
3572004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
358
359        * include/bsp.h: Split out tmtest27 support.
360        * include/tm27.h: New.
361
3622004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
365        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
366        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
367
3682004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
369
370        * console/uart.c, include/ep7312.h, startup/bspstart.c,
371        timer/timer.c: Convert to using c99 fixed size types.
372
3732004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Reflect changes to bsp.am.
376        Preinstall dist_project_lib*.
377
3782004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Reflect changes to bsp.am.
381
3822004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
385
3862004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Pickup files from ../../arm/shared instead of
389        ../shared. Reformat.
390
3912004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * include/bsp.h: Remove config.
394        * irq/irq.c: Remove stray blanks.
395        * start/start.S: Add missing */ in comments.
396
3972004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
400        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
401        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
402        compilation rules.
403        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
404        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
405        timer/Makefile.am, wrapup/Makefile.am: Remove.
406        * configure.ac: Reflect changes above.
407
4082004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Add PREINSTALL_DIRS.
411        * irq/Makefile.am: Ditto.
412
4132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
416        Add PRE/TMPINSTALL_FILES to CLEANFILES.
417        * irq/Makefile.am: Ditto.
418        * start/Makefile.am: Ditto.
419        * startup/Makefile.am: Ditto.
420
4212004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * wrapup/Makefile.am: Eliminate $(LIB).
424        Use noinst_DATA to trigger building libbsp.a.
425
4262003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        PR 541/bsps
429        * startup/linkcmds: Remove SEARCH_DIR.
430
4312003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
434        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
435
4362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
439        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
440        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
441
4422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
445
4462003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * network/Makefile.am: Misc cleanups and fixes.
449        * start/Makefile.am: Misc cleanups and fixes.
450        * startup/Makefile.am: Misc cleanups and fixes.
451        * wrapup/Makefile.am: Misc cleanups and fixes.
452
4532003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * Makefile.am: Add preinstallation dirstamp support.
456        * irq/Makefile.am: Add preinstallation dirstamp support.
457        * network/Makefile.am: Cosmetics.
458        * wrapup/Makefile.am: Cosmetics.
459
4602003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * clock/Makefile.am: Remove all-local: $(ARCH).
463        * console/Makefile.am: Remove all-local: $(ARCH).
464        * irq/Makefile.am: Remove all-local: $(ARCH).
465        * network/Makefile.am: Remove all-local: $(ARCH).
466        * start/Makefile.am: Remove all-local: $(ARCH).
467        * startup/Makefile.am: Remove all-local: $(ARCH).
468        * timer/Makefile.am: Remove all-local: $(ARCH).
469        * wrapup/Makefile.am: Remove all-local: $(ARCH).
470
4712003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * Makefile.am: Merge-in include/Makefile.am.
474        Reflect changes to bsp.am.
475        * include/Makefile.am: Remove.
476        * configure.ac: Reflect changes above.
477
4782003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * bsp_specs: Remove *lib:.
481
4822003-09-04      Joel Sherrill <joel@OARcorp.com>
483
484        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
485        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
486        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
487        timer/timer.c: URL for license changed.
488
4892003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * Makefile.am: Reflect having moved aclocal/.
492
4932003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * Makefile.am: Reflect having moved automake/.
496        * clock/Makefile.am: Reflect having moved automake/.
497        * console/Makefile.am: Reflect having moved automake/.
498        * include/Makefile.am: Reflect having moved automake/.
499        * irq/Makefile.am: Reflect having moved automake/.
500        * network/Makefile.am: Reflect having moved automake/.
501        * start/Makefile.am: Reflect having moved automake/.
502        * startup/Makefile.am: Reflect having moved automake/.
503        * timer/Makefile.am: Reflect having moved automake/.
504        * wrapup/Makefile.am: Reflect having moved automake/.
505
5062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
509
5102003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        PR 445/bsps
513        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
514        Remove cpp, old_cpp (now unused).
515
5162003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        PR 444/bsps
519        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
520
5212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac: Remove AC_CONFIG_AUX_DIR.
524
5252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
528
5292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * configure.ac: AC_PREREQ(2.57).
532
5332003-01-20      Joel Sherrill <joel@OARcorp.com>
534
535        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
536
5372002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
540        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
541        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
542        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
543        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
544        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
545        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
546
5472002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * start/Makefile.am: Use install-data-local to install startfile.
550
5512002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
554
5552002-12-02      Joel Sherrill <joel@OARcorp.com>
556
557        * configure.ac, network/Makefile.am: Don't build if networking disabled.
558        * startup/linkcmds: Add sections to remove warnings.
559
5602002-11-17      Joel Sherrill <joel@OARcorp.com>
561
562        * network/network.c: Fix inconsistency in prototyping.
563
5642002-11-13      Joel Sherrill <joel@OARcorp.com>
565
566        * network/network.c: Removed warning per Jay's suggestion.
567
5682002-11-13      Joel Sherrill <joel@OARcorp.com>
569
570        * include/.cvsignore: Corrected.
571        * network/.cvsignore: New file.
572
5732002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
574
575        * New BSP.
576        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
577        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
578        console/.cvsignore, console/Makefile.am, console/uart.c,
579        include/.cvsignore, include/Makefile.am, include/bsp.h,
580        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
581        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
582        network/network.c, start/.cvsignore, start/Makefile.am,
583        start/start.S, startup/.cvsignore, startup/Makefile.am,
584        startup/bspstart.c, startup/exit.c, startup/linkcmds,
585        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
586        wrapup/.cvsignore, wrapup/Makefile.am: New file.
587
Note: See TracBrowser for help on using the repository browser.