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

4.104.114.95
Last change on this file since 558bc25 was 558bc25, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/07 at 22:26:33

2007-12-03 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, startup/bspstart.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
4        Table fields to the Configuration Table. This included
5        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
6        do_zero_of_workspace, extra_mpci_receive_server_stack,
7        stack_allocate_hook, and stack_free_hook. As a side-effect of this
8        effort some multiprocessing code was made conditional and some style
9        clean up occurred.
10
112007-12-03      Chris Johns <chrisj@rtems.org>
12
13        * console/console.c: Set the baud rate for stdin to 19200 when
14        opening the console. This is the default rate for the dbug
15        monitor.
16        * gdb-init: New.
17
182007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
21        m68k CPU Table since it is never read.
22
232007-05-03      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/linkcmds: Handle .data.* sections
26
272007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * bsp_specs: Remove qrtems_debug.
30
312007-03-12      Joel Sherrill <joel@OARcorp.com>
32
33        * include/coverhd.h, start/start.S, startup/bspclean.c,
34        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
35        startup/linkcmdsram: Correct license URL and/or fix mistake in
36        copyright notice. Both of these mistakes appear to be from code
37        submitted after these changes were made previously.
38
392007-03-11      Joel Sherrill <joel@OARcorp.com>
40
41        * startup/bspstart.c: Remove assignments of
42        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
43        value in boot_card.c
44
452007-03-10      Joel Sherrill <joel@OARcorp.com>
46
47        PR 1227/bsps
48        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
49        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
50
512006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
54
552006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * configure.ac: New BUG-REPORT address.
58
592006-11-15      Joel Sherrill <joel@OARcorp.com>
60
61        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
62        file and simplified initialization.
63
642006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * Makefile.am: Remove superfluous -DASM.
67
682006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * configure.ac: Require autoconf-2.60. Require automake-1.10.
71
722006-09-11      Joel Sherrill <joel@OARcorp.com>
73
74        * console/console.c, startup/init5235.c: Convert C++ style comments to
75        C style.
76
772006-06-23      Worth Burruss <worth@motioncontrol.org>
78
79        * Makefile.am, README, startup/init5235.c, startup/linkcmds,
80        startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
81        eval boards to either load and run from ram using the dBug moniter as
82        the boot deviced (Board setup as shipped from the factory), or it
83        allows the user to Boot his code from flash he loads onto the eval
84        board. The code changes between the two are based on the selected
85        linker script using a variable in the script.  The options to the
86        linker are used to override the default linker script and select
87        which options to configure at boot either from flash, or from ram:
88            -qnolinkcmds -T linkcmdsflash
89        If no options are given the standard linker sript assumes dBug was
90        used to set up the board and the user is going to load his program
91        to RAM.
92
932006-02-08      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
96        sections required by newer gcc versions.
97
982006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Add preinstall.am.
101
1022005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * console/console.c: Eliminate unsigned32, unsigned8.
105        * include/bsp.h: Eliminate unsigned32.
106        * startup/bspstart.c: Eliminate unsigned32.
107
1082005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
109
110        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
111        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
112        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
113        startup/bspstart.c, startup/init5235.c, startup/linkcmds,
114        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
115
Note: See TracBrowser for help on using the repository browser.