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

4.104.114.84.95
Last change on this file since 3f0cfc56 was 3f0cfc56, checked in by Joel Sherrill <joel.sherrill@…>, on 03/11/07 at 15:24:18

2007-03-11 Joel Sherrill <joel@…>

  • startup/bspstart.c: Remove assignments of Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default value in boot_card.c
  • Property mode set to 100644
File size: 2.7 KB
Line 
12007-03-11      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/bspstart.c: Remove assignments of
4        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
5        value in boot_card.c
6
72007-03-10      Joel Sherrill <joel@OARcorp.com>
8
9        PR 1227/bsps
10        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
11        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
12
132006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
16
172006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: New BUG-REPORT address.
20
212006-11-15      Joel Sherrill <joel@OARcorp.com>
22
23        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
24        file and simplified initialization.
25
262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Remove superfluous -DASM.
29
302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * configure.ac: Require autoconf-2.60. Require automake-1.10.
33
342006-09-11      Joel Sherrill <joel@OARcorp.com>
35
36        * console/console.c, startup/init5235.c: Convert C++ style comments to
37        C style.
38
392006-06-23      Worth Burruss <worth@motioncontrol.org>
40
41        * Makefile.am, README, startup/init5235.c, startup/linkcmds,
42        startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
43        eval boards to either load and run from ram using the dBug moniter as
44        the boot deviced (Board setup as shipped from the factory), or it
45        allows the user to Boot his code from flash he loads onto the eval
46        board. The code changes between the two are based on the selected
47        linker script using a variable in the script.  The options to the
48        linker are used to override the default linker script and select
49        which options to configure at boot either from flash, or from ram:
50            -qnolinkcmds -T linkcmdsflash
51        If no options are given the standard linker sript assumes dBug was
52        used to set up the board and the user is going to load his program
53        to RAM.
54
552006-02-08      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
58        sections required by newer gcc versions.
59
602006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Add preinstall.am.
63
642005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * console/console.c: Eliminate unsigned32, unsigned8.
67        * include/bsp.h: Eliminate unsigned32.
68        * startup/bspstart.c: Eliminate unsigned32.
69
702005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
71
72        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
73        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
74        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
75        startup/bspstart.c, startup/init5235.c, startup/linkcmds,
76        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
77
Note: See TracBrowser for help on using the repository browser.