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

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

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

  • Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use shared bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. After factoring this out, it turned out that all SuperH BSPs has the same bsp_start() implementation so this was made shared.
  • startup/bspstart.c: Removed.
  • Property mode set to 100644
File size: 18.2 KB
RevLine 
[11a6c97]12008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
4        shared bsp_get_work_area() in its own file and rely on BSP Framework
5        to perform more initialization. After factoring this out, it turned
6        out that all SuperH BSPs has the same bsp_start() implementation so
7        this was made shared.
8        * startup/bspstart.c: Removed.
9
[05adba6]102008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
13        implementations. In this phase, all prototypes were removed from
14        bsp.h and empty implementations were removed and made to use the
15        shared stub.
16        * startup/bspclean.c: Removed.
17
[dde1fedb]182008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
21        Framework to ask the BSP where it has memory for the RTEMS Workspace
22        and C Program Heap. These collectively are referred to as work area.
23        If the BSP supports this, then it does not have to include code to
24        split the available memory between the two areas. This reduces the
25        amount of code in the BSP specific bspstart.c file. Additionally, the
26        shared framework can initialize the C Library, call
27        rtems_debug_enable(), and dirty the work area memory. Until most/all
28        BSPs support this new capability, if the BSP supports this, it should
29        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
30        When the transition is complete, this autoconf macro can be removed.
31
[1d0ee80e]322008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * Makefile.am: Rework to avoid .rel files.
35
[6ea100c1]362008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * startup/bspstart.c: Refactored and renamed initialization routines to
39        rtems_initialize_data_structures, rtems_initialize_before_drivers,
40        rtems_initialize_device_drivers, and
41        rtems_initialize_start_multitasking. This opened the sequence up so
42        that bootcard() could provide a more robust and flexible framework
43        which is easier to explain and understand. This also lays the
44        groundwork for sharing the division of available memory between the
45        RTEMS workspace and heap and the C library initialization across all
46        BSPs.
47
[d1f57b5]482008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * startup/linkcmds: Add wildcard to gcc_except_table section so
51        programs compiled with gcc 4.3.x can link.
52
[4130d8e2]532007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
56        Configuration Table. Use the RTEMS provided accessor macros to obtain
57        configuration fields.
58
[d34d8692]592007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
62        from CPU Table to Configuration Table. Eliminate CPU Table from all
63        ports. Delete references to CPU Table in all forms.
64
[558bc25]652007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
68        Table fields to the Configuration Table. This included
69        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
70        do_zero_of_workspace, extra_mpci_receive_server_stack,
71        stack_allocate_hook, and stack_free_hook. As a side-effect of this
72        effort some multiprocessing code was made conditional and some style
73        clean up occurred.
74
[26d47f8]752007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
78        SuperH CPU Table and define another mechanism for drivers to obtain
79        this information.
80
[d4d4c051]812007-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * Makefile.am: Separate debug IO from console so console driver is not
84        linked in all the time. This manaifested itself when the IO manager
85        optional manager stub dropped some symbols.
86
[1144653]872007-05-03      Joel Sherrill <joel@OARcorp.com>
88
89        * startup/linkcmds: Handle .data.* sections
90
[bff4b946]912007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * bsp_specs: Remove qrtems_debug.
94
[3002831]952007-04-02      Joel Sherrill <joel@OARcorp.com>
96
97        * Makefile.am: Add dummy printk support so all tests link.
98
[fcb0cd46]992006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * configure.ac: New BUG-REPORT address.
102
[aa4369c]1032006-11-15      Joel Sherrill <joel@OARcorp.com>
104
105        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
106        file and simplified initialization.
107
[57357d9]1082006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * Makefile.am: Remove superfluous -DASM.
111
[754610f]1122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * configure.ac: Require autoconf-2.60. Require automake-1.10.
115
[b8de9518]1162006-06-24      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
119        .rela.dyn sections.
120
[84138c1]1212006-03-08      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
124        .gnu.linkonce.b.* section.
125
[ae3ab74]1262006-02-08      Joel Sherrill <joel@OARcorp.com>
127
128        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
129        sections required by newer gcc versions.
130
[a06faad]1312006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * Makefile.am: Add preinstall.am.
134
[34c4852]1352005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * include/bsp.h: New header guard.
138
[a67e01e]1392005-05-11      Joel Sherrill <joel@OARcorp.com>
140
141        * startup/linkcmds: Add .rodata.* sections.
142
[dc5e3d4f]1432005-05-03      Joel Sherrill <joel@OARcorp.com>
144
145        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
146        overflow of _CPU_Interrupt_stack_high calculation.
147
[844609f9]1482005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
151
[db3fa14]1522005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * Makefile.am: Remove build-variant support.
155
[97891e5e]1562004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
157
158        * configure.ac: Require automake > 1.9.
159
[3defec6]1602004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
161
162        PR 610/bsps
163        * Makefile.am: Add include/tm27.h, Cosmetics.
164        * include/tm27.h: Final cosmetics.
165
[52cfc7de]1662004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
167
168        * include/bsp.h: Split out tmtest27 support.
169        * include/tm27.h: New.
170
[3344730a]1712004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        PR 613/bsps
174        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
175
[7dd6e8d]1762004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        PR 614/bsps
179        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
180
[cb33a86f]1812004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
182
183        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
184
[2d39080c]1852004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
188        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
189        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
190
[8cf4fac5]1912004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
192
193        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
194        using c99 fixed size types.
195
[2a7f9a28]1962004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Reflect changes to bsp.am.
199        Preinstall dist_project_lib*.
200
[6ac101b]2012004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Reflect changes to bsp.am.
204
[c24d7c84]2052004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
208
[4e942c8]2092004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Pickup files from ../../sh/shared instead of
212        ../shared. Reformat.
213
[0f14e45]2142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
217        startup/Makefile.am, wrapup/Makefile.am.
218        Use automake compilation rules.
219        * console/Makefile.am, scitab/Makefile.am,
220        startup/Makefile.am, wrapup/Makefile.am: Remove.
221        * configure.ac: Reflect changes above.
222
[f3c5a0ec]2232004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
226        Add RTEMS_PROG_CCAS.
227
[7984a69]2282004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Add PREINSTALL_DIRS.
231        * wrapup/Makefile.am: Reflect changes to libcpu.
232
[7f269d0]2332004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * wrapup/Makefile.am: Reflect changes to libcpu.
236
[ff716ea0]2372004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
240        Add PRE/TMPINSTALL_FILES to CLEANFILES.
241        * startup/Makefile.am: Ditto.
242
[7a5a3a41]2432004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * start/Makefile.am: Remove.
246        * Makefile.am: Merge-in start/Makefile.am.
247        * configure.ac: Reflect changes above.
248
[6411947]2492004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Eliminate $(LIB).
252        Use noinst_DATA to trigger building libbsp.a.
253
[b35414a]2542003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
257        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
258
[935773b]2592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
262        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
263
[810720b6]2642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
267
[968b78d]2682003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * start/Makefile.am: Misc cleanups and fixes.
271        * startup/Makefile.am: Misc cleanups and fixes.
272
[726a240]2732003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Add preinstallation dirstamp support.
276        * console/Makefile.am: Cosmetics.
277        * startup/Makefile.am: Cosmetics.
278        * wrapup/Makefile.am: Cosmetics.
279
[84128ef7]2802003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * console/Makefile.am: Remove all-local: $(ARCH).
283        * scitab/Makefile.am: Remove all-local: $(ARCH).
284        * start/Makefile.am: Remove all-local: $(ARCH).
285        * startup/Makefile.am: Remove all-local: $(ARCH).
286        * wrapup/Makefile.am: Remove all-local: $(ARCH).
287
[d0d6a5c]2882003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Merge-in include/Makefile.am.
291        Reflect changes to bsp.am.
292        * include/Makefile.am: Remove.
293        * configure.ac: Reflect changes above.
294
[3299388d]2952003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * bsp_specs: Remove *lib:.
298
[5e1b695]2992003-09-04      Joel Sherrill <joel@OARcorp.com>
300
301        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
302        start/start.ram, start/start.rom, startup/bspclean.c,
303        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
304        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
305
[fe8bc62f]3062003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Reflect having moved aclocal/.
309
[c1ea6f3]3102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
[c483a4e]312        * Makefile.am: Reflect having moved automake/.
313        * console/Makefile.am: Reflect having moved automake/.
314        * include/Makefile.am: Reflect having moved automake/.
315        * scitab/Makefile.am: Reflect having moved automake/.
316        * start/Makefile.am: Reflect having moved automake/.
317        * startup/Makefile.am: Reflect having moved automake/.
318        * wrapup/Makefile.am: Reflect having moved automake/.
[c1ea6f3]319
[7dcc3fe]3202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
323
[d266acd2]3242003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
[75fcb394]326        PR 445/bsps
[d266acd2]327        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
328        Remove cpp, old_cpp (now unused).
329
[9eb574dd]3302003-06-13      Joel Sherrill <joel@OARcorp.com>
331
332        * startup/linkcmds: Removed warnings.
333
[afaa498d]3342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Remove AC_CONFIG_AUX_DIR.
337
[ccd81b60]3382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
341
[9b5c258]3422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: AC_PREREQ(2.57).
345
[99159ec6]3462003-01-28      Joel Sherrill <joel@OARcorp.com>
347
348        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
349        work around truncated section names.
350
[646e0008]3512003-01-20      Joel Sherrill <joel@OARcorp.com>
352
353        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
354        FreeBSD sysctl() sections.
355
[c62c75af]3562003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
359
[387df95]3602003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
363        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
364        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366
[59a01a6e]3672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * start/Makefile.am: Use install-data-local to install startfile.
370
[ad5c7fe]3712002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
374
[716d0d4]3752002-11-07      Joel Sherrill <joel@OARcorp.com>
376
377        * startup/linkcmds: Include all .rodata* sections.
378
[4d654d7]3792002-11-01      Joel Sherrill <joel@OARcorp.com>
380
381        * start/start.S, startup/hw_init.c: Removed warnings.
382
[8730f45]3832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * .cvsignore: Reformat.
386        Add autom4te*cache.
387        Remove autom4te.cache.
388
[536f5f94]3892002-09-14      Joel Sherrill <joel@OARcorp.com>
390
391        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
392        of all calls to bsp_libc_init() resulted in some cleanup here.
393
[a2ae30c2]3942002-08-21      Joel Sherrill <joel@OARcorp.com>
395
396        * bsp_specs: Added support for -nostdlibs.
397
[c633eb4]3982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
401
[681bd04]4022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
405        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
406        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
407        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
408
[bc9037d]4092002-07-25      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
412        to remove problems linking empty main(){} with BSP.
413
[5543770e]4142002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * start/Makefile.am: Eliminate PGMS.
417        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
418
[f1feebb]4192002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
422
[445c0a0]4232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
426        Remove $(OBJS) from all-local.
427
[80defac]4282002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
431
[85c92574]4322001-05-09      Joel Sherrill <joel@OARcorp.com>
433
434        * startup/linkcmds: In support of gcc 3.1, added one of more
435        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
436        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
437        and direction of segments to memory regions may also have been
438        addressed.  This was a sweep across all BSPs.
439 
[7fb5793]4402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac:
443        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
444        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
445        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
446        * Makefile.am: Remove AUTOMAKE_OPTIONS.
447        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
448        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
449        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
450        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
451        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
452
[9e1ae79]4532001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
456
[d516bbf]4572001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
460        RTEMS_BSPOPTS_*(START_HW_INIT),
461        RTEMS_BSPOPTS_*(STANDALONE_EVB).
462        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
463
[14a67aa9]4642001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
467
[2b4c86e]4682001-10-12      Joel Sherrill <joel@OARcorp.com>
469
470        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
471        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
472        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
473
[df25c998]4742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
477        * configure.in: Remove.
478        * configure.ac: New file, generated from configure.in by autoupdate.
479
[cf282090]4802001-09-27      Joel Sherrill <joel@OARcorp.com>
481
482        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
483
[46d31795]4842001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
487        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
488
[1344bf2]4892001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
492
[ede9699c]4932001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
494
495        * include/bsp.h: Disabled redefinition of
496        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
497        * console/config.c: New file. Definitions of externs referenced
498        from libbsp/shared/console.c.
499        * console/Makefile.am: Changed VPATH to point to
500        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
501
[a2e6723]5022001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.in: Add bspopts.h.
505        * include/.cvsignore: Add bspopts.h*, stamp-h*.
506        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
507        * include/bsp.h: Include bspopts.h.
508        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
509
[c7c6e72]5102001-06-19      Joel Sherrill <joel@OARcorp.com>
511
512        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
513        it is called in configure.in instead of HZ.
514
[5dbd4fe]5152001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
516
517        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
518        bspopts.h.     
519        * include/.cvsignore: Add stamp-h*, bspopts.h*.
520        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
521        * include/bsp.h: Add bspopts.h.
522        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
523
[ed3ec25]5242001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * startup/linkcmds: Remove OUTPUT_FORMAT.
527
[9f87484]5282001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
529
530        * README.EVB7045F: New file.
531        * README: Additions and corrections.
532        * include/bsp.h: Switch console to sci0.
533
[96b2583]5342001-01-05      Joel Sherrill <joel@OARcorp.com>
535
536        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
537        the movement of this component to libmisc.
538        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
539
[feead226]5402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
543
[a314d3b4]5442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
547
[eba2e4f]5482000-11-01      Joel Sherrill <joel@OARcorp.com>
549
550        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
551        and libcsupport.h moved from libc to lib/include/rtems and
552        now must be referenced as <rtems/XXX.h>.   Header file order
553        was cleaned up while doing this.
554
[e83378d]5552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
558        Switch to GNU canonicalization.
559
[633657c]5602000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * scitab/Makefile.am: PROJECT_TOPdir.
563
[a2af371]5642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
567        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
568
[e94ad1fe]5692000-08-10      Joel Sherrill <joel@OARcorp.com>
570
571        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.