source: rtems/c/src/lib/libbsp/mips/csb350/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.2 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-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * bsp_specs: Remove qrtems_debug.
14
152007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * bsp_specs: Use nostdlib instead of nostdlibs (bogus).
18        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
19        endianness).
20
212007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * bsp_specs: Remove lib (Now expected to exist in GCC).
24
252007-03-12      Joel Sherrill <joel@OARcorp.com>
26
27        * clock/clockdrv.c, console/console-io.c, include/bsp.h,
28        network/network.c, start/start.S, startup/bspclean.c,
29        startup/bspstart.c, timer/timer.c: Correct license URL and/or fix
30        mistake in copyright notice. Both of these mistakes appear to be from
31        code submitted after these changes were made previously.
32
332007-03-10      Joel Sherrill <joel@OARcorp.com>
34
35        PR 1227/bsps
36        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
37        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
38
392006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * configure.ac: New BUG-REPORT address.
42
432006-11-15      Joel Sherrill <joel@OARcorp.com>
44
45        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
46        file and simplified initialization.
47
482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Remove superfluous -DASM.
51
522006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Require autoconf-2.60. Require automake-1.10.
55
562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * configure.ac: Require automake-1.9.
59
602006-06-18      Joel Sherrill <joel@OARcorp.com>
61
62        * README:
63
642006-03-08      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: Add .gnu.linkonce.b.* section.
67
682006-02-08      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds: Add sections required by newer gcc versions.
71
722006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Add preinstall.am.
75
762005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * bsp_specs: Remove %cpp.
79
802005-07-06      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * console/console-io.c: Remove unused variable i.
83
842005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * include/bsp.h: New header guard.
87
882005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * clock/clockdrv.c, include/bsp.h, network/network.c,
91        startup/bspstart.c, timer/timer.c: Eliminate unsigned{8|16|32}.
92
932005-04-26      Joel Sherrill <joel@OARcorp.com>
94
95        * clock/clockdrv.c: Add include of rtems/bspIo.h.
96        * include/tm27.h: Delete TX3904 code and leave stub.
97        * network/network.c: Eliminate warnings.
98        * startup/bspclean.c: Add include of rtems/bspIo.h.  Reformat.
99
1002005-03-14      Joel Sherrill <joel@OARcorp.com>
101
102        * include/.cvsignore: Fixed typo.
103        * network/network.c: Now compiles with GCC 4.0.
104
1052005-03-04      Joel Sherrill <joel@OARcorp.com>
106
107        * .cvsignore, ChangeLog, include/.cvsignore: New files.
108
Note: See TracBrowser for help on using the repository browser.