source: rtems/c/src/lib/libbsp/mips/rbtx4938/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: 2.3 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: Remove --oformat=...
18        Use old_link for -qrtems (Prevents *.link from killing endianness).
19
202007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * bsp_specs: Remove lib (Now expected to exist in GCC).
23
242007-03-12      Joel Sherrill <joel@OARcorp.com>
25
26        * console/console-io.c, startup/exception.S: Correct license URL and/or
27        fix mistake in copyright notice. Both of these mistakes appear to be
28        from code submitted after these changes were made previously.
29
302007-03-10      Joel Sherrill <joel@OARcorp.com>
31
32        PR 1227/bsps
33        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
34        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
35
362006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: New BUG-REPORT address.
39
402006-11-15      Joel Sherrill <joel@OARcorp.com>
41
42        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
43        file and simplified initialization.
44
452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Remove superfluous -DASM.
48
492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * configure.ac: Require autoconf-2.60. Require automake-1.10.
52
532006-03-22      Joel Sherrill <joel@OARcorp.com>
54
55        * include/.cvsignore: New file.
56
572006-03-16      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * .cvsignore, liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S,
60        README, bsp_specs, configure.ac, startup/inittlb.c,
61        startup/bspstart.c, startup/idtmem.S, startup/exception.S,
62        startup/bspclean.c, startup/idttlb.S, startup/linkcmds,
63        include/tm27.h, include/bsp.h, clock/yamon_api.h,
64        clock/clockdrv.c, Makefile.am, start/start.S
65        console/yamon_api.h, console/console-io.c:
66        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
67
68        * The RBTX4938 BSP is for a Toshiba TX4938 evaluation board.
69
Note: See TracBrowser for help on using the repository browser.