source: rtems/c/src/lib/libbsp/sh/simsh4/ChangeLog @ 628d804

4.104.115
Last change on this file since 628d804 was 628d804, checked in by Joel Sherrill <joel.sherrill@…>, on 09/15/08 at 19:18:36

2008-09-15 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, include/bsp.h, startup/hw_init.c, startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Use shared bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. After factoring this out, it turned out that all SuperH BSPs has the same bsp_start() implementation so this was made shared.
  • startup/bspstart.c: Removed.
  • Property mode set to 100644
File size: 17.3 KB
Line 
12008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac, include/bsp.h, startup/hw_init.c,
4        startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Use
5        shared bsp_get_work_area() in its own file and rely on BSP Framework
6        to perform more initialization. After factoring this out, it turned
7        out that all SuperH BSPs has the same bsp_start() implementation so
8        this was made shared.
9        * startup/bspstart.c: Removed.
10
112008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
14        phase, all prototypes were removed from bsp.h and empty
15        implementations were removed and made to use the shared stub.
16
172008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * clock/ckinit.c: The Shared Memory Driver no longer requires the
20        special IOCTL in Clock_control. This was a hack which has existed
21        since before the Classic API Timer Manager was implemented. All
22        implementations of and references to Clock_control were removed.
23
242008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * timer/timer.c: Eliminate empty function from every benchmark timer
27        driver. Fix spelling.
28
292008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * timer/timer.c: Rename timer driver methods to follow RTEMS
32        programming conventions.
33
342008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * timer/timer.c: Eliminate rtems_boolean.
37
382008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
41        Framework to ask the BSP where it has memory for the RTEMS Workspace
42        and C Program Heap. These collectively are referred to as work area.
43        If the BSP supports this, then it does not have to include code to
44        split the available memory between the two areas. This reduces the
45        amount of code in the BSP specific bspstart.c file. Additionally, the
46        shared framework can initialize the C Library, call
47        rtems_debug_enable(), and dirty the work area memory. Until most/all
48        BSPs support this new capability, if the BSP supports this, it should
49        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
50        When the transition is complete, this autoconf macro can be removed.
51
522008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * Makefile.am: Rework to avoid .rel files.
55
562008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * startup/bspstart.c: Refactored and renamed initialization routines to
59        rtems_initialize_data_structures, rtems_initialize_before_drivers,
60        rtems_initialize_device_drivers, and
61        rtems_initialize_start_multitasking. This opened the sequence up so
62        that bootcard() could provide a more robust and flexible framework
63        which is easier to explain and understand. This also lays the
64        groundwork for sharing the division of available memory between the
65        RTEMS workspace and heap and the C library initialization across all
66        BSPs.
67
682008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * console/console.c: Remove all references to console_reserve_resources
71        and termios_reserve_resources.
72
732008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
76        wildcard to gcc_except_table section so programs compiled with gcc
77        4.3.x can link.
78
792007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
82        of the Configuration Table. Use the RTEMS provided accessor macros to
83        obtain configuration fields.
84
852007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
88        from CPU Table to Configuration Table. Eliminate CPU Table from all
89        ports. Delete references to CPU Table in all forms.
90
912007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
94        Table fields to the Configuration Table. This included
95        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
96        do_zero_of_workspace, extra_mpci_receive_server_stack,
97        stack_allocate_hook, and stack_free_hook. As a side-effect of this
98        effort some multiprocessing code was made conditional and some style
99        clean up occurred.
100
1012007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * startup/bspstart.c: Fix mistake in previous work.
104
1052007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * clock/ckinit.c, startup/bspstart.c: Eliminate the
108        clicks_per_microsecond field in the SuperH CPU Table and define
109        another mechanism for drivers to obtain this information.
110
1112007-05-03      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/linkcmds: Handle .data.* sections
114
1152007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * bsp_specs: Remove qrtems_debug.
118
1192007-04-02      Joel Sherrill <joel@OARcorp.com>
120
121        * Makefile.am: Add dummy printk support so all tests link.
122
1232006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * configure.ac: New BUG-REPORT address.
126
1272006-11-15      Joel Sherrill <joel@OARcorp.com>
128
129        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
130        file and simplified initialization.
131
1322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Remove superfluous -DASM.
135
1362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * configure.ac: Require autoconf-2.60. Require automake-1.10.
139
1402006-06-24      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
143        .rela.dyn sections.
144
1452006-03-08      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
148        .gnu.linkonce.b.* section.
149
1502006-02-08      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
153        sections required by newer gcc versions.
154
1552006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * Makefile.am: Add preinstall.am.
158
1592005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * include/bsp.h: New header guard.
162
1632005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
166
1672005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * Makefile.am: Remove build-variant support.
170
1712004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        * configure.ac: Require automake > 1.9.
174
1752004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
176
177        PR 610/bsps
178        * Makefile.am: Add include/tm27.h, Cosmetics.
179        * include/tm27.h: Final cosmetics.
180
1812004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
182
183        * include/bsp.h: Split out tmtest27 support.
184        * include/tm27.h: New.
185
1862004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
187
188        PR 613/bsps
189        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
190
1912004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
192
193        PR 614/bsps
194        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
195
1962004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
197
198        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
199
2002004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
203        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
204        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
205
2062004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
207
208        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
209        Convert to using c99 fixed size types.
210
2112004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Reflect changes to bsp.am.
214        Preinstall dist_project_lib*.
215
2162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Reflect changes to bsp.am.
219
2202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
223
2242004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
227        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
228        compilation rules.
229        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
230        timer/Makefile.am, wrapup/Makefile.am: Remove.
231        * configure.ac: Reflect changes above.
232
2332004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
236        Add RTEMS_PROG_CCAS.
237
2382004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Add PREINSTALL_DIRS.
241        * wrapup/Makefile.am: Reflect changes to libcpu.
242
2432004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * startup/Makefile.am: Remove bogus EXTRA_DIST.
246        * timer/Makefile.am: Remove bogus EXTRA_DIST.
247        * wrapup/Makefile.am: Reflect changes to libcpu.
248
2492004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
252        Add PRE/TMPINSTALL_FILES to CLEANFILES.
253        * startup/Makefile.am: Ditto.
254
2552004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Regenerate.
258
2592004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * start/Makefile.am: Remove.
262        * Makefile.am: Merge-in start/Makefile.am.
263        * configure.ac: Reflect changes above.
264
2652004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Eliminate $(LIB).
268        Use noinst_DATA to trigger building libbsp.a.
269
2702003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
273        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
274
2752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
278        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
279
2802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
283
2842003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * clock/Makefile.am: Misc cleanups and fixes.
287        * start/Makefile.am: Misc cleanups and fixes.
288        * startup/Makefile.am: Misc cleanups and fixes.
289        * timer/Makefile.am: Misc cleanups and fixes.
290
2912003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Add preinstallation dirstamp support.
294        * clock/Makefile.am: Cosmetics.
295        * console/Makefile.am: Cosmetics.
296        * startup/Makefile.am: Cosmetics.
297        * timer/Makefile.am: Cosmetics.
298        * wrapup/Makefile.am: Cosmetics.
299
3002003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * console/Makefile.am: Remove all-local: $(ARCH).
303        * start/Makefile.am: Remove all-local: $(ARCH).
304        * startup/Makefile.am: Remove all-local: $(ARCH).
305        * wrapup/Makefile.am: Remove all-local: $(ARCH).
306
3072003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Merge-in include/Makefile.am.
310        Reflect changes to bsp.am.
311        * include/Makefile.am: Remove.
312        * configure.ac: Reflect changes above.
313
3142003-09-04      Joel Sherrill <joel@OARcorp.com>
315
316        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
317        include/ramdisk.h, start/start.S, startup/bspstart.c,
318        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le.coff,
319        timer/timer.c, tools/runtest.in: URL for license changed.
320
3212003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Add tools to SUBDIRS.
324        * configure.ac: Add RTEMS_CONFIG_BUILD_SUBDIRS(tools).
325
3262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Reflect having moved aclocal/.
329
3302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Reflect having moved automake/.
333        * clock/Makefile.am: Reflect having moved automake/.
334        * console/Makefile.am: Reflect having moved automake/.
335        * include/Makefile.am: Reflect having moved automake/.
336        * start/Makefile.am: Reflect having moved automake/.
337        * startup/Makefile.am: Reflect having moved automake/.
338        * timer/Makefile.am: Reflect having moved automake/.
339        * tools/Makefile.am: Reflect having moved automake/.
340        * wrapup/Makefile.am: Reflect having moved automake/.
341
3422003-08-14      Joel Sherrill <joel@OARcorp.com>
343
344        * tools/runtest: Add fileio to list of interactive tests.
345
3462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
349
3502003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        PR 445/bsps
353        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
354        Remove cpp, old_cpp (now unused).
355
3562003-06-13      Joel Sherrill <joel@OARcorp.com>
357
358        * console/console.c, startup/linkcmds: Removed warnings.
359
3602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: Remove AC_CONFIG_AUX_DIR.
363
3642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
367
3682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * configure.ac: AC_PREREQ(2.57).
371
3722003-01-28      Joel Sherrill <joel@OARcorp.com>
373
374        * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le,
375        startup/linkcmds-le.coff: Fix to work around truncated section names.
376
3772003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
380
3812003-01-20      Joel Sherrill <joel@OARcorp.com>
382
383        * startup/linkcmds*: Add FreeBSD sysctl() sections.
384
3852003-01-20      Joel Sherrill <joel@OARcorp.com>
386
387        * startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl()
388        sections.
389
3902003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
393
3942003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
397        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
398        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
401
4022002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * start/Makefile.am: Use install-data-local to install startfile.
405
4062002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
409
4102002-11-07      Joel Sherrill <joel@OARcorp.com>
411
412        * startup/linkcmds: Include all .rodata* sections.
413
4142002-11-01      Joel Sherrill <joel@OARcorp.com>
415
416        * clock/ckinit.c, console/console.c: Removed warnings.
417
4182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * .cvsignore: Reformat.
421        Add autom4te*cache.
422        Remove autom4te.cache.
423
4242002-09-14      Joel Sherrill <joel@OARcorp.com>
425
426        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
427        of all calls to bsp_libc_init() resulted in some cleanup here.
428
4292002-08-21      Joel Sherrill <joel@OARcorp.com>
430
431        * bsp_specs: Added support for -nostdlibs.
432
4332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
436
4372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
440        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
441        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
442        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
443        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
444
4452002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * start/Makefile.am: Eliminate PGMS.
448        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
449
4502002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
453
4542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
457        Remove $(OBJS) from all-local.
458
4592002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
462
4632001-05-09      Joel Sherrill <joel@OARcorp.com>
464
465        * startup/linkcmds: In support of gcc 3.1, added one of more
466        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
467        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
468        and direction of segments to memory regions may also have been
469        addressed.  This was a sweep across all BSPs.
470 
4712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac:
474        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
475        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
476        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
477        * Makefile.am: Remove AUTOMAKE_OPTIONS.
478        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
485
4862001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
489
4902001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
491
492        * tools: New subdirectory.
493        * tools/Makefile.am, tools/runtest: New files.
494
4952001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * configure.ac: Added support for START_HW_INIT.
498        * console/Makefile.am: Removed VPATH.
499        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
500        * startup/linkcmds: Do not force output format to coff-sh.
501        * startup/linkcmds-le: Comment out force of output format and add
502        comment questioning need to have special linkcmds for little endian.
503        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
504
5052001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
508        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
509        * include/.cvsignore: Add stamp-h* bspopts.h*
510        * include/bsp.h: Add bspopts.h.
511
5122001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
513
514        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
515        README, bsp_specs, console/Makefile.am, console/console.c,
516        console/.cvsignore, include/Makefile.am, include/bsp.h,
517        include/coverhd.h, include/syscall.h, include/ramdisk.h,
518        include/.cvsignore, start/Makefile.am, start/start.S,
519        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
520        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
521        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
522        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
523        configure.ac, .cvsignore, ChangeLog:  New files. 
524        Reviewed and updated to latest automake and autoconf standards
525        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
526
Note: See TracBrowser for help on using the repository browser.