source: rtems/c/src/lib/libbsp/mips/rbtx4925/ChangeLog @ 6b2b37d2

4.104.115
Last change on this file since 6b2b37d2 was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

2009-09-15 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
4
5 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
8        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
9        have the same options.
10
112009-04-28      Chris Johns <chrisj@rtems.org>
12
13        * start/start.S: Update for boot_card command line change.
14
152009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        PR 1385/cpukit
18        * startup/exception.S: When the type rtems_boolean was switched to the
19        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
20        dispatching code accesses two boolean variables for scheduling
21        purposes and the assembly implementations of this code did not get
22        updated.
23
242008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * bsp_specs: Move -e start from *link to *startfile to avoid warning
27        for undefined entry symbol when linking relocatables with binutils
28        2.19.
29
302008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * Makefile.am, preinstall.am: Use shared tm27.h stub.
33        * include/tm27.h: Removed.
34
352008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
38        * Makefile.am: Reflect changes above.
39
402008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
43        of building libbspstart.a, using automake-rules.
44
452008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * liblnk/regs.S: Remove (Renamed into liblnk/regs.h).
48        * liblnk/regs.h: New (Renamed from liblnk/regs.S).
49        * Makefile.am, liblnk/pmon.S: Reflect renamer.
50
512008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Eliminate *_SOURCES.
54
552008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
58        components.
59
602008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
63
642008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * configure.ac: Make letting boot_card() handle work area allocation
67        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
68        BSP_BOOTCARD_OPTIONS.
69
702008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * startup/bspclean.c: Removed.
73
742008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * include/bsp.h: Remove unnecessary boilerplate comments.
77
782008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * Makefile.am, startup/linkcmds: Use top level shared
81        bsp_get_work_area() implementation.
82        * startup/bspgetworkarea.c: Removed.
83
842008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * startup/bspstart.c: Remove unnecessary includes of
87        rtems/libcsupport.h and rtems/libio.h.
88
892008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * Makefile.am, configure.ac, startup/bspstart.c: Create
92        bsp_get_work_area() into its own file and use BSP Framework to
93        perform more initialization.
94        * startup/bspgetworkarea.c: New file.
95
962008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
99        phase, all prototypes were removed from bsp.h and empty
100        implementations were removed and made to use the shared stub.
101
1022008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * console/console-io.c: Convert to "bool".
105
1062008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
109        Framework to ask the BSP where it has memory for the RTEMS Workspace
110        and C Program Heap. These collectively are referred to as work area.
111        If the BSP supports this, then it does not have to include code to
112        split the available memory between the two areas. This reduces the
113        amount of code in the BSP specific bspstart.c file. Additionally, the
114        shared framework can initialize the C Library, call
115        rtems_debug_enable(), and dirty the work area memory. Until most/all
116        BSPs support this new capability, if the BSP supports this, it should
117        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
118        When the transition is complete, this autoconf macro can be removed.
119
1202008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * Makefile.am: Rework to avoid .rel files.
123
1242008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * startup/bspstart.c: Refactored and renamed initialization routines to
127        rtems_initialize_data_structures, rtems_initialize_before_drivers,
128        rtems_initialize_device_drivers, and
129        rtems_initialize_start_multitasking. This opened the sequence up so
130        that bootcard() could provide a more robust and flexible framework
131        which is easier to explain and understand. This also lays the
132        groundwork for sharing the division of available memory between the
133        RTEMS workspace and heap and the C library initialization across all
134        BSPs.
135
1362008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * startup/linkcmds: Add wildcard to gcc_except_table section so
139        programs compiled with gcc 4.3.x can link.
140
1412007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
144        Configuration Table. Use the RTEMS provided accessor macros to obtain
145        configuration fields.
146
1472007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
150        Configuration Table. Eliminate CPU Table from all ports. Delete
151        references to CPU Table in all forms.
152
1532007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
156        Table fields to the Configuration Table. This included
157        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
158        do_zero_of_workspace, extra_mpci_receive_server_stack,
159        stack_allocate_hook, and stack_free_hook. As a side-effect of this
160        effort some multiprocessing code was made conditional and some style
161        clean up occurred.
162
1632007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * bsp_specs: Remove qrtems_debug.
166
1672007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * bsp_specs: Remove --oformat=...
170        Use old_link for -qrtems (Prevents *.link from killing endianness).
171
1722007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * bsp_specs: Remove lib (Now expected to exist in GCC).
175
1762007-03-12      Joel Sherrill <joel@OARcorp.com>
177
178        * console/console-io.c, startup/exception.S: Correct license URL and/or
179        fix mistake in copyright notice. Both of these mistakes appear to be
180        from code submitted after these changes were made previously.
181
1822007-03-10      Joel Sherrill <joel@OARcorp.com>
183
184        PR 1227/bsps
185        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
186        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
187
1882006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * configure.ac: New BUG-REPORT address.
191
1922006-11-15      Joel Sherrill <joel@OARcorp.com>
193
194        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
195        file and simplified initialization.
196
1972006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * Makefile.am: Remove superfluous -DASM.
200
2012006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
202
203        * configure.ac: Require autoconf-2.60. Require automake-1.10.
204
2052006-03-22      Joel Sherrill <joel@OARcorp.com>
206
207        * include/.cvsignore: New file.
208
2092006-03-16      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S,
212        README, bsp_specs, configure.ac, startup/inittlb.c,
213        startup/bspstart.c, startup/idtmem.S, startup/exception.S,
214        startup/bspclean.c, startup/idttlb.S, startup/linkcmds,
215        include/tm27.h, include/bsp.h, clock/clockdrv.c, Makefile.am,
216        start/start.S, console/console-io.c:
217        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
218
219        * The RBTX4925 BSP is for a Toshiba TX4925 evaluation board.
220
Note: See TracBrowser for help on using the repository browser.