source: rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog @ 820d1ab0

4.104.115
Last change on this file since 820d1ab0 was 820d1ab0, checked in by Chris Johns <chrisj@…>, on 04/28/09 at 06:34:00

2009-04-28 Chris Johns <chrisj@…>

  • start/start.S: Update for boot_card command line change.
  • Property mode set to 100644
File size: 19.6 KB
Line 
12009-04-28      Chris Johns <chrisj@rtems.org>
2
3        * start/start.S: Update for boot_card command line change.
4
52008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * bsp_specs: Move -e start from *link to *startfile to avoid warning
8        for undefined entry symbol when linking relocatables with binutils
9        2.19.
10
112008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * Makefile.am, preinstall.am: Use shared tm27.h stub.
14        * include/tm27.h: Removed.
15
162008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
19        of building libbspstart.a, using automake-rules.
20
212008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate *_SOURCES.
24
252008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
28        components.
29
302008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Remove noinst_PROGRAMS (Unused).
33
342008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
37
382008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * configure.ac: Make letting boot_card() handle work area allocation
41        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
42        BSP_BOOTCARD_OPTIONS.
43
442008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, startup/linkcmds, startup/linkcmds.ram,
47        startup/linkcmds.rom: Use top level shared bsp_get_work_area()
48        implementation.
49
502008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
53        shared bsp_get_work_area() in its own file and rely on BSP Framework
54        to perform more initialization. After factoring this out, it turned
55        out that all SuperH BSPs has the same bsp_start() implementation so
56        this was made shared.
57        * startup/bspstart.c: Removed.
58
592008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
62        implementations. In this phase, all prototypes were removed from
63        bsp.h and empty implementations were removed and made to use the
64        shared stub.
65        * startup/bspclean.c: Removed.
66
672008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
70        Framework to ask the BSP where it has memory for the RTEMS Workspace
71        and C Program Heap. These collectively are referred to as work area.
72        If the BSP supports this, then it does not have to include code to
73        split the available memory between the two areas. This reduces the
74        amount of code in the BSP specific bspstart.c file. Additionally, the
75        shared framework can initialize the C Library, call
76        rtems_debug_enable(), and dirty the work area memory. Until most/all
77        BSPs support this new capability, if the BSP supports this, it should
78        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
79        When the transition is complete, this autoconf macro can be removed.
80
812008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * Makefile.am: Rework to avoid .rel files.
84
852008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * startup/bspstart.c: Refactored and renamed initialization routines to
88        rtems_initialize_data_structures, rtems_initialize_before_drivers,
89        rtems_initialize_device_drivers, and
90        rtems_initialize_start_multitasking. This opened the sequence up so
91        that bootcard() could provide a more robust and flexible framework
92        which is easier to explain and understand. This also lays the
93        groundwork for sharing the division of available memory between the
94        RTEMS workspace and heap and the C library initialization across all
95        BSPs.
96
972008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * startup/linkcmds: Add wildcard to gcc_except_table section so
100        programs compiled with gcc 4.3.x can link.
101
1022007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
105        Configuration Table. Use the RTEMS provided accessor macros to obtain
106        configuration fields.
107
1082007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
111        from CPU Table to Configuration Table. Eliminate CPU Table from all
112        ports. Delete references to CPU Table in all forms.
113
1142007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
117        Table fields to the Configuration Table. This included
118        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
119        do_zero_of_workspace, extra_mpci_receive_server_stack,
120        stack_allocate_hook, and stack_free_hook. As a side-effect of this
121        effort some multiprocessing code was made conditional and some style
122        clean up occurred.
123
1242007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
127        SuperH CPU Table and define another mechanism for drivers to obtain
128        this information.
129
1302007-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * Makefile.am: Separate debug IO from console so console driver is not
133        linked in all the time. This manaifested itself when the IO manager
134        optional manager stub dropped some symbols.
135
1362007-05-03      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/linkcmds: Handle .data.* sections
139
1402007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * bsp_specs: Remove qrtems_debug.
143
1442007-04-02      Joel Sherrill <joel@OARcorp.com>
145
146        * Makefile.am: Add dummy printk support so all tests link.
147
1482006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * configure.ac: New BUG-REPORT address.
151
1522006-11-15      Joel Sherrill <joel@OARcorp.com>
153
154        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
155        file and simplified initialization.
156
1572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * Makefile.am: Remove superfluous -DASM.
160
1612006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * configure.ac: Require autoconf-2.60. Require automake-1.10.
164
1652006-06-24      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
168        .rela.dyn sections.
169
1702006-03-08      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
173        .gnu.linkonce.b.* section.
174
1752006-02-08      Joel Sherrill <joel@OARcorp.com>
176
177        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
178        sections required by newer gcc versions.
179
1802006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * Makefile.am: Add preinstall.am.
183
1842005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * include/bsp.h: New header guard.
187
1882005-05-11      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/linkcmds: Add .rodata.* sections.
191
1922005-05-03      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
195        overflow of _CPU_Interrupt_stack_high calculation.
196
1972005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
200
2012005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * Makefile.am: Remove build-variant support.
204
2052004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        * configure.ac: Require automake > 1.9.
208
2092004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        PR 610/bsps
212        * Makefile.am: Add include/tm27.h, Cosmetics.
213        * include/tm27.h: Final cosmetics.
214
2152004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
216
217        * include/bsp.h: Split out tmtest27 support.
218        * include/tm27.h: New.
219
2202004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
221
222        PR 613/bsps
223        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
224
2252004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
226
227        PR 614/bsps
228        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
229
2302004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
231
232        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
233
2342004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
235
236        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
237        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
238        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
239
2402004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
241
242        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
243        using c99 fixed size types.
244
2452004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Reflect changes to bsp.am.
248        Preinstall dist_project_lib*.
249
2502004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Reflect changes to bsp.am.
253
2542004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
257
2582004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Pickup files from ../../sh/shared instead of
261        ../shared. Reformat.
262
2632004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
266        startup/Makefile.am, wrapup/Makefile.am.
267        Use automake compilation rules.
268        * console/Makefile.am, scitab/Makefile.am,
269        startup/Makefile.am, wrapup/Makefile.am: Remove.
270        * configure.ac: Reflect changes above.
271
2722004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
275        Add RTEMS_PROG_CCAS.
276
2772004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Add PREINSTALL_DIRS.
280        * wrapup/Makefile.am: Reflect changes to libcpu.
281
2822004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * wrapup/Makefile.am: Reflect changes to libcpu.
285
2862004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
289        Add PRE/TMPINSTALL_FILES to CLEANFILES.
290        * startup/Makefile.am: Ditto.
291
2922004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * start/Makefile.am: Remove.
295        * Makefile.am: Merge-in start/Makefile.am.
296        * configure.ac: Reflect changes above.
297
2982004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * wrapup/Makefile.am: Eliminate $(LIB).
301        Use noinst_DATA to trigger building libbsp.a.
302
3032003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
306        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
307
3082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
311        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
312
3132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
316
3172003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/Makefile.am: Misc cleanups and fixes.
320        * startup/Makefile.am: Misc cleanups and fixes.
321
3222003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Add preinstallation dirstamp support.
325        * console/Makefile.am: Cosmetics.
326        * startup/Makefile.am: Cosmetics.
327        * wrapup/Makefile.am: Cosmetics.
328
3292003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * console/Makefile.am: Remove all-local: $(ARCH).
332        * scitab/Makefile.am: Remove all-local: $(ARCH).
333        * start/Makefile.am: Remove all-local: $(ARCH).
334        * startup/Makefile.am: Remove all-local: $(ARCH).
335        * wrapup/Makefile.am: Remove all-local: $(ARCH).
336
3372003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Merge-in include/Makefile.am.
340        Reflect changes to bsp.am.
341        * include/Makefile.am: Remove.
342        * configure.ac: Reflect changes above.
343
3442003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * bsp_specs: Remove *lib:.
347
3482003-09-04      Joel Sherrill <joel@OARcorp.com>
349
350        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
351        start/start.ram, start/start.rom, startup/bspclean.c,
352        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
353        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
354
3552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Reflect having moved aclocal/.
358
3592003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: Reflect having moved automake/.
362        * console/Makefile.am: Reflect having moved automake/.
363        * include/Makefile.am: Reflect having moved automake/.
364        * scitab/Makefile.am: Reflect having moved automake/.
365        * start/Makefile.am: Reflect having moved automake/.
366        * startup/Makefile.am: Reflect having moved automake/.
367        * wrapup/Makefile.am: Reflect having moved automake/.
368
3692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
372
3732003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        PR 445/bsps
376        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
377        Remove cpp, old_cpp (now unused).
378
3792003-06-13      Joel Sherrill <joel@OARcorp.com>
380
381        * startup/linkcmds: Removed warnings.
382
3832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Remove AC_CONFIG_AUX_DIR.
386
3872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
390
3912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac: AC_PREREQ(2.57).
394
3952003-01-28      Joel Sherrill <joel@OARcorp.com>
396
397        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
398        work around truncated section names.
399
4002003-01-20      Joel Sherrill <joel@OARcorp.com>
401
402        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
403        FreeBSD sysctl() sections.
404
4052003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
408
4092003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
412        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
413        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
414        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
415
4162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * start/Makefile.am: Use install-data-local to install startfile.
419
4202002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
423
4242002-11-07      Joel Sherrill <joel@OARcorp.com>
425
426        * startup/linkcmds: Include all .rodata* sections.
427
4282002-11-01      Joel Sherrill <joel@OARcorp.com>
429
430        * start/start.S, startup/hw_init.c: Removed warnings.
431
4322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * .cvsignore: Reformat.
435        Add autom4te*cache.
436        Remove autom4te.cache.
437
4382002-09-14      Joel Sherrill <joel@OARcorp.com>
439
440        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
441        of all calls to bsp_libc_init() resulted in some cleanup here.
442
4432002-08-21      Joel Sherrill <joel@OARcorp.com>
444
445        * bsp_specs: Added support for -nostdlibs.
446
4472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
450
4512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
454        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
455        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
456        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
457
4582002-07-25      Joel Sherrill <joel@OARcorp.com>
459
460        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
461        to remove problems linking empty main(){} with BSP.
462
4632002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * start/Makefile.am: Eliminate PGMS.
466        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
467
4682002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
471
4722002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
475        Remove $(OBJS) from all-local.
476
4772002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
480
4812001-05-09      Joel Sherrill <joel@OARcorp.com>
482
483        * startup/linkcmds: In support of gcc 3.1, added one of more
484        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
485        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
486        and direction of segments to memory regions may also have been
487        addressed.  This was a sweep across all BSPs.
488 
4892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac:
492        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
493        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
494        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
501
5022001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
505
5062001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
509        RTEMS_BSPOPTS_*(START_HW_INIT),
510        RTEMS_BSPOPTS_*(STANDALONE_EVB).
511        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
512
5132001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
516
5172001-10-12      Joel Sherrill <joel@OARcorp.com>
518
519        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
520        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
521        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
522
5232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
526        * configure.in: Remove.
527        * configure.ac: New file, generated from configure.in by autoupdate.
528
5292001-09-27      Joel Sherrill <joel@OARcorp.com>
530
531        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
532
5332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
536        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
537
5382001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
541
5422001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
543
544        * include/bsp.h: Disabled redefinition of
545        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
546        * console/config.c: New file. Definitions of externs referenced
547        from libbsp/shared/console.c.
548        * console/Makefile.am: Changed VPATH to point to
549        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
550
5512001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * configure.in: Add bspopts.h.
554        * include/.cvsignore: Add bspopts.h*, stamp-h*.
555        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
556        * include/bsp.h: Include bspopts.h.
557        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
558
5592001-06-19      Joel Sherrill <joel@OARcorp.com>
560
561        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
562        it is called in configure.in instead of HZ.
563
5642001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
565
566        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
567        bspopts.h.     
568        * include/.cvsignore: Add stamp-h*, bspopts.h*.
569        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
570        * include/bsp.h: Add bspopts.h.
571        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
572
5732001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * startup/linkcmds: Remove OUTPUT_FORMAT.
576
5772001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
578
579        * README.EVB7045F: New file.
580        * README: Additions and corrections.
581        * include/bsp.h: Switch console to sci0.
582
5832001-01-05      Joel Sherrill <joel@OARcorp.com>
584
585        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
586        the movement of this component to libmisc.
587        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
588
5892000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
592
5932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
596
5972000-11-01      Joel Sherrill <joel@OARcorp.com>
598
599        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
600        and libcsupport.h moved from libc to lib/include/rtems and
601        now must be referenced as <rtems/XXX.h>.   Header file order
602        was cleaned up while doing this.
603
6042000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
607        Switch to GNU canonicalization.
608
6092000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * scitab/Makefile.am: PROJECT_TOPdir.
612
6132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
616        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
617
6182000-08-10      Joel Sherrill <joel@OARcorp.com>
619
620        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.