source: rtems/c/src/lib/libbsp/m68k/csb360/ChangeLog @ d34d8692

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

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

  • include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
4        from CPU Table to Configuration Table. Eliminate CPU Table from all
5        ports. Delete references to CPU Table in all forms.
6
72007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
10        Table fields to the Configuration Table. This included
11        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
12        do_zero_of_workspace, extra_mpci_receive_server_stack,
13        stack_allocate_hook, and stack_free_hook. As a side-effect of this
14        effort some multiprocessing code was made conditional and some style
15        clean up occurred.
16
172007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
20        m68k CPU Table since it is never read.
21
222007-05-03      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Handle .data.* sections
25
262007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * bsp_specs: Remove qrtems_debug.
29
302007-03-12      Joel Sherrill <joel@OARcorp.com>
31
32        * console/console-io.c, include/bsp.h, start/start.S,
33        startup/bspclean.c, startup/bspstart.c, startup/init5272.c: Correct
34        license URL and/or fix mistake in copyright notice. Both of these
35        mistakes appear to be from code submitted after these changes were
36        made previously.
37
382007-03-11      Joel Sherrill <joel@OARcorp.com>
39
40        * startup/bspstart.c: Remove assignments of
41        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
42        value in boot_card.c
43
442007-03-10      Joel Sherrill <joel@OARcorp.com>
45
46        PR 1227/bsps
47        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
48        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
49
502006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * configure.ac: New BUG-REPORT address.
53
542006-11-15      Joel Sherrill <joel@OARcorp.com>
55
56        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
57        file and simplified initialization.
58
592006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Remove superfluous -DASM.
62
632006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * configure.ac: Require autoconf-2.60. Require automake-1.10.
66
672006-02-08      Joel Sherrill <joel@OARcorp.com>
68
69        * startup/linkcmds: Add sections required by newer gcc versions.
70
712006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * Makefile.am: Add preinstall.am.
74
752005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * bsp_specs: Remove %cpp.
78
792005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * include/bsp.h: New header guard.
82
832005-02-11      Joel Sherrill <joel@OARcorp.com>
84
85        * include/bsp.h: Correct type of symbols from linkcmds to compile with
86        gcc 4.x.
87
882005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
91
922005-01-04      Joel Sherrill <joel@OARcorp.com>
93
94        * console/console-io.c, startup/init5272.c: Remove warnings.
95
962005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Remove build-variant support.
99
1002004-11-25      Joel Sherrill <joel@OARcorp.com>
101
102        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
103
1042004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        * start/start.S: Reflect new header locations.
107
1082004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        * include/bsp.h, network/network.c, startup/bspstart.c,
111        startup/init5272.c: Use POSIX fixed-size types.
112
1132004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        * configure.ac: Require automake > 1.9.
116
1172004-09-15      Joel Sherrill <joel@OARcorp.com>
118
119        * README, times, network/network.c, start/start.S, startup/bspclean.c,
120        startup/bspstart.c, startup/init5272.c, startup/linkcmds: Use CVS Id.
121
1222004-08-03      Jay Monkman <jtm@lopingdog.com>
123
124        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
125        times, console/.cvsignore, console/console-io.c, include/.cvsignore,
126        include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c,
127        start/.cvsignore, start/start.S, startup/.cvsignore,
128        startup/bspclean.c, startup/bspstart.c, startup/init5272.c,
129        startup/linkcmds: New files.
130
Note: See TracBrowser for help on using the repository browser.