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

4.104.115
Last change on this file since 05adba6 was 05adba6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 21:35:06

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

  • Makefile.am, include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
  • startup/bspclean.c: Removed.
  • Property mode set to 100644
File size: 17.8 KB
RevLine 
[05adba6]12008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
4        implementations. In this phase, all prototypes were removed from
5        bsp.h and empty implementations were removed and made to use the
6        shared stub.
7        * startup/bspclean.c: Removed.
8
[dde1fedb]92008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
12        Framework to ask the BSP where it has memory for the RTEMS Workspace
13        and C Program Heap. These collectively are referred to as work area.
14        If the BSP supports this, then it does not have to include code to
15        split the available memory between the two areas. This reduces the
16        amount of code in the BSP specific bspstart.c file. Additionally, the
17        shared framework can initialize the C Library, call
18        rtems_debug_enable(), and dirty the work area memory. Until most/all
19        BSPs support this new capability, if the BSP supports this, it should
20        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
21        When the transition is complete, this autoconf macro can be removed.
22
[1d0ee80e]232008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * Makefile.am: Rework to avoid .rel files.
26
[6ea100c1]272008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * startup/bspstart.c: Refactored and renamed initialization routines to
30        rtems_initialize_data_structures, rtems_initialize_before_drivers,
31        rtems_initialize_device_drivers, and
32        rtems_initialize_start_multitasking. This opened the sequence up so
33        that bootcard() could provide a more robust and flexible framework
34        which is easier to explain and understand. This also lays the
35        groundwork for sharing the division of available memory between the
36        RTEMS workspace and heap and the C library initialization across all
37        BSPs.
38
[d1f57b5]392008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * startup/linkcmds: Add wildcard to gcc_except_table section so
42        programs compiled with gcc 4.3.x can link.
43
[4130d8e2]442007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
47        Configuration Table. Use the RTEMS provided accessor macros to obtain
48        configuration fields.
49
[d34d8692]502007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
53        from CPU Table to Configuration Table. Eliminate CPU Table from all
54        ports. Delete references to CPU Table in all forms.
55
[558bc25]562007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
59        Table fields to the Configuration Table. This included
60        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
61        do_zero_of_workspace, extra_mpci_receive_server_stack,
62        stack_allocate_hook, and stack_free_hook. As a side-effect of this
63        effort some multiprocessing code was made conditional and some style
64        clean up occurred.
65
[26d47f8]662007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
69        SuperH CPU Table and define another mechanism for drivers to obtain
70        this information.
71
[d4d4c051]722007-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * Makefile.am: Separate debug IO from console so console driver is not
75        linked in all the time. This manaifested itself when the IO manager
76        optional manager stub dropped some symbols.
77
[1144653]782007-05-03      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/linkcmds: Handle .data.* sections
81
[bff4b946]822007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * bsp_specs: Remove qrtems_debug.
85
[3002831]862007-04-02      Joel Sherrill <joel@OARcorp.com>
87
88        * Makefile.am: Add dummy printk support so all tests link.
89
[fcb0cd46]902006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * configure.ac: New BUG-REPORT address.
93
[aa4369c]942006-11-15      Joel Sherrill <joel@OARcorp.com>
95
96        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
97        file and simplified initialization.
98
[57357d9]992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Remove superfluous -DASM.
102
[754610f]1032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * configure.ac: Require autoconf-2.60. Require automake-1.10.
106
[b8de9518]1072006-06-24      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
110        .rela.dyn sections.
111
[84138c1]1122006-03-08      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
115        .gnu.linkonce.b.* section.
116
[ae3ab74]1172006-02-08      Joel Sherrill <joel@OARcorp.com>
118
119        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
120        sections required by newer gcc versions.
121
[a06faad]1222006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * Makefile.am: Add preinstall.am.
125
[34c4852]1262005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * include/bsp.h: New header guard.
129
[a67e01e]1302005-05-11      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/linkcmds: Add .rodata.* sections.
133
[dc5e3d4f]1342005-05-03      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
137        overflow of _CPU_Interrupt_stack_high calculation.
138
[844609f9]1392005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
142
[db3fa14]1432005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * Makefile.am: Remove build-variant support.
146
[97891e5e]1472004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
148
149        * configure.ac: Require automake > 1.9.
150
[3defec6]1512004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
152
153        PR 610/bsps
154        * Makefile.am: Add include/tm27.h, Cosmetics.
155        * include/tm27.h: Final cosmetics.
156
[52cfc7de]1572004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
158
159        * include/bsp.h: Split out tmtest27 support.
160        * include/tm27.h: New.
161
[3344730a]1622004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
163
164        PR 613/bsps
165        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
166
[7dd6e8d]1672004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
168
169        PR 614/bsps
170        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
171
[cb33a86f]1722004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
173
174        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
175
[2d39080c]1762004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
179        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
180        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
181
[8cf4fac5]1822004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
183
184        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
185        using c99 fixed size types.
186
[2a7f9a28]1872004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Reflect changes to bsp.am.
190        Preinstall dist_project_lib*.
191
[6ac101b]1922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Reflect changes to bsp.am.
195
[c24d7c84]1962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
199
[4e942c8]2002004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Pickup files from ../../sh/shared instead of
203        ../shared. Reformat.
204
[0f14e45]2052004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
208        startup/Makefile.am, wrapup/Makefile.am.
209        Use automake compilation rules.
210        * console/Makefile.am, scitab/Makefile.am,
211        startup/Makefile.am, wrapup/Makefile.am: Remove.
212        * configure.ac: Reflect changes above.
213
[f3c5a0ec]2142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
217        Add RTEMS_PROG_CCAS.
218
[7984a69]2192004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Add PREINSTALL_DIRS.
222        * wrapup/Makefile.am: Reflect changes to libcpu.
223
[7f269d0]2242004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * wrapup/Makefile.am: Reflect changes to libcpu.
227
[ff716ea0]2282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
231        Add PRE/TMPINSTALL_FILES to CLEANFILES.
232        * startup/Makefile.am: Ditto.
233
[7a5a3a41]2342004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * start/Makefile.am: Remove.
237        * Makefile.am: Merge-in start/Makefile.am.
238        * configure.ac: Reflect changes above.
239
[6411947]2402004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Eliminate $(LIB).
243        Use noinst_DATA to trigger building libbsp.a.
244
[b35414a]2452003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
248        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
249
[935773b]2502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
253        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
254
[810720b6]2552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
258
[968b78d]2592003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * start/Makefile.am: Misc cleanups and fixes.
262        * startup/Makefile.am: Misc cleanups and fixes.
263
[726a240]2642003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Add preinstallation dirstamp support.
267        * console/Makefile.am: Cosmetics.
268        * startup/Makefile.am: Cosmetics.
269        * wrapup/Makefile.am: Cosmetics.
270
[84128ef7]2712003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * console/Makefile.am: Remove all-local: $(ARCH).
274        * scitab/Makefile.am: Remove all-local: $(ARCH).
275        * start/Makefile.am: Remove all-local: $(ARCH).
276        * startup/Makefile.am: Remove all-local: $(ARCH).
277        * wrapup/Makefile.am: Remove all-local: $(ARCH).
278
[d0d6a5c]2792003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Merge-in include/Makefile.am.
282        Reflect changes to bsp.am.
283        * include/Makefile.am: Remove.
284        * configure.ac: Reflect changes above.
285
[3299388d]2862003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * bsp_specs: Remove *lib:.
289
[5e1b695]2902003-09-04      Joel Sherrill <joel@OARcorp.com>
291
292        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
293        start/start.ram, start/start.rom, startup/bspclean.c,
294        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
295        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
296
[fe8bc62f]2972003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Reflect having moved aclocal/.
300
[c1ea6f3]3012003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
[c483a4e]303        * Makefile.am: Reflect having moved automake/.
304        * console/Makefile.am: Reflect having moved automake/.
305        * include/Makefile.am: Reflect having moved automake/.
306        * scitab/Makefile.am: Reflect having moved automake/.
307        * start/Makefile.am: Reflect having moved automake/.
308        * startup/Makefile.am: Reflect having moved automake/.
309        * wrapup/Makefile.am: Reflect having moved automake/.
[c1ea6f3]310
[7dcc3fe]3112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
314
[d266acd2]3152003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
[75fcb394]317        PR 445/bsps
[d266acd2]318        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
319        Remove cpp, old_cpp (now unused).
320
[9eb574dd]3212003-06-13      Joel Sherrill <joel@OARcorp.com>
322
323        * startup/linkcmds: Removed warnings.
324
[afaa498d]3252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Remove AC_CONFIG_AUX_DIR.
328
[ccd81b60]3292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
332
[9b5c258]3332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: AC_PREREQ(2.57).
336
[99159ec6]3372003-01-28      Joel Sherrill <joel@OARcorp.com>
338
339        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
340        work around truncated section names.
341
[646e0008]3422003-01-20      Joel Sherrill <joel@OARcorp.com>
343
344        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
345        FreeBSD sysctl() sections.
346
[c62c75af]3472003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
350
[387df95]3512003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
354        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357
[59a01a6e]3582002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * start/Makefile.am: Use install-data-local to install startfile.
361
[ad5c7fe]3622002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365
[716d0d4]3662002-11-07      Joel Sherrill <joel@OARcorp.com>
367
368        * startup/linkcmds: Include all .rodata* sections.
369
[4d654d7]3702002-11-01      Joel Sherrill <joel@OARcorp.com>
371
372        * start/start.S, startup/hw_init.c: Removed warnings.
373
[8730f45]3742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * .cvsignore: Reformat.
377        Add autom4te*cache.
378        Remove autom4te.cache.
379
[536f5f94]3802002-09-14      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
383        of all calls to bsp_libc_init() resulted in some cleanup here.
384
[a2ae30c2]3852002-08-21      Joel Sherrill <joel@OARcorp.com>
386
387        * bsp_specs: Added support for -nostdlibs.
388
[c633eb4]3892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
392
[681bd04]3932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
396        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
397        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
398        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
399
[bc9037d]4002002-07-25      Joel Sherrill <joel@OARcorp.com>
401
402        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
403        to remove problems linking empty main(){} with BSP.
404
[5543770e]4052002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * start/Makefile.am: Eliminate PGMS.
408        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
409
[f1feebb]4102002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
413
[445c0a0]4142002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
417        Remove $(OBJS) from all-local.
418
[80defac]4192002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
422
[85c92574]4232001-05-09      Joel Sherrill <joel@OARcorp.com>
424
425        * startup/linkcmds: In support of gcc 3.1, added one of more
426        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
427        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
428        and direction of segments to memory regions may also have been
429        addressed.  This was a sweep across all BSPs.
430 
[7fb5793]4312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac:
434        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
435        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
436        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
443
[9e1ae79]4442001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
447
[d516bbf]4482001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
451        RTEMS_BSPOPTS_*(START_HW_INIT),
452        RTEMS_BSPOPTS_*(STANDALONE_EVB).
453        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
454
[14a67aa9]4552001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
458
[2b4c86e]4592001-10-12      Joel Sherrill <joel@OARcorp.com>
460
461        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
462        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
463        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
464
[df25c998]4652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
468        * configure.in: Remove.
469        * configure.ac: New file, generated from configure.in by autoupdate.
470
[cf282090]4712001-09-27      Joel Sherrill <joel@OARcorp.com>
472
473        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
474
[46d31795]4752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
478        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
479
[1344bf2]4802001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
483
[ede9699c]4842001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
485
486        * include/bsp.h: Disabled redefinition of
487        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
488        * console/config.c: New file. Definitions of externs referenced
489        from libbsp/shared/console.c.
490        * console/Makefile.am: Changed VPATH to point to
491        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
492
[a2e6723]4932001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.in: Add bspopts.h.
496        * include/.cvsignore: Add bspopts.h*, stamp-h*.
497        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
498        * include/bsp.h: Include bspopts.h.
499        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
500
[c7c6e72]5012001-06-19      Joel Sherrill <joel@OARcorp.com>
502
503        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
504        it is called in configure.in instead of HZ.
505
[5dbd4fe]5062001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
507
508        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
509        bspopts.h.     
510        * include/.cvsignore: Add stamp-h*, bspopts.h*.
511        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
512        * include/bsp.h: Add bspopts.h.
513        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
514
[ed3ec25]5152001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * startup/linkcmds: Remove OUTPUT_FORMAT.
518
[9f87484]5192001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
520
521        * README.EVB7045F: New file.
522        * README: Additions and corrections.
523        * include/bsp.h: Switch console to sci0.
524
[96b2583]5252001-01-05      Joel Sherrill <joel@OARcorp.com>
526
527        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
528        the movement of this component to libmisc.
529        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
530
[feead226]5312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
534
[a314d3b4]5352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
538
[eba2e4f]5392000-11-01      Joel Sherrill <joel@OARcorp.com>
540
541        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
542        and libcsupport.h moved from libc to lib/include/rtems and
543        now must be referenced as <rtems/XXX.h>.   Header file order
544        was cleaned up while doing this.
545
[e83378d]5462000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
549        Switch to GNU canonicalization.
550
[633657c]5512000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * scitab/Makefile.am: PROJECT_TOPdir.
554
[a2af371]5552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
558        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
559
[e94ad1fe]5602000-08-10      Joel Sherrill <joel@OARcorp.com>
561
562        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.