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

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

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

  • 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: 2.5 KB
Line 
12007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
4        Configuration Table. Eliminate CPU Table from all ports. Delete
5        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-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * bsp_specs: Remove qrtems_debug.
20
212007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * bsp_specs: Remove --oformat=...
24        Use old_link for -qrtems (Prevents *.link from killing endianness).
25
262007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * bsp_specs: Remove lib (Now expected to exist in GCC).
29
302007-03-12      Joel Sherrill <joel@OARcorp.com>
31
32        * console/console-io.c, startup/exception.S: Correct license URL and/or
33        fix mistake in copyright notice. Both of these mistakes appear to be
34        from code submitted after these changes were made previously.
35
362007-03-10      Joel Sherrill <joel@OARcorp.com>
37
38        PR 1227/bsps
39        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
40        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
41
422006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * configure.ac: New BUG-REPORT address.
45
462006-11-15      Joel Sherrill <joel@OARcorp.com>
47
48        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
49        file and simplified initialization.
50
512006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Remove superfluous -DASM.
54
552006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * configure.ac: Require autoconf-2.60. Require automake-1.10.
58
592006-03-22      Joel Sherrill <joel@OARcorp.com>
60
61        * include/.cvsignore: New file.
62
632006-03-16      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * .cvsignore, liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S,
66        README, bsp_specs, configure.ac, startup/inittlb.c,
67        startup/bspstart.c, startup/idtmem.S, startup/exception.S,
68        startup/bspclean.c, startup/idttlb.S, startup/linkcmds,
69        include/tm27.h, include/bsp.h, clock/yamon_api.h,
70        clock/clockdrv.c, Makefile.am, start/start.S
71        console/yamon_api.h, console/console-io.c:
72        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
73
74        * The RBTX4938 BSP is for a Toshiba TX4938 evaluation board.
75
Note: See TracBrowser for help on using the repository browser.