source: rtems/c/src/lib/libbsp/mips/hurricane/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: 7.1 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate *_SOURCES.
4
52008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
8        components.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove noinst_PROGRAMS (Unused).
13
142008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
17
182008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * start/start.S: Fix name of idtsim__exit.
21
222008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * configure.ac: Make letting boot_card() handle work area allocation
25        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
26        BSP_BOOTCARD_OPTIONS.
27
282008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * start/start.S: bsp_cleanup() had the same code which was executed
31        when you returned from boot_card() to start.S. So just use the stub
32        bsp_cleanup() implementation and remove a file.
33        * startup/bspclean.c: Removed.
34
352008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * include/bsp.h: Eliminate tm27 items from bsp.h
38
392008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * include/bsp.h: Remove unnecessary boilerplate comments.
42
432008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * Makefile.am, startup/linkcmds: Use top level shared
46        bsp_get_work_area() implementation.
47        * startup/bspgetworkarea.c: Removed.
48
492008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
52        rtems/libcsupport.h and rtems/libio.h.
53
542008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am, configure.ac, startup/bspstart.c: Split out
57        bsp_get_work_area() into its own file and user BSP Framework to
58        perform more initialization.
59        * startup/bspgetworkarea.c: New file.
60
612008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * clock/ckinit.c: The Shared Memory Driver no longer requires the
64        special IOCTL in Clock_control. This was a hack which has existed
65        since before the Classic API Timer Manager was implemented. All
66        implementations of and references to Clock_control were removed.
67
682008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * console/console.c: Convert to "bool".
71
722008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
75        Framework to ask the BSP where it has memory for the RTEMS Workspace
76        and C Program Heap. These collectively are referred to as work area.
77        If the BSP supports this, then it does not have to include code to
78        split the available memory between the two areas. This reduces the
79        amount of code in the BSP specific bspstart.c file. Additionally, the
80        shared framework can initialize the C Library, call
81        rtems_debug_enable(), and dirty the work area memory. Until most/all
82        BSPs support this new capability, if the BSP supports this, it should
83        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
84        When the transition is complete, this autoconf macro can be removed.
85
862008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * Makefile.am: Rework to avoid .rel files.
89
902008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * startup/bspstart.c: Refactored and renamed initialization routines to
93        rtems_initialize_data_structures, rtems_initialize_before_drivers,
94        rtems_initialize_device_drivers, and
95        rtems_initialize_start_multitasking. This opened the sequence up so
96        that bootcard() could provide a more robust and flexible framework
97        which is easier to explain and understand. This also lays the
98        groundwork for sharing the division of available memory between the
99        RTEMS workspace and heap and the C library initialization across all
100        BSPs.
101
1022008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * startup/linkcmds: Add wildcard to gcc_except_table section so
105        programs compiled with gcc 4.3.x can link.
106
1072007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
110        Configuration Table. Use the RTEMS provided accessor macros to obtain
111        configuration fields.
112
1132007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
116        from CPU Table to Configuration Table. Eliminate CPU Table from all
117        ports. Delete references to CPU Table in all forms.
118
1192007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
122        Table fields to the Configuration Table. This included
123        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
124        do_zero_of_workspace, extra_mpci_receive_server_stack,
125        stack_allocate_hook, and stack_free_hook. As a side-effect of this
126        effort some multiprocessing code was made conditional and some style
127        clean up occurred.
128
1292007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * clock/ckinit.c, startup/bspstart.c: Eliminate the
132        clicks_per_microsecond field in the MIPS CPU Table and define another
133        mechanism for drivers to obtain this information.
134
1352007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * bsp_specs: Remove qrtems_debug.
138
1392007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * bsp_specs: Remove --oformat=...
142        Use old_link for -qrtems (Prevents *.link from killing endianness).
143
1442007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * bsp_specs: Remove lib (Now expected to exist in GCC).
147
1482007-03-12      Joel Sherrill <joel@OARcorp.com>
149
150        * clock/ckinit.c, startup/exception.S: Correct license URL and/or fix
151        mistake in copyright notice. Both of these mistakes appear to be from
152        code submitted after these changes were made previously.
153
1542007-03-10      Joel Sherrill <joel@OARcorp.com>
155
156        PR 1227/bsps
157        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
158        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
159
1602006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * include/bsp.h: Use uint32_t instead of unsigned32.
163
1642006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * configure.ac: New BUG-REPORT address.
167
1682006-11-15      Joel Sherrill <joel@OARcorp.com>
169
170        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
171        file and simplified initialization.
172
1732006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * Makefile.am: Remove superfluous -DASM.
176
1772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * configure.ac: Require autoconf-2.60. Require automake-1.10.
180
1812006-09-11      Chris Johns <chrisj@rtems.org>
182
183        * include/usc.h: Remove extra CRLF.
184       
1852006-03-22      Joel Sherrill <joel@OARcorp.com>
186
187        * include/.cvsignore: New file.
188
1892006-03-16      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * liblnk/pmon.S, liblnk/regs.S, liblnk/lnklib.S, README,
192        bsp_specs, configure.ac, startup/inittlb.c, startup/bspstart.c,
193        startup/setvec.c, startup/ghlinkcmds, startup/idtmem.S,
194        startup/exception.S, startup/bspclean.c, startup/idttlb.S,
195        startup/linkcmds, include/usc.h, include/tm27.h, include/bsp.h,
196        include/coverhd.h, clock/clock.h, clock/clock.S, clock/ckinit.c,
197        Makefile.am, start/start.S, console/console.c, times:
198        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
199
200        * The HURRICANE BSP is for a Quick Logic Hurricane evaluation board.
201          This board has a PMC-Sierra RM5230 or RM5231 MIPS Processor.
Note: See TracBrowser for help on using the repository browser.