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

4.104.115
Last change on this file since d2c730f8 was d2c730f8, checked in by Joel Sherrill <joel.sherrill@…>, on 03/12/09 at 14:18:21

2009-03-12 Joel Sherrill <joel.sherrill@…>

PR 1385/cpukit

  • startup/exception.S: When the type rtems_boolean was switched to the C99 bool, the size changed from 4 bytes to 1 byte. The interrupt dispatching code accesses two boolean variables for scheduling purposes and the assembly implementations of this code did not get updated.
  • Property mode set to 100644
File size: 7.2 KB
Line 
12009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        PR 1385/cpukit
4        * startup/exception.S: When the type rtems_boolean was switched to the
5        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
6        dispatching code accesses two boolean variables for scheduling
7        purposes and the assembly implementations of this code did not get
8        updated.
9
102008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * bsp_specs: Move -e start from *link to *startfile to avoid warning
13        for undefined entry symbol when linking relocatables with binutils
14        2.19.
15
162008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * Makefile.am, preinstall.am: Use shared tm27.h stub.
19        * include/tm27.h: Removed.
20
212008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
24        * Makefile.am: Reflect changes above.
25
262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
29        of building libbspstart.a, using automake-rules.
30
312008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * liblnk/regs.S: Remove (Rename into liblnk/regs.h).
34        * liblnk/regs.h: New (Renamed from liblnk/regs.S).
35        * Makefile.am, liblnk/pmon.S: Reflect renamer.
36
372008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Eliminate *_SOURCES.
40
412008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
44        components.
45
462008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
49
502008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * configure.ac: Make letting boot_card() handle work area allocation
53        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
54        BSP_BOOTCARD_OPTIONS.
55
562008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * startup/bspclean.c: Removed.
59
602008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * include/bsp.h: Remove unnecessary boilerplate comments.
63
642008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * Makefile.am, startup/linkcmds: Use top level shared
67        bsp_get_work_area() implementation.
68        * startup/bspgetworkarea.c: Removed.
69
702008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * startup/bspstart.c: Remove unnecessary includes of
73        rtems/libcsupport.h and rtems/libio.h.
74
752008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * Makefile.am, configure.ac, startup/bspstart.c: Create
78        bsp_get_work_area() into its own file and use BSP Framework to
79        perform more initialization.
80        * startup/bspgetworkarea.c: New file.
81
822008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
85        phase, all prototypes were removed from bsp.h and empty
86        implementations were removed and made to use the shared stub.
87
882008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * console/console-io.c: Convert to "bool".
91
922008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
95        Framework to ask the BSP where it has memory for the RTEMS Workspace
96        and C Program Heap. These collectively are referred to as work area.
97        If the BSP supports this, then it does not have to include code to
98        split the available memory between the two areas. This reduces the
99        amount of code in the BSP specific bspstart.c file. Additionally, the
100        shared framework can initialize the C Library, call
101        rtems_debug_enable(), and dirty the work area memory. Until most/all
102        BSPs support this new capability, if the BSP supports this, it should
103        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
104        When the transition is complete, this autoconf macro can be removed.
105
1062008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * Makefile.am: Rework to avoid .rel files.
109
1102008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * startup/bspstart.c: Refactored and renamed initialization routines to
113        rtems_initialize_data_structures, rtems_initialize_before_drivers,
114        rtems_initialize_device_drivers, and
115        rtems_initialize_start_multitasking. This opened the sequence up so
116        that bootcard() could provide a more robust and flexible framework
117        which is easier to explain and understand. This also lays the
118        groundwork for sharing the division of available memory between the
119        RTEMS workspace and heap and the C library initialization across all
120        BSPs.
121
1222008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * startup/linkcmds: Add wildcard to gcc_except_table section so
125        programs compiled with gcc 4.3.x can link.
126
1272007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
130        Configuration Table. Use the RTEMS provided accessor macros to obtain
131        configuration fields.
132
1332007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
136        Configuration Table. Eliminate CPU Table from all ports. Delete
137        references to CPU Table in all forms.
138
1392007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
142        Table fields to the Configuration Table. This included
143        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
144        do_zero_of_workspace, extra_mpci_receive_server_stack,
145        stack_allocate_hook, and stack_free_hook. As a side-effect of this
146        effort some multiprocessing code was made conditional and some style
147        clean up occurred.
148
1492007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * bsp_specs: Remove qrtems_debug.
152
1532007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * bsp_specs: Remove --oformat=...
156        Use old_link for -qrtems (Prevents *.link from killing endianness).
157
1582007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * bsp_specs: Remove lib (Now expected to exist in GCC).
161
1622007-03-12      Joel Sherrill <joel@OARcorp.com>
163
164        * console/console-io.c, startup/exception.S: Correct license URL and/or
165        fix mistake in copyright notice. Both of these mistakes appear to be
166        from code submitted after these changes were made previously.
167
1682007-03-10      Joel Sherrill <joel@OARcorp.com>
169
170        PR 1227/bsps
171        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
172        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
173
1742006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * configure.ac: New BUG-REPORT address.
177
1782006-11-15      Joel Sherrill <joel@OARcorp.com>
179
180        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
181        file and simplified initialization.
182
1832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * Makefile.am: Remove superfluous -DASM.
186
1872006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * configure.ac: Require autoconf-2.60. Require automake-1.10.
190
1912006-03-22      Joel Sherrill <joel@OARcorp.com>
192
193        * include/.cvsignore: New file.
194
1952006-03-16      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * .cvsignore, liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S,
198        README, bsp_specs, configure.ac, startup/inittlb.c,
199        startup/bspstart.c, startup/idtmem.S, startup/exception.S,
200        startup/bspclean.c, startup/idttlb.S, startup/linkcmds,
201        include/tm27.h, include/bsp.h, clock/yamon_api.h,
202        clock/clockdrv.c, Makefile.am, start/start.S
203        console/yamon_api.h, console/console-io.c:
204        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
205
206        * The RBTX4938 BSP is for a Toshiba TX4938 evaluation board.
207
Note: See TracBrowser for help on using the repository browser.