source: rtems/c/src/lib/libbsp/m68k/mcf5235/ChangeLog @ 56e2dc0

Last change on this file since 56e2dc0 was 56e2dc0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/19/06 at 13:46:53

2006-10-19 Ralf Corsépius <ralf.corsepius@…>

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