source: rtems/c/src/lib/libbsp/sh/simsh4/ChangeLog @ 57a40406

4.104.115
Last change on this file since 57a40406 was 57a40406, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 07:12:11

2008-09-30 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
  • Property mode set to 100644
File size: 18.6 KB
Line 
12008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
4        of building libbspstart.a, using automake-rules.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate *_SOURCES.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
13        components.
14
152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Remove noinst_PROGRAMS (Unused).
18
192008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
22
232008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * configure.ac: Make letting boot_card() handle work area allocation
26        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
27        BSP_BOOTCARD_OPTIONS.
28
292008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.am, startup/linkcmds, startup/linkcmds-le,
32        startup/linkcmds-le.coff: Use top level shared bsp_get_work_area()
33        implementation.
34
352008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * clock/ckinit.c: Add use of bsp_get_work_area() in its own file and
38        rely on BSP Framework to perform more initialization. Remove
39        unnecessary includes of rtems/libio.h and rtems/libcsupport.h. All
40        SuperH BSPs now share a common bsp_start() implementation.
41
422008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * Makefile.am, configure.ac, include/bsp.h, startup/hw_init.c,
45        startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Use
46        shared bsp_get_work_area() in its own file and rely on BSP Framework
47        to perform more initialization. After factoring this out, it turned
48        out that all SuperH BSPs has the same bsp_start() implementation so
49        this was made shared.
50        * startup/bspstart.c: Removed.
51
522008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
55        phase, all prototypes were removed from bsp.h and empty
56        implementations were removed and made to use the shared stub.
57
582008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * clock/ckinit.c: The Shared Memory Driver no longer requires the
61        special IOCTL in Clock_control. This was a hack which has existed
62        since before the Classic API Timer Manager was implemented. All
63        implementations of and references to Clock_control were removed.
64
652008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * timer/timer.c: Eliminate empty function from every benchmark timer
68        driver. Fix spelling.
69
702008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * timer/timer.c: Rename timer driver methods to follow RTEMS
73        programming conventions.
74
752008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * timer/timer.c: Eliminate rtems_boolean.
78
792008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
82        Framework to ask the BSP where it has memory for the RTEMS Workspace
83        and C Program Heap. These collectively are referred to as work area.
84        If the BSP supports this, then it does not have to include code to
85        split the available memory between the two areas. This reduces the
86        amount of code in the BSP specific bspstart.c file. Additionally, the
87        shared framework can initialize the C Library, call
88        rtems_debug_enable(), and dirty the work area memory. Until most/all
89        BSPs support this new capability, if the BSP supports this, it should
90        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
91        When the transition is complete, this autoconf macro can be removed.
92
932008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * Makefile.am: Rework to avoid .rel files.
96
972008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * startup/bspstart.c: Refactored and renamed initialization routines to
100        rtems_initialize_data_structures, rtems_initialize_before_drivers,
101        rtems_initialize_device_drivers, and
102        rtems_initialize_start_multitasking. This opened the sequence up so
103        that bootcard() could provide a more robust and flexible framework
104        which is easier to explain and understand. This also lays the
105        groundwork for sharing the division of available memory between the
106        RTEMS workspace and heap and the C library initialization across all
107        BSPs.
108
1092008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * console/console.c: Remove all references to console_reserve_resources
112        and termios_reserve_resources.
113
1142008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
117        wildcard to gcc_except_table section so programs compiled with gcc
118        4.3.x can link.
119
1202007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
123        of the Configuration Table. Use the RTEMS provided accessor macros to
124        obtain configuration fields.
125
1262007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
129        from CPU Table to Configuration Table. Eliminate CPU Table from all
130        ports. Delete references to CPU Table in all forms.
131
1322007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
135        Table fields to the Configuration Table. This included
136        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
137        do_zero_of_workspace, extra_mpci_receive_server_stack,
138        stack_allocate_hook, and stack_free_hook. As a side-effect of this
139        effort some multiprocessing code was made conditional and some style
140        clean up occurred.
141
1422007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * startup/bspstart.c: Fix mistake in previous work.
145
1462007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * clock/ckinit.c, startup/bspstart.c: Eliminate the
149        clicks_per_microsecond field in the SuperH CPU Table and define
150        another mechanism for drivers to obtain this information.
151
1522007-05-03      Joel Sherrill <joel@OARcorp.com>
153
154        * startup/linkcmds: Handle .data.* sections
155
1562007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * bsp_specs: Remove qrtems_debug.
159
1602007-04-02      Joel Sherrill <joel@OARcorp.com>
161
162        * Makefile.am: Add dummy printk support so all tests link.
163
1642006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * configure.ac: New BUG-REPORT address.
167
1682006-11-15      Joel Sherrill <joel@OARcorp.com>
169
170        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
171        file and simplified initialization.
172
1732006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * Makefile.am: Remove superfluous -DASM.
176
1772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * configure.ac: Require autoconf-2.60. Require automake-1.10.
180
1812006-06-24      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
184        .rela.dyn sections.
185
1862006-03-08      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
189        .gnu.linkonce.b.* section.
190
1912006-02-08      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
194        sections required by newer gcc versions.
195
1962006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * Makefile.am: Add preinstall.am.
199
2002005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * include/bsp.h: New header guard.
203
2042005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
207
2082005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * Makefile.am: Remove build-variant support.
211
2122004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
213
214        * configure.ac: Require automake > 1.9.
215
2162004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
217
218        PR 610/bsps
219        * Makefile.am: Add include/tm27.h, Cosmetics.
220        * include/tm27.h: Final cosmetics.
221
2222004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
223
224        * include/bsp.h: Split out tmtest27 support.
225        * include/tm27.h: New.
226
2272004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
228
229        PR 613/bsps
230        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
231
2322004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
233
234        PR 614/bsps
235        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
236
2372004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
238
239        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
240
2412004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
242
243        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
244        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
245        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
246
2472004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
248
249        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
250        Convert to using c99 fixed size types.
251
2522004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Reflect changes to bsp.am.
255        Preinstall dist_project_lib*.
256
2572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Reflect changes to bsp.am.
260
2612004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
264
2652004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
268        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
269        compilation rules.
270        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
271        timer/Makefile.am, wrapup/Makefile.am: Remove.
272        * configure.ac: Reflect changes above.
273
2742004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
277        Add RTEMS_PROG_CCAS.
278
2792004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Add PREINSTALL_DIRS.
282        * wrapup/Makefile.am: Reflect changes to libcpu.
283
2842004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * startup/Makefile.am: Remove bogus EXTRA_DIST.
287        * timer/Makefile.am: Remove bogus EXTRA_DIST.
288        * wrapup/Makefile.am: Reflect changes to libcpu.
289
2902004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
293        Add PRE/TMPINSTALL_FILES to CLEANFILES.
294        * startup/Makefile.am: Ditto.
295
2962004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Regenerate.
299
3002004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * start/Makefile.am: Remove.
303        * Makefile.am: Merge-in start/Makefile.am.
304        * configure.ac: Reflect changes above.
305
3062004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * wrapup/Makefile.am: Eliminate $(LIB).
309        Use noinst_DATA to trigger building libbsp.a.
310
3112003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
314        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
315
3162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
319        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
320
3212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
324
3252003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * clock/Makefile.am: Misc cleanups and fixes.
328        * start/Makefile.am: Misc cleanups and fixes.
329        * startup/Makefile.am: Misc cleanups and fixes.
330        * timer/Makefile.am: Misc cleanups and fixes.
331
3322003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: Add preinstallation dirstamp support.
335        * clock/Makefile.am: Cosmetics.
336        * console/Makefile.am: Cosmetics.
337        * startup/Makefile.am: Cosmetics.
338        * timer/Makefile.am: Cosmetics.
339        * wrapup/Makefile.am: Cosmetics.
340
3412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * console/Makefile.am: Remove all-local: $(ARCH).
344        * start/Makefile.am: Remove all-local: $(ARCH).
345        * startup/Makefile.am: Remove all-local: $(ARCH).
346        * wrapup/Makefile.am: Remove all-local: $(ARCH).
347
3482003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Merge-in include/Makefile.am.
351        Reflect changes to bsp.am.
352        * include/Makefile.am: Remove.
353        * configure.ac: Reflect changes above.
354
3552003-09-04      Joel Sherrill <joel@OARcorp.com>
356
357        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
358        include/ramdisk.h, start/start.S, startup/bspstart.c,
359        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le.coff,
360        timer/timer.c, tools/runtest.in: URL for license changed.
361
3622003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Add tools to SUBDIRS.
365        * configure.ac: Add RTEMS_CONFIG_BUILD_SUBDIRS(tools).
366
3672003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Reflect having moved aclocal/.
370
3712003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Reflect having moved automake/.
374        * clock/Makefile.am: Reflect having moved automake/.
375        * console/Makefile.am: Reflect having moved automake/.
376        * include/Makefile.am: Reflect having moved automake/.
377        * start/Makefile.am: Reflect having moved automake/.
378        * startup/Makefile.am: Reflect having moved automake/.
379        * timer/Makefile.am: Reflect having moved automake/.
380        * tools/Makefile.am: Reflect having moved automake/.
381        * wrapup/Makefile.am: Reflect having moved automake/.
382
3832003-08-14      Joel Sherrill <joel@OARcorp.com>
384
385        * tools/runtest: Add fileio to list of interactive tests.
386
3872003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
390
3912003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        PR 445/bsps
394        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
395        Remove cpp, old_cpp (now unused).
396
3972003-06-13      Joel Sherrill <joel@OARcorp.com>
398
399        * console/console.c, startup/linkcmds: Removed warnings.
400
4012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: Remove AC_CONFIG_AUX_DIR.
404
4052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
408
4092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac: AC_PREREQ(2.57).
412
4132003-01-28      Joel Sherrill <joel@OARcorp.com>
414
415        * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le,
416        startup/linkcmds-le.coff: Fix to work around truncated section names.
417
4182003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
421
4222003-01-20      Joel Sherrill <joel@OARcorp.com>
423
424        * startup/linkcmds*: Add FreeBSD sysctl() sections.
425
4262003-01-20      Joel Sherrill <joel@OARcorp.com>
427
428        * startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl()
429        sections.
430
4312003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
434
4352003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
438        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
439        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
440        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
441        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
442
4432002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * start/Makefile.am: Use install-data-local to install startfile.
446
4472002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
450
4512002-11-07      Joel Sherrill <joel@OARcorp.com>
452
453        * startup/linkcmds: Include all .rodata* sections.
454
4552002-11-01      Joel Sherrill <joel@OARcorp.com>
456
457        * clock/ckinit.c, console/console.c: Removed warnings.
458
4592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * .cvsignore: Reformat.
462        Add autom4te*cache.
463        Remove autom4te.cache.
464
4652002-09-14      Joel Sherrill <joel@OARcorp.com>
466
467        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
468        of all calls to bsp_libc_init() resulted in some cleanup here.
469
4702002-08-21      Joel Sherrill <joel@OARcorp.com>
471
472        * bsp_specs: Added support for -nostdlibs.
473
4742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
477
4782002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
481        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
482        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
483        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
484        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
485
4862002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * start/Makefile.am: Eliminate PGMS.
489        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
490
4912002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
494
4952002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
498        Remove $(OBJS) from all-local.
499
5002002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
503
5042001-05-09      Joel Sherrill <joel@OARcorp.com>
505
506        * startup/linkcmds: In support of gcc 3.1, added one of more
507        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
508        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
509        and direction of segments to memory regions may also have been
510        addressed.  This was a sweep across all BSPs.
511 
5122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.ac:
515        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
516        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
517        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
520        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
523        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
524        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
525        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
526
5272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
530
5312001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
532
533        * tools: New subdirectory.
534        * tools/Makefile.am, tools/runtest: New files.
535
5362001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.ac: Added support for START_HW_INIT.
539        * console/Makefile.am: Removed VPATH.
540        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
541        * startup/linkcmds: Do not force output format to coff-sh.
542        * startup/linkcmds-le: Comment out force of output format and add
543        comment questioning need to have special linkcmds for little endian.
544        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
545
5462001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
549        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
550        * include/.cvsignore: Add stamp-h* bspopts.h*
551        * include/bsp.h: Add bspopts.h.
552
5532001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
554
555        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
556        README, bsp_specs, console/Makefile.am, console/console.c,
557        console/.cvsignore, include/Makefile.am, include/bsp.h,
558        include/coverhd.h, include/syscall.h, include/ramdisk.h,
559        include/.cvsignore, start/Makefile.am, start/start.S,
560        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
561        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
562        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
563        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
564        configure.ac, .cvsignore, ChangeLog:  New files. 
565        Reviewed and updated to latest automake and autoconf standards
566        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
567
Note: See TracBrowser for help on using the repository browser.