source: rtems/c/src/lib/libbsp/m68k/csb360/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: 3.7 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-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
14        m68k CPU Table since it is never read.
15
162007-05-03      Joel Sherrill <joel@OARcorp.com>
17
18        * startup/linkcmds: Handle .data.* sections
19
202007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * bsp_specs: Remove qrtems_debug.
23
242007-03-12      Joel Sherrill <joel@OARcorp.com>
25
26        * console/console-io.c, include/bsp.h, start/start.S,
27        startup/bspclean.c, startup/bspstart.c, startup/init5272.c: Correct
28        license URL and/or fix mistake in copyright notice. Both of these
29        mistakes appear to be from code submitted after these changes were
30        made previously.
31
322007-03-11      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/bspstart.c: Remove assignments of
35        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
36        value in boot_card.c
37
382007-03-10      Joel Sherrill <joel@OARcorp.com>
39
40        PR 1227/bsps
41        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
42        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
43
442006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: New BUG-REPORT address.
47
482006-11-15      Joel Sherrill <joel@OARcorp.com>
49
50        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
51        file and simplified initialization.
52
532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Remove superfluous -DASM.
56
572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * configure.ac: Require autoconf-2.60. Require automake-1.10.
60
612006-02-08      Joel Sherrill <joel@OARcorp.com>
62
63        * startup/linkcmds: Add sections required by newer gcc versions.
64
652006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Add preinstall.am.
68
692005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * bsp_specs: Remove %cpp.
72
732005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * include/bsp.h: New header guard.
76
772005-02-11      Joel Sherrill <joel@OARcorp.com>
78
79        * include/bsp.h: Correct type of symbols from linkcmds to compile with
80        gcc 4.x.
81
822005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
85
862005-01-04      Joel Sherrill <joel@OARcorp.com>
87
88        * console/console-io.c, startup/init5272.c: Remove warnings.
89
902005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Remove build-variant support.
93
942004-11-25      Joel Sherrill <joel@OARcorp.com>
95
96        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
97
982004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        * start/start.S: Reflect new header locations.
101
1022004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        * include/bsp.h, network/network.c, startup/bspstart.c,
105        startup/init5272.c: Use POSIX fixed-size types.
106
1072004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        * configure.ac: Require automake > 1.9.
110
1112004-09-15      Joel Sherrill <joel@OARcorp.com>
112
113        * README, times, network/network.c, start/start.S, startup/bspclean.c,
114        startup/bspstart.c, startup/init5272.c, startup/linkcmds: Use CVS Id.
115
1162004-08-03      Jay Monkman <jtm@lopingdog.com>
117
118        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
119        times, console/.cvsignore, console/console-io.c, include/.cvsignore,
120        include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c,
121        start/.cvsignore, start/start.S, startup/.cvsignore,
122        startup/bspclean.c, startup/bspstart.c, startup/init5272.c,
123        startup/linkcmds: New files.
124
Note: See TracBrowser for help on using the repository browser.