source: rtems/c/src/lib/libbsp/m68k/mcf5235/ChangeLog @ 9d7508e

Last change on this file since 9d7508e was 9d7508e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:10:26

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 2.1 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove superfluous -DASM.
8
92006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Require automake-1.10. Require autoconf-2.60.
12
132006-09-11      Joel Sherrill <joel@OARcorp.com>
14
15        * console/console.c, startup/init5235.c: Convert C++ style comments to
16        C style.
17
182006-06-23      Worth Burruss <worth@motioncontrol.org>
19
20        * Makefile.am, README, startup/init5235.c, startup/linkcmds,
21        startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
22        eval boards to either load and run from ram using the dBug moniter as
23        the boot deviced (Board setup as shipped from the factory), or it
24        allows the user to Boot his code from flash he loads onto the eval
25        board. The code changes between the two are based on the selected
26        linker script using a variable in the script.  The options to the
27        linker are used to override the default linker script and select
28        which options to configure at boot either from flash, or from ram:
29            -qnolinkcmds -T linkcmdsflash
30        If no options are given the standard linker sript assumes dBug was
31        used to set up the board and the user is going to load his program
32        to RAM.
33
342006-02-08      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
37        sections required by newer gcc versions.
38
392006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Add preinstall.am.
42
432005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * console/console.c: Eliminate unsigned32, unsigned8.
46        * include/bsp.h: Eliminate unsigned32.
47        * startup/bspstart.c: Eliminate unsigned32.
48
492005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
50
51        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
52        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
53        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
54        startup/bspstart.c, startup/init5235.c, startup/linkcmds,
55        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
56
Note: See TracBrowser for help on using the repository browser.