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

4.104.115
Last change on this file since c06b3fa was c06b3fa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/26/08 at 05:15:50

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

  • Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
  • Property mode set to 100644
File size: 18.7 KB
Line 
12008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
4
52008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * configure.ac: Make letting boot_card() handle work area allocation
8        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
9        BSP_BOOTCARD_OPTIONS.
10
112008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * Makefile.am, startup/linkcmds, startup/linkcmds.ram,
14        startup/linkcmds.rom: Use top level shared bsp_get_work_area()
15        implementation.
16
172008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
20        shared bsp_get_work_area() in its own file and rely on BSP Framework
21        to perform more initialization. After factoring this out, it turned
22        out that all SuperH BSPs has the same bsp_start() implementation so
23        this was made shared.
24        * startup/bspstart.c: Removed.
25
262008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
29        implementations. In this phase, all prototypes were removed from
30        bsp.h and empty implementations were removed and made to use the
31        shared stub.
32        * startup/bspclean.c: Removed.
33
342008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
37        Framework to ask the BSP where it has memory for the RTEMS Workspace
38        and C Program Heap. These collectively are referred to as work area.
39        If the BSP supports this, then it does not have to include code to
40        split the available memory between the two areas. This reduces the
41        amount of code in the BSP specific bspstart.c file. Additionally, the
42        shared framework can initialize the C Library, call
43        rtems_debug_enable(), and dirty the work area memory. Until most/all
44        BSPs support this new capability, if the BSP supports this, it should
45        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
46        When the transition is complete, this autoconf macro can be removed.
47
482008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * Makefile.am: Rework to avoid .rel files.
51
522008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * startup/bspstart.c: Refactored and renamed initialization routines to
55        rtems_initialize_data_structures, rtems_initialize_before_drivers,
56        rtems_initialize_device_drivers, and
57        rtems_initialize_start_multitasking. This opened the sequence up so
58        that bootcard() could provide a more robust and flexible framework
59        which is easier to explain and understand. This also lays the
60        groundwork for sharing the division of available memory between the
61        RTEMS workspace and heap and the C library initialization across all
62        BSPs.
63
642008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * startup/linkcmds: Add wildcard to gcc_except_table section so
67        programs compiled with gcc 4.3.x can link.
68
692007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
72        Configuration Table. Use the RTEMS provided accessor macros to obtain
73        configuration fields.
74
752007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
78        from CPU Table to Configuration Table. Eliminate CPU Table from all
79        ports. Delete references to CPU Table in all forms.
80
812007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
84        Table fields to the Configuration Table. This included
85        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
86        do_zero_of_workspace, extra_mpci_receive_server_stack,
87        stack_allocate_hook, and stack_free_hook. As a side-effect of this
88        effort some multiprocessing code was made conditional and some style
89        clean up occurred.
90
912007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
94        SuperH CPU Table and define another mechanism for drivers to obtain
95        this information.
96
972007-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * Makefile.am: Separate debug IO from console so console driver is not
100        linked in all the time. This manaifested itself when the IO manager
101        optional manager stub dropped some symbols.
102
1032007-05-03      Joel Sherrill <joel@OARcorp.com>
104
105        * startup/linkcmds: Handle .data.* sections
106
1072007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * bsp_specs: Remove qrtems_debug.
110
1112007-04-02      Joel Sherrill <joel@OARcorp.com>
112
113        * Makefile.am: Add dummy printk support so all tests link.
114
1152006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * configure.ac: New BUG-REPORT address.
118
1192006-11-15      Joel Sherrill <joel@OARcorp.com>
120
121        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
122        file and simplified initialization.
123
1242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * Makefile.am: Remove superfluous -DASM.
127
1282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * configure.ac: Require autoconf-2.60. Require automake-1.10.
131
1322006-06-24      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
135        .rela.dyn sections.
136
1372006-03-08      Joel Sherrill <joel@OARcorp.com>
138
139        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
140        .gnu.linkonce.b.* section.
141
1422006-02-08      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
145        sections required by newer gcc versions.
146
1472006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * Makefile.am: Add preinstall.am.
150
1512005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * include/bsp.h: New header guard.
154
1552005-05-11      Joel Sherrill <joel@OARcorp.com>
156
157        * startup/linkcmds: Add .rodata.* sections.
158
1592005-05-03      Joel Sherrill <joel@OARcorp.com>
160
161        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
162        overflow of _CPU_Interrupt_stack_high calculation.
163
1642005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
167
1682005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * Makefile.am: Remove build-variant support.
171
1722004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
173
174        * configure.ac: Require automake > 1.9.
175
1762004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        PR 610/bsps
179        * Makefile.am: Add include/tm27.h, Cosmetics.
180        * include/tm27.h: Final cosmetics.
181
1822004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
183
184        * include/bsp.h: Split out tmtest27 support.
185        * include/tm27.h: New.
186
1872004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
188
189        PR 613/bsps
190        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
191
1922004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
193
194        PR 614/bsps
195        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
196
1972004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
198
199        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
200
2012004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
202
203        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
204        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
205        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
206
2072004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
208
209        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
210        using c99 fixed size types.
211
2122004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Reflect changes to bsp.am.
215        Preinstall dist_project_lib*.
216
2172004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Reflect changes to bsp.am.
220
2212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
224
2252004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Pickup files from ../../sh/shared instead of
228        ../shared. Reformat.
229
2302004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
233        startup/Makefile.am, wrapup/Makefile.am.
234        Use automake compilation rules.
235        * console/Makefile.am, scitab/Makefile.am,
236        startup/Makefile.am, wrapup/Makefile.am: Remove.
237        * configure.ac: Reflect changes above.
238
2392004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
242        Add RTEMS_PROG_CCAS.
243
2442004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Add PREINSTALL_DIRS.
247        * wrapup/Makefile.am: Reflect changes to libcpu.
248
2492004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Reflect changes to libcpu.
252
2532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
256        Add PRE/TMPINSTALL_FILES to CLEANFILES.
257        * startup/Makefile.am: Ditto.
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        * start/Makefile.am: Misc cleanups and fixes.
287        * startup/Makefile.am: Misc cleanups and fixes.
288
2892003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Add preinstallation dirstamp support.
292        * console/Makefile.am: Cosmetics.
293        * startup/Makefile.am: Cosmetics.
294        * wrapup/Makefile.am: Cosmetics.
295
2962003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * console/Makefile.am: Remove all-local: $(ARCH).
299        * scitab/Makefile.am: Remove all-local: $(ARCH).
300        * start/Makefile.am: Remove all-local: $(ARCH).
301        * startup/Makefile.am: Remove all-local: $(ARCH).
302        * wrapup/Makefile.am: Remove all-local: $(ARCH).
303
3042003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Merge-in include/Makefile.am.
307        Reflect changes to bsp.am.
308        * include/Makefile.am: Remove.
309        * configure.ac: Reflect changes above.
310
3112003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * bsp_specs: Remove *lib:.
314
3152003-09-04      Joel Sherrill <joel@OARcorp.com>
316
317        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
318        start/start.ram, start/start.rom, startup/bspclean.c,
319        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
320        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
321
3222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Reflect having moved aclocal/.
325
3262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Reflect having moved automake/.
329        * console/Makefile.am: Reflect having moved automake/.
330        * include/Makefile.am: Reflect having moved automake/.
331        * scitab/Makefile.am: Reflect having moved automake/.
332        * start/Makefile.am: Reflect having moved automake/.
333        * startup/Makefile.am: Reflect having moved automake/.
334        * wrapup/Makefile.am: Reflect having moved automake/.
335
3362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
339
3402003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        PR 445/bsps
343        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
344        Remove cpp, old_cpp (now unused).
345
3462003-06-13      Joel Sherrill <joel@OARcorp.com>
347
348        * startup/linkcmds: Removed warnings.
349
3502003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Remove AC_CONFIG_AUX_DIR.
353
3542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
357
3582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac: AC_PREREQ(2.57).
361
3622003-01-28      Joel Sherrill <joel@OARcorp.com>
363
364        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
365        work around truncated section names.
366
3672003-01-20      Joel Sherrill <joel@OARcorp.com>
368
369        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
370        FreeBSD sysctl() sections.
371
3722003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
375
3762003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
379        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
380        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
381        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
382
3832002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * start/Makefile.am: Use install-data-local to install startfile.
386
3872002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
390
3912002-11-07      Joel Sherrill <joel@OARcorp.com>
392
393        * startup/linkcmds: Include all .rodata* sections.
394
3952002-11-01      Joel Sherrill <joel@OARcorp.com>
396
397        * start/start.S, startup/hw_init.c: Removed warnings.
398
3992002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * .cvsignore: Reformat.
402        Add autom4te*cache.
403        Remove autom4te.cache.
404
4052002-09-14      Joel Sherrill <joel@OARcorp.com>
406
407        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
408        of all calls to bsp_libc_init() resulted in some cleanup here.
409
4102002-08-21      Joel Sherrill <joel@OARcorp.com>
411
412        * bsp_specs: Added support for -nostdlibs.
413
4142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
417
4182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
423        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
424
4252002-07-25      Joel Sherrill <joel@OARcorp.com>
426
427        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
428        to remove problems linking empty main(){} with BSP.
429
4302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * start/Makefile.am: Eliminate PGMS.
433        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
434
4352002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
438
4392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
442        Remove $(OBJS) from all-local.
443
4442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
447
4482001-05-09      Joel Sherrill <joel@OARcorp.com>
449
450        * startup/linkcmds: In support of gcc 3.1, added one of more
451        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
452        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
453        and direction of segments to memory regions may also have been
454        addressed.  This was a sweep across all BSPs.
455 
4562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac:
459        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
460        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
461        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * Makefile.am: Remove AUTOMAKE_OPTIONS.
463        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
467        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
468
4692001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
472
4732001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
476        RTEMS_BSPOPTS_*(START_HW_INIT),
477        RTEMS_BSPOPTS_*(STANDALONE_EVB).
478        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
479
4802001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
483
4842001-10-12      Joel Sherrill <joel@OARcorp.com>
485
486        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
487        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
488        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
489
4902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
493        * configure.in: Remove.
494        * configure.ac: New file, generated from configure.in by autoupdate.
495
4962001-09-27      Joel Sherrill <joel@OARcorp.com>
497
498        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
499
5002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
503        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
504
5052001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
508
5092001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
510
511        * include/bsp.h: Disabled redefinition of
512        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
513        * console/config.c: New file. Definitions of externs referenced
514        from libbsp/shared/console.c.
515        * console/Makefile.am: Changed VPATH to point to
516        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
517
5182001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.in: Add bspopts.h.
521        * include/.cvsignore: Add bspopts.h*, stamp-h*.
522        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
523        * include/bsp.h: Include bspopts.h.
524        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
525
5262001-06-19      Joel Sherrill <joel@OARcorp.com>
527
528        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
529        it is called in configure.in instead of HZ.
530
5312001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
532
533        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
534        bspopts.h.     
535        * include/.cvsignore: Add stamp-h*, bspopts.h*.
536        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
537        * include/bsp.h: Add bspopts.h.
538        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
539
5402001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * startup/linkcmds: Remove OUTPUT_FORMAT.
543
5442001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
545
546        * README.EVB7045F: New file.
547        * README: Additions and corrections.
548        * include/bsp.h: Switch console to sci0.
549
5502001-01-05      Joel Sherrill <joel@OARcorp.com>
551
552        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
553        the movement of this component to libmisc.
554        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
555
5562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
559
5602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
563
5642000-11-01      Joel Sherrill <joel@OARcorp.com>
565
566        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
567        and libcsupport.h moved from libc to lib/include/rtems and
568        now must be referenced as <rtems/XXX.h>.   Header file order
569        was cleaned up while doing this.
570
5712000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
574        Switch to GNU canonicalization.
575
5762000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * scitab/Makefile.am: PROJECT_TOPdir.
579
5802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
583        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
584
5852000-08-10      Joel Sherrill <joel@OARcorp.com>
586
587        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.