source: rtems/c/src/lib/libbsp/mips/hurricane/ChangeLog @ 2b2e3ef5

4.104.115
Last change on this file since 2b2e3ef5 was 2b2e3ef5, checked in by Joel Sherrill <joel.sherrill@…>, on 04/27/10 at 17:11:10

2010-04-27 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Revert previous change. Remove .reginfo from .bss section where it was present.
  • Property mode set to 100644
File size: 9.3 KB
Line 
12010-04-27      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * startup/linkcmds: Revert previous change. Remove .reginfo from .bss
4        section where it was present.
5
62010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
7
8        * startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
9
102009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * make/custom/hurricane.cfg: Remove RTEMS_BSP_FAMILY.
13
142009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Don't add -ansi -fasm to CFLAGS.
17
182009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * make/custom/hurricane.cfg: New (relocated from /make/custom).
21
222009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
25
26 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
29        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
30        have the same options.
31
322009-04-28      Chris Johns <chrisj@rtems.org>
33
34        * start/start.S: Update for boot_card command line change.
35
362009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        PR 1385/cpukit
39        * startup/exception.S: When the type rtems_boolean was switched to the
40        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
41        dispatching code accesses two boolean variables for scheduling
42        purposes and the assembly implementations of this code did not get
43        updated.
44
452008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * bsp_specs: Move -e start from *link to *startfile to avoid warning
48        for undefined entry symbol when linking relocatables with binutils
49        2.19.
50
512008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * Makefile.am, preinstall.am: Use shared tm27.h stub.
54        * include/tm27.h: Removed.
55
562008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * liblnk/regs.S: Remove (Renamed into liblnk/regs.h).
59        * liblnk/regs.h: New (Renamed from liblnk/regs.S).
60        * Makefile.am, liblnk/pmon.S: Reflect renamer.
61
622008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
65        of building libbspstart.a, using automake-rules.
66
672008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * liblnk/regs.S: Remove (Renamed into liblnk/regs.h).
70        * liblnk/regs.h: New (Renamed from liblnk/regs.S).
71        * Makefile.am, liblnk/pmon.S: Reflect renamer.
72
732008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Eliminate *_SOURCES.
76
772008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
80        components.
81
822008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Remove noinst_PROGRAMS (Unused).
85
862008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
89
902008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * start/start.S: Fix name of idtsim__exit.
93
942008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * configure.ac: Make letting boot_card() handle work area allocation
97        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
98        BSP_BOOTCARD_OPTIONS.
99
1002008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * start/start.S: bsp_cleanup() had the same code which was executed
103        when you returned from boot_card() to start.S. So just use the stub
104        bsp_cleanup() implementation and remove a file.
105        * startup/bspclean.c: Removed.
106
1072008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * include/bsp.h: Eliminate tm27 items from bsp.h
110
1112008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * include/bsp.h: Remove unnecessary boilerplate comments.
114
1152008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * Makefile.am, startup/linkcmds: Use top level shared
118        bsp_get_work_area() implementation.
119        * startup/bspgetworkarea.c: Removed.
120
1212008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
124        rtems/libcsupport.h and rtems/libio.h.
125
1262008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * Makefile.am, configure.ac, startup/bspstart.c: Split out
129        bsp_get_work_area() into its own file and user BSP Framework to
130        perform more initialization.
131        * startup/bspgetworkarea.c: New file.
132
1332008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * clock/ckinit.c: The Shared Memory Driver no longer requires the
136        special IOCTL in Clock_control. This was a hack which has existed
137        since before the Classic API Timer Manager was implemented. All
138        implementations of and references to Clock_control were removed.
139
1402008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * console/console.c: Convert to "bool".
143
1442008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
147        Framework to ask the BSP where it has memory for the RTEMS Workspace
148        and C Program Heap. These collectively are referred to as work area.
149        If the BSP supports this, then it does not have to include code to
150        split the available memory between the two areas. This reduces the
151        amount of code in the BSP specific bspstart.c file. Additionally, the
152        shared framework can initialize the C Library, call
153        rtems_debug_enable(), and dirty the work area memory. Until most/all
154        BSPs support this new capability, if the BSP supports this, it should
155        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
156        When the transition is complete, this autoconf macro can be removed.
157
1582008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * Makefile.am: Rework to avoid .rel files.
161
1622008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * startup/bspstart.c: Refactored and renamed initialization routines to
165        rtems_initialize_data_structures, rtems_initialize_before_drivers,
166        rtems_initialize_device_drivers, and
167        rtems_initialize_start_multitasking. This opened the sequence up so
168        that bootcard() could provide a more robust and flexible framework
169        which is easier to explain and understand. This also lays the
170        groundwork for sharing the division of available memory between the
171        RTEMS workspace and heap and the C library initialization across all
172        BSPs.
173
1742008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * startup/linkcmds: Add wildcard to gcc_except_table section so
177        programs compiled with gcc 4.3.x can link.
178
1792007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
182        Configuration Table. Use the RTEMS provided accessor macros to obtain
183        configuration fields.
184
1852007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
188        from CPU Table to Configuration Table. Eliminate CPU Table from all
189        ports. Delete references to CPU Table in all forms.
190
1912007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
194        Table fields to the Configuration Table. This included
195        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
196        do_zero_of_workspace, extra_mpci_receive_server_stack,
197        stack_allocate_hook, and stack_free_hook. As a side-effect of this
198        effort some multiprocessing code was made conditional and some style
199        clean up occurred.
200
2012007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
202
203        * clock/ckinit.c, startup/bspstart.c: Eliminate the
204        clicks_per_microsecond field in the MIPS CPU Table and define another
205        mechanism for drivers to obtain this information.
206
2072007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * bsp_specs: Remove qrtems_debug.
210
2112007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * bsp_specs: Remove --oformat=...
214        Use old_link for -qrtems (Prevents *.link from killing endianness).
215
2162007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * bsp_specs: Remove lib (Now expected to exist in GCC).
219
2202007-03-12      Joel Sherrill <joel@OARcorp.com>
221
222        * clock/ckinit.c, startup/exception.S: Correct license URL and/or fix
223        mistake in copyright notice. Both of these mistakes appear to be from
224        code submitted after these changes were made previously.
225
2262007-03-10      Joel Sherrill <joel@OARcorp.com>
227
228        PR 1227/bsps
229        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
230        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
231
2322006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
233
234        * include/bsp.h: Use uint32_t instead of unsigned32.
235
2362006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
237
238        * configure.ac: New BUG-REPORT address.
239
2402006-11-15      Joel Sherrill <joel@OARcorp.com>
241
242        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
243        file and simplified initialization.
244
2452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * Makefile.am: Remove superfluous -DASM.
248
2492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
250
251        * configure.ac: Require autoconf-2.60. Require automake-1.10.
252
2532006-09-11      Chris Johns <chrisj@rtems.org>
254
255        * include/usc.h: Remove extra CRLF.
256       
2572006-03-22      Joel Sherrill <joel@OARcorp.com>
258
259        * include/.cvsignore: New file.
260
2612006-03-16      Ralf Corsépius <ralf.corsepius@rtems.org>
262
263        * liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S, README,
264        bsp_specs, configure.ac, startup/inittlb.c, startup/bspstart.c,
265        startup/setvec.c, startup/ghlinkcmds, startup/idtmem.S,
266        startup/exception.S, startup/bspclean.c, startup/idttlb.S,
267        startup/linkcmds, include/usc.h, include/tm27.h, include/bsp.h,
268        include/coverhd.h, clock/clock.h, clock/clock.S, clock/ckinit.c,
269        Makefile.am, start/start.S, console/console.c, times:
270        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
271
272        * The HURRICANE BSP is for a Quick Logic Hurricane evaluation board.
273          This board has a PMC-Sierra RM5230 or RM5231 MIPS Processor.
Note: See TracBrowser for help on using the repository browser.