source: rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog @ 6b2b37d2

4.104.115
Last change on this file since 6b2b37d2 was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

2009-09-15 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 20.0 KB
Line 
12009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
4
5 2009-08-17     Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * include/bsp.h: Mark as a small memory BSP.
8
92009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
12        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
13        have the same options.
14
152009-04-28      Chris Johns <chrisj@rtems.org>
16
17        * start/start.S: Update for boot_card command line change.
18
192008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * bsp_specs: Move -e start from *link to *startfile to avoid warning
22        for undefined entry symbol when linking relocatables with binutils
23        2.19.
24
252008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * Makefile.am, preinstall.am: Use shared tm27.h stub.
28        * include/tm27.h: Removed.
29
302008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
33        of building libbspstart.a, using automake-rules.
34
352008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Eliminate *_SOURCES.
38
392008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
42        components.
43
442008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Remove noinst_PROGRAMS (Unused).
47
482008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
51
522008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * configure.ac: Make letting boot_card() handle work area allocation
55        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
56        BSP_BOOTCARD_OPTIONS.
57
582008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * Makefile.am, startup/linkcmds, startup/linkcmds.ram,
61        startup/linkcmds.rom: Use top level shared bsp_get_work_area()
62        implementation.
63
642008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
67        shared bsp_get_work_area() in its own file and rely on BSP Framework
68        to perform more initialization. After factoring this out, it turned
69        out that all SuperH BSPs has the same bsp_start() implementation so
70        this was made shared.
71        * startup/bspstart.c: Removed.
72
732008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
76        implementations. In this phase, all prototypes were removed from
77        bsp.h and empty implementations were removed and made to use the
78        shared stub.
79        * startup/bspclean.c: Removed.
80
812008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
84        Framework to ask the BSP where it has memory for the RTEMS Workspace
85        and C Program Heap. These collectively are referred to as work area.
86        If the BSP supports this, then it does not have to include code to
87        split the available memory between the two areas. This reduces the
88        amount of code in the BSP specific bspstart.c file. Additionally, the
89        shared framework can initialize the C Library, call
90        rtems_debug_enable(), and dirty the work area memory. Until most/all
91        BSPs support this new capability, if the BSP supports this, it should
92        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
93        When the transition is complete, this autoconf macro can be removed.
94
952008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * Makefile.am: Rework to avoid .rel files.
98
992008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * startup/bspstart.c: Refactored and renamed initialization routines to
102        rtems_initialize_data_structures, rtems_initialize_before_drivers,
103        rtems_initialize_device_drivers, and
104        rtems_initialize_start_multitasking. This opened the sequence up so
105        that bootcard() could provide a more robust and flexible framework
106        which is easier to explain and understand. This also lays the
107        groundwork for sharing the division of available memory between the
108        RTEMS workspace and heap and the C library initialization across all
109        BSPs.
110
1112008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * startup/linkcmds: Add wildcard to gcc_except_table section so
114        programs compiled with gcc 4.3.x can link.
115
1162007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
119        Configuration Table. Use the RTEMS provided accessor macros to obtain
120        configuration fields.
121
1222007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
125        from CPU Table to Configuration Table. Eliminate CPU Table from all
126        ports. Delete references to CPU Table in all forms.
127
1282007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
131        Table fields to the Configuration Table. This included
132        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
133        do_zero_of_workspace, extra_mpci_receive_server_stack,
134        stack_allocate_hook, and stack_free_hook. As a side-effect of this
135        effort some multiprocessing code was made conditional and some style
136        clean up occurred.
137
1382007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
141        SuperH CPU Table and define another mechanism for drivers to obtain
142        this information.
143
1442007-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * Makefile.am: Separate debug IO from console so console driver is not
147        linked in all the time. This manaifested itself when the IO manager
148        optional manager stub dropped some symbols.
149
1502007-05-03      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds: Handle .data.* sections
153
1542007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * bsp_specs: Remove qrtems_debug.
157
1582007-04-02      Joel Sherrill <joel@OARcorp.com>
159
160        * Makefile.am: Add dummy printk support so all tests link.
161
1622006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * configure.ac: New BUG-REPORT address.
165
1662006-11-15      Joel Sherrill <joel@OARcorp.com>
167
168        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
169        file and simplified initialization.
170
1712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * Makefile.am: Remove superfluous -DASM.
174
1752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * configure.ac: Require autoconf-2.60. Require automake-1.10.
178
1792006-06-24      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
182        .rela.dyn sections.
183
1842006-03-08      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
187        .gnu.linkonce.b.* section.
188
1892006-02-08      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
192        sections required by newer gcc versions.
193
1942006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * Makefile.am: Add preinstall.am.
197
1982005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        * include/bsp.h: New header guard.
201
2022005-05-11      Joel Sherrill <joel@OARcorp.com>
203
204        * startup/linkcmds: Add .rodata.* sections.
205
2062005-05-03      Joel Sherrill <joel@OARcorp.com>
207
208        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
209        overflow of _CPU_Interrupt_stack_high calculation.
210
2112005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
212
213        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
214
2152005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * Makefile.am: Remove build-variant support.
218
2192004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
220
221        * configure.ac: Require automake > 1.9.
222
2232004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
224
225        PR 610/bsps
226        * Makefile.am: Add include/tm27.h, Cosmetics.
227        * include/tm27.h: Final cosmetics.
228
2292004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
230
231        * include/bsp.h: Split out tmtest27 support.
232        * include/tm27.h: New.
233
2342004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
235
236        PR 613/bsps
237        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
238
2392004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
240
241        PR 614/bsps
242        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
243
2442004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
245
246        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
247
2482004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
251        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
252        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
253
2542004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
255
256        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
257        using c99 fixed size types.
258
2592004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Reflect changes to bsp.am.
262        Preinstall dist_project_lib*.
263
2642004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Reflect changes to bsp.am.
267
2682004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
271
2722004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Pickup files from ../../sh/shared instead of
275        ../shared. Reformat.
276
2772004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
280        startup/Makefile.am, wrapup/Makefile.am.
281        Use automake compilation rules.
282        * console/Makefile.am, scitab/Makefile.am,
283        startup/Makefile.am, wrapup/Makefile.am: Remove.
284        * configure.ac: Reflect changes above.
285
2862004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
289        Add RTEMS_PROG_CCAS.
290
2912004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Add PREINSTALL_DIRS.
294        * wrapup/Makefile.am: Reflect changes to libcpu.
295
2962004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Reflect changes to libcpu.
299
3002004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
303        Add PRE/TMPINSTALL_FILES to CLEANFILES.
304        * startup/Makefile.am: Ditto.
305
3062004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * start/Makefile.am: Remove.
309        * Makefile.am: Merge-in start/Makefile.am.
310        * configure.ac: Reflect changes above.
311
3122004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Eliminate $(LIB).
315        Use noinst_DATA to trigger building libbsp.a.
316
3172003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
320        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
321
3222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
325        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
326
3272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
330
3312003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * start/Makefile.am: Misc cleanups and fixes.
334        * startup/Makefile.am: Misc cleanups and fixes.
335
3362003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Add preinstallation dirstamp support.
339        * console/Makefile.am: Cosmetics.
340        * startup/Makefile.am: Cosmetics.
341        * wrapup/Makefile.am: Cosmetics.
342
3432003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * console/Makefile.am: Remove all-local: $(ARCH).
346        * scitab/Makefile.am: Remove all-local: $(ARCH).
347        * start/Makefile.am: Remove all-local: $(ARCH).
348        * startup/Makefile.am: Remove all-local: $(ARCH).
349        * wrapup/Makefile.am: Remove all-local: $(ARCH).
350
3512003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Merge-in include/Makefile.am.
354        Reflect changes to bsp.am.
355        * include/Makefile.am: Remove.
356        * configure.ac: Reflect changes above.
357
3582003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * bsp_specs: Remove *lib:.
361
3622003-09-04      Joel Sherrill <joel@OARcorp.com>
363
364        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
365        start/start.ram, start/start.rom, startup/bspclean.c,
366        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
367        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
368
3692003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Reflect having moved aclocal/.
372
3732003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Reflect having moved automake/.
376        * console/Makefile.am: Reflect having moved automake/.
377        * include/Makefile.am: Reflect having moved automake/.
378        * scitab/Makefile.am: Reflect having moved automake/.
379        * start/Makefile.am: Reflect having moved automake/.
380        * startup/Makefile.am: Reflect having moved automake/.
381        * wrapup/Makefile.am: Reflect having moved automake/.
382
3832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
386
3872003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        PR 445/bsps
390        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
391        Remove cpp, old_cpp (now unused).
392
3932003-06-13      Joel Sherrill <joel@OARcorp.com>
394
395        * startup/linkcmds: Removed warnings.
396
3972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Remove AC_CONFIG_AUX_DIR.
400
4012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
404
4052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.ac: AC_PREREQ(2.57).
408
4092003-01-28      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
412        work around truncated section names.
413
4142003-01-20      Joel Sherrill <joel@OARcorp.com>
415
416        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
417        FreeBSD sysctl() sections.
418
4192003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
422
4232003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
426        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
427        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
428        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
429
4302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * start/Makefile.am: Use install-data-local to install startfile.
433
4342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
437
4382002-11-07      Joel Sherrill <joel@OARcorp.com>
439
440        * startup/linkcmds: Include all .rodata* sections.
441
4422002-11-01      Joel Sherrill <joel@OARcorp.com>
443
444        * start/start.S, startup/hw_init.c: Removed warnings.
445
4462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * .cvsignore: Reformat.
449        Add autom4te*cache.
450        Remove autom4te.cache.
451
4522002-09-14      Joel Sherrill <joel@OARcorp.com>
453
454        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
455        of all calls to bsp_libc_init() resulted in some cleanup here.
456
4572002-08-21      Joel Sherrill <joel@OARcorp.com>
458
459        * bsp_specs: Added support for -nostdlibs.
460
4612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
464
4652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
468        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
469        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
470        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
471
4722002-07-25      Joel Sherrill <joel@OARcorp.com>
473
474        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
475        to remove problems linking empty main(){} with BSP.
476
4772002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * start/Makefile.am: Eliminate PGMS.
480        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
481
4822002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
485
4862002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
489        Remove $(OBJS) from all-local.
490
4912002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
494
4952001-05-09      Joel Sherrill <joel@OARcorp.com>
496
497        * startup/linkcmds: In support of gcc 3.1, added one of more
498        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
499        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
500        and direction of segments to memory regions may also have been
501        addressed.  This was a sweep across all BSPs.
502 
5032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.ac:
506        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
507        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
508        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
513        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
515
5162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
519
5202001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
523        RTEMS_BSPOPTS_*(START_HW_INIT),
524        RTEMS_BSPOPTS_*(STANDALONE_EVB).
525        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
526
5272001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
530
5312001-10-12      Joel Sherrill <joel@OARcorp.com>
532
533        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
534        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
535        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
536
5372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
540        * configure.in: Remove.
541        * configure.ac: New file, generated from configure.in by autoupdate.
542
5432001-09-27      Joel Sherrill <joel@OARcorp.com>
544
545        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
546
5472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
550        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
551
5522001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
555
5562001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
557
558        * include/bsp.h: Disabled redefinition of
559        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
560        * console/config.c: New file. Definitions of externs referenced
561        from libbsp/shared/console.c.
562        * console/Makefile.am: Changed VPATH to point to
563        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
564
5652001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * configure.in: Add bspopts.h.
568        * include/.cvsignore: Add bspopts.h*, stamp-h*.
569        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
570        * include/bsp.h: Include bspopts.h.
571        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
572
5732001-06-19      Joel Sherrill <joel@OARcorp.com>
574
575        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
576        it is called in configure.in instead of HZ.
577
5782001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
579
580        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
581        bspopts.h.     
582        * include/.cvsignore: Add stamp-h*, bspopts.h*.
583        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
584        * include/bsp.h: Add bspopts.h.
585        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
586
5872001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * startup/linkcmds: Remove OUTPUT_FORMAT.
590
5912001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
592
593        * README.EVB7045F: New file.
594        * README: Additions and corrections.
595        * include/bsp.h: Switch console to sci0.
596
5972001-01-05      Joel Sherrill <joel@OARcorp.com>
598
599        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
600        the movement of this component to libmisc.
601        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
602
6032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
606
6072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
610
6112000-11-01      Joel Sherrill <joel@OARcorp.com>
612
613        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
614        and libcsupport.h moved from libc to lib/include/rtems and
615        now must be referenced as <rtems/XXX.h>.   Header file order
616        was cleaned up while doing this.
617
6182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
621        Switch to GNU canonicalization.
622
6232000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * scitab/Makefile.am: PROJECT_TOPdir.
626
6272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
630        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
631
6322000-08-10      Joel Sherrill <joel@OARcorp.com>
633
634        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.