source: rtems/c/src/lib/libbsp/m68k/mcf5235/ChangeLog @ 218c346

Last change on this file since 218c346 was 218c346, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/06 at 11:55:29

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

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