source: rtems/c/src/lib/libbsp/mips/hurricane/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: 8.7 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-29      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * liblnk/regs.S: Remove (Renamed into liblnk/regs.h).
38        * liblnk/regs.h: New (Renamed from liblnk/regs.S).
39        * Makefile.am, liblnk/pmon.S: Reflect renamer.
40
412008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
44        of building libbspstart.a, using automake-rules.
45
462008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * liblnk/regs.S: Remove (Renamed into liblnk/regs.h).
49        * liblnk/regs.h: New (Renamed from liblnk/regs.S).
50        * Makefile.am, liblnk/pmon.S: Reflect renamer.
51
522008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Eliminate *_SOURCES.
55
562008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
59        components.
60
612008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Remove noinst_PROGRAMS (Unused).
64
652008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
68
692008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * start/start.S: Fix name of idtsim__exit.
72
732008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * configure.ac: Make letting boot_card() handle work area allocation
76        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
77        BSP_BOOTCARD_OPTIONS.
78
792008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * start/start.S: bsp_cleanup() had the same code which was executed
82        when you returned from boot_card() to start.S. So just use the stub
83        bsp_cleanup() implementation and remove a file.
84        * startup/bspclean.c: Removed.
85
862008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * include/bsp.h: Eliminate tm27 items from bsp.h
89
902008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * include/bsp.h: Remove unnecessary boilerplate comments.
93
942008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * Makefile.am, startup/linkcmds: Use top level shared
97        bsp_get_work_area() implementation.
98        * startup/bspgetworkarea.c: Removed.
99
1002008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
103        rtems/libcsupport.h and rtems/libio.h.
104
1052008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * Makefile.am, configure.ac, startup/bspstart.c: Split out
108        bsp_get_work_area() into its own file and user BSP Framework to
109        perform more initialization.
110        * startup/bspgetworkarea.c: New file.
111
1122008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * clock/ckinit.c: The Shared Memory Driver no longer requires the
115        special IOCTL in Clock_control. This was a hack which has existed
116        since before the Classic API Timer Manager was implemented. All
117        implementations of and references to Clock_control were removed.
118
1192008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * console/console.c: Convert to "bool".
122
1232008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
126        Framework to ask the BSP where it has memory for the RTEMS Workspace
127        and C Program Heap. These collectively are referred to as work area.
128        If the BSP supports this, then it does not have to include code to
129        split the available memory between the two areas. This reduces the
130        amount of code in the BSP specific bspstart.c file. Additionally, the
131        shared framework can initialize the C Library, call
132        rtems_debug_enable(), and dirty the work area memory. Until most/all
133        BSPs support this new capability, if the BSP supports this, it should
134        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
135        When the transition is complete, this autoconf macro can be removed.
136
1372008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * Makefile.am: Rework to avoid .rel files.
140
1412008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * startup/bspstart.c: Refactored and renamed initialization routines to
144        rtems_initialize_data_structures, rtems_initialize_before_drivers,
145        rtems_initialize_device_drivers, and
146        rtems_initialize_start_multitasking. This opened the sequence up so
147        that bootcard() could provide a more robust and flexible framework
148        which is easier to explain and understand. This also lays the
149        groundwork for sharing the division of available memory between the
150        RTEMS workspace and heap and the C library initialization across all
151        BSPs.
152
1532008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * startup/linkcmds: Add wildcard to gcc_except_table section so
156        programs compiled with gcc 4.3.x can link.
157
1582007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
161        Configuration Table. Use the RTEMS provided accessor macros to obtain
162        configuration fields.
163
1642007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
167        from CPU Table to Configuration Table. Eliminate CPU Table from all
168        ports. Delete references to CPU Table in all forms.
169
1702007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
173        Table fields to the Configuration Table. This included
174        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
175        do_zero_of_workspace, extra_mpci_receive_server_stack,
176        stack_allocate_hook, and stack_free_hook. As a side-effect of this
177        effort some multiprocessing code was made conditional and some style
178        clean up occurred.
179
1802007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * clock/ckinit.c, startup/bspstart.c: Eliminate the
183        clicks_per_microsecond field in the MIPS CPU Table and define another
184        mechanism for drivers to obtain this information.
185
1862007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * bsp_specs: Remove qrtems_debug.
189
1902007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * bsp_specs: Remove --oformat=...
193        Use old_link for -qrtems (Prevents *.link from killing endianness).
194
1952007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * bsp_specs: Remove lib (Now expected to exist in GCC).
198
1992007-03-12      Joel Sherrill <joel@OARcorp.com>
200
201        * clock/ckinit.c, startup/exception.S: Correct license URL and/or fix
202        mistake in copyright notice. Both of these mistakes appear to be from
203        code submitted after these changes were made previously.
204
2052007-03-10      Joel Sherrill <joel@OARcorp.com>
206
207        PR 1227/bsps
208        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
209        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
210
2112006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * include/bsp.h: Use uint32_t instead of unsigned32.
214
2152006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * configure.ac: New BUG-REPORT address.
218
2192006-11-15      Joel Sherrill <joel@OARcorp.com>
220
221        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
222        file and simplified initialization.
223
2242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        * Makefile.am: Remove superfluous -DASM.
227
2282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
229
230        * configure.ac: Require autoconf-2.60. Require automake-1.10.
231
2322006-09-11      Chris Johns <chrisj@rtems.org>
233
234        * include/usc.h: Remove extra CRLF.
235       
2362006-03-22      Joel Sherrill <joel@OARcorp.com>
237
238        * include/.cvsignore: New file.
239
2402006-03-16      Ralf Corsépius <ralf.corsepius@rtems.org>
241
242        * liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S, README,
243        bsp_specs, configure.ac, startup/inittlb.c, startup/bspstart.c,
244        startup/setvec.c, startup/ghlinkcmds, startup/idtmem.S,
245        startup/exception.S, startup/bspclean.c, startup/idttlb.S,
246        startup/linkcmds, include/usc.h, include/tm27.h, include/bsp.h,
247        include/coverhd.h, clock/clock.h, clock/clock.S, clock/ckinit.c,
248        Makefile.am, start/start.S, console/console.c, times:
249        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
250
251        * The HURRICANE BSP is for a Quick Logic Hurricane evaluation board.
252          This board has a PMC-Sierra RM5230 or RM5231 MIPS Processor.
Note: See TracBrowser for help on using the repository browser.