source: rtems/c/src/lib/libbsp/mips/rbtx4925/ChangeLog @ 2211b75c

4.104.114.95
Last change on this file since 2211b75c was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • Property mode set to 100644
File size: 3.5 KB
Line 
12008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Rework to avoid .rel files.
4
52008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Refactored and renamed initialization routines to
8        rtems_initialize_data_structures, rtems_initialize_before_drivers,
9        rtems_initialize_device_drivers, and
10        rtems_initialize_start_multitasking. This opened the sequence up so
11        that bootcard() could provide a more robust and flexible framework
12        which is easier to explain and understand. This also lays the
13        groundwork for sharing the division of available memory between the
14        RTEMS workspace and heap and the C library initialization across all
15        BSPs.
16
172008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * startup/linkcmds: Add wildcard to gcc_except_table section so
20        programs compiled with gcc 4.3.x can link.
21
222007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
25        Configuration Table. Use the RTEMS provided accessor macros to obtain
26        configuration fields.
27
282007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
31        Configuration Table. Eliminate CPU Table from all ports. Delete
32        references to CPU Table in all forms.
33
342007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
37        Table fields to the Configuration Table. This included
38        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
39        do_zero_of_workspace, extra_mpci_receive_server_stack,
40        stack_allocate_hook, and stack_free_hook. As a side-effect of this
41        effort some multiprocessing code was made conditional and some style
42        clean up occurred.
43
442007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * bsp_specs: Remove qrtems_debug.
47
482007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * bsp_specs: Remove --oformat=...
51        Use old_link for -qrtems (Prevents *.link from killing endianness).
52
532007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * bsp_specs: Remove lib (Now expected to exist in GCC).
56
572007-03-12      Joel Sherrill <joel@OARcorp.com>
58
59        * console/console-io.c, startup/exception.S: Correct license URL and/or
60        fix mistake in copyright notice. Both of these mistakes appear to be
61        from code submitted after these changes were made previously.
62
632007-03-10      Joel Sherrill <joel@OARcorp.com>
64
65        PR 1227/bsps
66        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
67        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
68
692006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * configure.ac: New BUG-REPORT address.
72
732006-11-15      Joel Sherrill <joel@OARcorp.com>
74
75        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
76        file and simplified initialization.
77
782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * Makefile.am: Remove superfluous -DASM.
81
822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * configure.ac: Require autoconf-2.60. Require automake-1.10.
85
862006-03-22      Joel Sherrill <joel@OARcorp.com>
87
88        * include/.cvsignore: New file.
89
902006-03-16      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S,
93        README, bsp_specs, configure.ac, startup/inittlb.c,
94        startup/bspstart.c, startup/idtmem.S, startup/exception.S,
95        startup/bspclean.c, startup/idttlb.S, startup/linkcmds,
96        include/tm27.h, include/bsp.h, clock/clockdrv.c, Makefile.am,
97        start/start.S, console/console-io.c:
98        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
99
100        * The RBTX4925 BSP is for a Toshiba TX4925 evaluation board.
101
Note: See TracBrowser for help on using the repository browser.