source: rtems/c/src/lib/libbsp/mips/rbtx4938/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: 2.7 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-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * bsp_specs: Remove qrtems_debug.
26
272007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * bsp_specs: Remove --oformat=...
30        Use old_link for -qrtems (Prevents *.link from killing endianness).
31
322007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * bsp_specs: Remove lib (Now expected to exist in GCC).
35
362007-03-12      Joel Sherrill <joel@OARcorp.com>
37
38        * console/console-io.c, startup/exception.S: Correct license URL and/or
39        fix mistake in copyright notice. Both of these mistakes appear to be
40        from code submitted after these changes were made previously.
41
422007-03-10      Joel Sherrill <joel@OARcorp.com>
43
44        PR 1227/bsps
45        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
46        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
47
482006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * configure.ac: New BUG-REPORT address.
51
522006-11-15      Joel Sherrill <joel@OARcorp.com>
53
54        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
55        file and simplified initialization.
56
572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * Makefile.am: Remove superfluous -DASM.
60
612006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * configure.ac: Require autoconf-2.60. Require automake-1.10.
64
652006-03-22      Joel Sherrill <joel@OARcorp.com>
66
67        * include/.cvsignore: New file.
68
692006-03-16      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * .cvsignore, liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S,
72        README, bsp_specs, configure.ac, startup/inittlb.c,
73        startup/bspstart.c, startup/idtmem.S, startup/exception.S,
74        startup/bspclean.c, startup/idttlb.S, startup/linkcmds,
75        include/tm27.h, include/bsp.h, clock/yamon_api.h,
76        clock/clockdrv.c, Makefile.am, start/start.S
77        console/yamon_api.h, console/console-io.c:
78        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
79
80        * The RBTX4938 BSP is for a Toshiba TX4938 evaluation board.
81
Note: See TracBrowser for help on using the repository browser.