source: rtems/c/src/lib/libbsp/nios2/nios2_iss/ChangeLog @ 4e4dc3a

4.104.115
Last change on this file since 4e4dc3a was 4e4dc3a, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 16:39:15

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared stub coverhd.h
  • include/coverhd.h: Removed.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, preinstall.am: Use shared stub coverhd.h
4        * include/coverhd.h: Removed.
5
62008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
9        of building libbspstart.a, using automake-rules.
10
112008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
14        * Makefile.am: Reflect changes above.
15
162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate *_SOURCES.
19
202008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
23        components.
24
252008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Remove noinst_PROGRAMS (Unused).
28
292008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Cosmetics.
32
332008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * configure.ac: Make letting boot_card() handle work area allocation
36        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
37        BSP_BOOTCARD_OPTIONS.
38
392008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, configure.ac: BSP specific bsp_cleanup() is a dupe of a
42        shared one.
43        * startup/bspclean.c: Removed.
44
452008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * include/bsp.h: Remove unnecessary boilerplate comments.
48
492008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * Makefile.am, include/bsp.h, startup/linkcmds: Use top level shared
52        bsp_get_work_area() implementation.
53        * startup/bspgetworkarea.c: Removed.
54
552008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * Makefile.am, startup/bspstart.c: Create bsp_get_work_area() into its
58        own file and use BSP Framework to perform more initialization.
59        * startup/bspgetworkarea.c: New file.
60
612008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
64        phase, all prototypes were removed from bsp.h and empty
65        implementations were removed and made to use the shared stub.
66
672008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * console/console.c, timer/timer.c: Convert to "bool".
70
712008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * timer/timer.c: Eliminate empty function from every benchmark timer
74        driver. Fix spelling.
75
762008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * timer/timer.c: Rename timer driver methods to follow RTEMS
79        programming conventions.
80
812008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
84        Framework to ask the BSP where it has memory for the RTEMS Workspace
85        and C Program Heap. These collectively are referred to as work area.
86        If the BSP supports this, then it does not have to include code to
87        split the available memory between the two areas. This reduces the
88        amount of code in the BSP specific bspstart.c file. Additionally, the
89        shared framework can initialize the C Library, call
90        rtems_debug_enable(), and dirty the work area memory. Until most/all
91        BSPs support this new capability, if the BSP supports this, it should
92        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
93        When the transition is complete, this autoconf macro can be removed.
94
952008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * Makefile.am: Rework to avoid .rel files.
98
992008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * startup/bspstart.c: Refactored and renamed initialization routines to
102        rtems_initialize_data_structures, rtems_initialize_before_drivers,
103        rtems_initialize_device_drivers, and
104        rtems_initialize_start_multitasking. This opened the sequence up so
105        that bootcard() could provide a more robust and flexible framework
106        which is easier to explain and understand. This also lays the
107        groundwork for sharing the division of available memory between the
108        RTEMS workspace and heap and the C library initialization across all
109        BSPs.
110
1112008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * startup/linkcmds: Add wildcard to gcc_except_table section so
114        programs compiled with gcc 4.3.x can link.
115
1162007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
119        the Configuration Table. Use the RTEMS provided accessor macros to
120        obtain configuration fields.
121
1222007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * console/console.c, include/bsp.h, startup/bspstart.c: Move
125        interrupt_stack_size field from CPU Table to Configuration Table.
126        Eliminate CPU Table from all ports. Delete references to CPU Table in
127        all forms.
128
1292007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * console/console.c, startup/bspstart.c: Moved most of the remaining
132        CPU Table fields to the Configuration Table. This included
133        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
134        do_zero_of_workspace, extra_mpci_receive_server_stack,
135        stack_allocate_hook, and stack_free_hook. As a side-effect of this
136        effort some multiprocessing code was made conditional and some style
137        clean up occurred.
138
1392007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        PR 1257/bsps
142        * startup/bspclean.c: Code outside of cpukit should use the public API
143        for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
144        public API and directly accessing _CPU_ISR_Disable and
145        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
146        directive which could lead to problems. This patch also changes the
147        type of the variable passed into these routines and addresses minor
148        style issues.
149
1502007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * bsp_specs: Remove qrtems_debug.
153        Remove *cpp:.
154
1552007-03-12      Joel Sherrill <joel@OARcorp.com>
156
157        * include/coverhd.h: Correct license URL and/or fix mistake in
158        copyright notice. Both of these mistakes appear to be from code
159        submitted after these changes were made previously.
160
1612007-01-08      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * Makefile.am: Use preinstall.am.
164
1652006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
166
167        * configure.ac: New BUG-REPORT address.
168
1692006-11-15      Joel Sherrill <joel@OARcorp.com>
170
171        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
172        file and simplified initialization.
173
1742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * Makefile.am: Remove superfluous -DASM.
177
1782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * configure.ac: Require autoconf-2.60. Require automake-1.10.
181
1822006-08-10      Joel Sherrill <joel@OARcorp.com>
183
184        * .cvsignore: New file.
185
1862006-08-09      Kolja Waschk <waschk@telos.de>
187
188        * clock/clock.c: New file.
189
1902005-12-12  Kolja Waschk
191
192    * derived from no_cpu BSP
193
Note: See TracBrowser for help on using the repository browser.