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

4.104.115
Last change on this file since 64eb0c7 was 64eb0c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:19:37

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Eliminate *_SOURCES.
  • Property mode set to 100644
File size: 6.0 KB
RevLine 
[64eb0c7]12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate *_SOURCES.
4
[e94666d]52008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
8        components.
9
[c06b3fa]102008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
13
[95aa5e1]142008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * configure.ac: Make letting boot_card() handle work area allocation
17        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
18        BSP_BOOTCARD_OPTIONS.
19
[81f16002]202008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * startup/bspclean.c: Removed.
23
[ccceaf3]242008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * include/bsp.h: Remove unnecessary boilerplate comments.
27
[2bd5103]282008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * Makefile.am, startup/linkcmds: Use top level shared
31        bsp_get_work_area() implementation.
32        * startup/bspgetworkarea.c: Removed.
33
[a196084]342008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * startup/bspstart.c: Remove unnecessary includes of
37        rtems/libcsupport.h and rtems/libio.h.
38
[a444be6]392008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, configure.ac, startup/bspstart.c: Create
42        bsp_get_work_area() into its own file and use BSP Framework to
43        perform more initialization.
44        * startup/bspgetworkarea.c: New file.
45
[4909a30]462008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
49        phase, all prototypes were removed from bsp.h and empty
50        implementations were removed and made to use the shared stub.
51
[0c7d93f]522008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * console/console-io.c: Convert to "bool".
55
[dde1fedb]562008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
59        Framework to ask the BSP where it has memory for the RTEMS Workspace
60        and C Program Heap. These collectively are referred to as work area.
61        If the BSP supports this, then it does not have to include code to
62        split the available memory between the two areas. This reduces the
63        amount of code in the BSP specific bspstart.c file. Additionally, the
64        shared framework can initialize the C Library, call
65        rtems_debug_enable(), and dirty the work area memory. Until most/all
66        BSPs support this new capability, if the BSP supports this, it should
67        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
68        When the transition is complete, this autoconf macro can be removed.
69
[1d0ee80e]702008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * Makefile.am: Rework to avoid .rel files.
73
[6ea100c1]742008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * startup/bspstart.c: Refactored and renamed initialization routines to
77        rtems_initialize_data_structures, rtems_initialize_before_drivers,
78        rtems_initialize_device_drivers, and
79        rtems_initialize_start_multitasking. This opened the sequence up so
80        that bootcard() could provide a more robust and flexible framework
81        which is easier to explain and understand. This also lays the
82        groundwork for sharing the division of available memory between the
83        RTEMS workspace and heap and the C library initialization across all
84        BSPs.
85
[d1f57b5]862008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * startup/linkcmds: Add wildcard to gcc_except_table section so
89        programs compiled with gcc 4.3.x can link.
90
[4130d8e2]912007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
94        Configuration Table. Use the RTEMS provided accessor macros to obtain
95        configuration fields.
96
[cafa2c5]972007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
100        Configuration Table. Eliminate CPU Table from all ports. Delete
101        references to CPU Table in all forms.
102
[558bc25]1032007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
106        Table fields to the Configuration Table. This included
107        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
108        do_zero_of_workspace, extra_mpci_receive_server_stack,
109        stack_allocate_hook, and stack_free_hook. As a side-effect of this
110        effort some multiprocessing code was made conditional and some style
111        clean up occurred.
112
[2948f70]1132007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * bsp_specs: Remove qrtems_debug.
116
[2fb3035]1172007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * bsp_specs: Remove --oformat=...
120        Use old_link for -qrtems (Prevents *.link from killing endianness).
121
[a4819530]1222007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * bsp_specs: Remove lib (Now expected to exist in GCC).
125
[4b3756d7]1262007-03-12      Joel Sherrill <joel@OARcorp.com>
127
128        * console/console-io.c, startup/exception.S: Correct license URL and/or
129        fix mistake in copyright notice. Both of these mistakes appear to be
130        from code submitted after these changes were made previously.
131
[5d3d6d1a]1322007-03-10      Joel Sherrill <joel@OARcorp.com>
133
134        PR 1227/bsps
135        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
136        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
137
[fcb0cd46]1382006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * configure.ac: New BUG-REPORT address.
141
[aa4369c]1422006-11-15      Joel Sherrill <joel@OARcorp.com>
143
144        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
145        file and simplified initialization.
146
[57357d9]1472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * Makefile.am: Remove superfluous -DASM.
150
[754610f]1512006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * configure.ac: Require autoconf-2.60. Require automake-1.10.
154
[a71c31b]1552006-03-22      Joel Sherrill <joel@OARcorp.com>
156
157        * include/.cvsignore: New file.
158
[4ba5ac6]1592006-03-16      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * .cvsignore, liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S,
162        README, bsp_specs, configure.ac, startup/inittlb.c,
163        startup/bspstart.c, startup/idtmem.S, startup/exception.S,
164        startup/bspclean.c, startup/idttlb.S, startup/linkcmds,
165        include/tm27.h, include/bsp.h, clock/yamon_api.h,
166        clock/clockdrv.c, Makefile.am, start/start.S
167        console/yamon_api.h, console/console-io.c:
168        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
169
170        * The RBTX4938 BSP is for a Toshiba TX4938 evaluation board.
171
Note: See TracBrowser for help on using the repository browser.