source: rtems/c/src/lib/libbsp/mips/rbtx4938/ChangeLog @ d1f57b5

4.104.114.95
Last change on this file since d1f57b5 was d1f57b5, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/08 at 23:07:47

2008-03-03 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
  • Property mode set to 100644
File size: 2.9 KB
Line 
12008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/linkcmds: Add wildcard to gcc_except_table section so
4        programs compiled with gcc 4.3.x can link.
5
62007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
9        Configuration Table. Use the RTEMS provided accessor macros to obtain
10        configuration fields.
11
122007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
15        Configuration Table. Eliminate CPU Table from all ports. Delete
16        references to CPU Table in all forms.
17
182007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
21        Table fields to the Configuration Table. This included
22        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
23        do_zero_of_workspace, extra_mpci_receive_server_stack,
24        stack_allocate_hook, and stack_free_hook. As a side-effect of this
25        effort some multiprocessing code was made conditional and some style
26        clean up occurred.
27
282007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * bsp_specs: Remove qrtems_debug.
31
322007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * bsp_specs: Remove --oformat=...
35        Use old_link for -qrtems (Prevents *.link from killing endianness).
36
372007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * bsp_specs: Remove lib (Now expected to exist in GCC).
40
412007-03-12      Joel Sherrill <joel@OARcorp.com>
42
43        * console/console-io.c, startup/exception.S: Correct license URL and/or
44        fix mistake in copyright notice. Both of these mistakes appear to be
45        from code submitted after these changes were made previously.
46
472007-03-10      Joel Sherrill <joel@OARcorp.com>
48
49        PR 1227/bsps
50        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
51        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
52
532006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * configure.ac: New BUG-REPORT address.
56
572006-11-15      Joel Sherrill <joel@OARcorp.com>
58
59        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
60        file and simplified initialization.
61
622006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Remove superfluous -DASM.
65
662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * configure.ac: Require autoconf-2.60. Require automake-1.10.
69
702006-03-22      Joel Sherrill <joel@OARcorp.com>
71
72        * include/.cvsignore: New file.
73
742006-03-16      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * .cvsignore, liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S,
77        README, bsp_specs, configure.ac, startup/inittlb.c,
78        startup/bspstart.c, startup/idtmem.S, startup/exception.S,
79        startup/bspclean.c, startup/idttlb.S, startup/linkcmds,
80        include/tm27.h, include/bsp.h, clock/yamon_api.h,
81        clock/clockdrv.c, Makefile.am, start/start.S
82        console/yamon_api.h, console/console-io.c:
83        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
84
85        * The RBTX4938 BSP is for a Toshiba TX4938 evaluation board.
86
Note: See TracBrowser for help on using the repository browser.