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

4.104.114.84.95
Last change on this file since aa4369c was aa4369c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/06 at 15:24:01

2006-11-15 Joel Sherrill <joel@…>

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