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

4.104.115
Last change on this file since 4ba8866 was 4ba8866, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 01:27:11

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove noinst_PROGRAMS (Unused).
  • Property mode set to 100644
File size: 5.8 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove noinst_PROGRAMS (Unused).
4
52008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Cosmetics.
8
92008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * configure.ac: Make letting boot_card() handle work area allocation
12        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
13        BSP_BOOTCARD_OPTIONS.
14
152008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * Makefile.am, configure.ac: BSP specific bsp_cleanup() is a dupe of a
18        shared one.
19        * startup/bspclean.c: Removed.
20
212008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * include/bsp.h: Remove unnecessary boilerplate comments.
24
252008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * Makefile.am, include/bsp.h, startup/linkcmds: Use top level shared
28        bsp_get_work_area() implementation.
29        * startup/bspgetworkarea.c: Removed.
30
312008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * Makefile.am, startup/bspstart.c: Create bsp_get_work_area() into its
34        own file and use BSP Framework to perform more initialization.
35        * startup/bspgetworkarea.c: New file.
36
372008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
40        phase, all prototypes were removed from bsp.h and empty
41        implementations were removed and made to use the shared stub.
42
432008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * console/console.c, timer/timer.c: Convert to "bool".
46
472008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * timer/timer.c: Eliminate empty function from every benchmark timer
50        driver. Fix spelling.
51
522008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * timer/timer.c: Rename timer driver methods to follow RTEMS
55        programming conventions.
56
572008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
60        Framework to ask the BSP where it has memory for the RTEMS Workspace
61        and C Program Heap. These collectively are referred to as work area.
62        If the BSP supports this, then it does not have to include code to
63        split the available memory between the two areas. This reduces the
64        amount of code in the BSP specific bspstart.c file. Additionally, the
65        shared framework can initialize the C Library, call
66        rtems_debug_enable(), and dirty the work area memory. Until most/all
67        BSPs support this new capability, if the BSP supports this, it should
68        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
69        When the transition is complete, this autoconf macro can be removed.
70
712008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * Makefile.am: Rework to avoid .rel files.
74
752008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * startup/bspstart.c: Refactored and renamed initialization routines to
78        rtems_initialize_data_structures, rtems_initialize_before_drivers,
79        rtems_initialize_device_drivers, and
80        rtems_initialize_start_multitasking. This opened the sequence up so
81        that bootcard() could provide a more robust and flexible framework
82        which is easier to explain and understand. This also lays the
83        groundwork for sharing the division of available memory between the
84        RTEMS workspace and heap and the C library initialization across all
85        BSPs.
86
872008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * startup/linkcmds: Add wildcard to gcc_except_table section so
90        programs compiled with gcc 4.3.x can link.
91
922007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
95        the Configuration Table. Use the RTEMS provided accessor macros to
96        obtain configuration fields.
97
982007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * console/console.c, include/bsp.h, startup/bspstart.c: Move
101        interrupt_stack_size field from CPU Table to Configuration Table.
102        Eliminate CPU Table from all ports. Delete references to CPU Table in
103        all forms.
104
1052007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * console/console.c, startup/bspstart.c: Moved most of the remaining
108        CPU Table fields to the Configuration Table. This included
109        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
110        do_zero_of_workspace, extra_mpci_receive_server_stack,
111        stack_allocate_hook, and stack_free_hook. As a side-effect of this
112        effort some multiprocessing code was made conditional and some style
113        clean up occurred.
114
1152007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        PR 1257/bsps
118        * startup/bspclean.c: Code outside of cpukit should use the public API
119        for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
120        public API and directly accessing _CPU_ISR_Disable and
121        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
122        directive which could lead to problems. This patch also changes the
123        type of the variable passed into these routines and addresses minor
124        style issues.
125
1262007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * bsp_specs: Remove qrtems_debug.
129        Remove *cpp:.
130
1312007-03-12      Joel Sherrill <joel@OARcorp.com>
132
133        * include/coverhd.h: Correct license URL and/or fix mistake in
134        copyright notice. Both of these mistakes appear to be from code
135        submitted after these changes were made previously.
136
1372007-01-08      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * Makefile.am: Use preinstall.am.
140
1412006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * configure.ac: New BUG-REPORT address.
144
1452006-11-15      Joel Sherrill <joel@OARcorp.com>
146
147        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
148        file and simplified initialization.
149
1502006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * Makefile.am: Remove superfluous -DASM.
153
1542006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * configure.ac: Require autoconf-2.60. Require automake-1.10.
157
1582006-08-10      Joel Sherrill <joel@OARcorp.com>
159
160        * .cvsignore: New file.
161
1622006-08-09      Kolja Waschk <waschk@telos.de>
163
164        * clock/clock.c: New file.
165
1662005-12-12  Kolja Waschk
167
168    * derived from no_cpu BSP
169
Note: See TracBrowser for help on using the repository browser.