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

4.104.114.95
Last change on this file since 4130d8e2 was 4130d8e2, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/07 at 15:50:25

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

  • include/bsp.h, startup/bspstart.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
4        Configuration Table. Use the RTEMS provided accessor macros to obtain
5        configuration fields.
6
72007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
10        Configuration Table. Eliminate CPU Table from all ports. Delete
11        references to CPU Table in all forms.
12
132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
16        Table fields to the Configuration Table. This included
17        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
18        do_zero_of_workspace, extra_mpci_receive_server_stack,
19        stack_allocate_hook, and stack_free_hook. As a side-effect of this
20        effort some multiprocessing code was made conditional and some style
21        clean up occurred.
22
232007-12-03      Chris Johns <chrisj@rtems.org>
24
25        * console/console.c: Set the baud rate for stdin to 19200 when
26        opening the console. This is the default rate for the dbug
27        monitor.
28        * gdb-init: New.
29
302007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
33        m68k CPU Table since it is never read.
34
352007-05-03      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds: Handle .data.* sections
38
392007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * bsp_specs: Remove qrtems_debug.
42
432007-03-12      Joel Sherrill <joel@OARcorp.com>
44
45        * include/coverhd.h, start/start.S, startup/bspclean.c,
46        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
47        startup/linkcmdsram: Correct license URL and/or fix mistake in
48        copyright notice. Both of these mistakes appear to be from code
49        submitted after these changes were made previously.
50
512007-03-11      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/bspstart.c: Remove assignments of
54        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
55        value in boot_card.c
56
572007-03-10      Joel Sherrill <joel@OARcorp.com>
58
59        PR 1227/bsps
60        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
61        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
62
632006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
66
672006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * configure.ac: New BUG-REPORT address.
70
712006-11-15      Joel Sherrill <joel@OARcorp.com>
72
73        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
74        file and simplified initialization.
75
762006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Remove superfluous -DASM.
79
802006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * configure.ac: Require autoconf-2.60. Require automake-1.10.
83
842006-09-11      Joel Sherrill <joel@OARcorp.com>
85
86        * console/console.c, startup/init5235.c: Convert C++ style comments to
87        C style.
88
892006-06-23      Worth Burruss <worth@motioncontrol.org>
90
91        * Makefile.am, README, startup/init5235.c, startup/linkcmds,
92        startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
93        eval boards to either load and run from ram using the dBug moniter as
94        the boot deviced (Board setup as shipped from the factory), or it
95        allows the user to Boot his code from flash he loads onto the eval
96        board. The code changes between the two are based on the selected
97        linker script using a variable in the script.  The options to the
98        linker are used to override the default linker script and select
99        which options to configure at boot either from flash, or from ram:
100            -qnolinkcmds -T linkcmdsflash
101        If no options are given the standard linker sript assumes dBug was
102        used to set up the board and the user is going to load his program
103        to RAM.
104
1052006-02-08      Joel Sherrill <joel@OARcorp.com>
106
107        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
108        sections required by newer gcc versions.
109
1102006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * Makefile.am: Add preinstall.am.
113
1142005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * console/console.c: Eliminate unsigned32, unsigned8.
117        * include/bsp.h: Eliminate unsigned32.
118        * startup/bspstart.c: Eliminate unsigned32.
119
1202005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
121
122        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
123        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
124        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
125        startup/bspstart.c, startup/init5235.c, startup/linkcmds,
126        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
127
Note: See TracBrowser for help on using the repository browser.