source: rtems/c/src/lib/libbsp/nios2/nios2_iss/ChangeLog @ 4909a30

4.104.115
Last change on this file since 4909a30 was 4909a30, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 21:35:37

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

  • include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
4        phase, all prototypes were removed from bsp.h and empty
5        implementations were removed and made to use the shared stub.
6
72008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * console/console.c, timer/timer.c: Convert to "bool".
10
112008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * timer/timer.c: Eliminate empty function from every benchmark timer
14        driver. Fix spelling.
15
162008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * timer/timer.c: Rename timer driver methods to follow RTEMS
19        programming conventions.
20
212008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
24        Framework to ask the BSP where it has memory for the RTEMS Workspace
25        and C Program Heap. These collectively are referred to as work area.
26        If the BSP supports this, then it does not have to include code to
27        split the available memory between the two areas. This reduces the
28        amount of code in the BSP specific bspstart.c file. Additionally, the
29        shared framework can initialize the C Library, call
30        rtems_debug_enable(), and dirty the work area memory. Until most/all
31        BSPs support this new capability, if the BSP supports this, it should
32        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
33        When the transition is complete, this autoconf macro can be removed.
34
352008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * Makefile.am: Rework to avoid .rel files.
38
392008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * startup/bspstart.c: Refactored and renamed initialization routines to
42        rtems_initialize_data_structures, rtems_initialize_before_drivers,
43        rtems_initialize_device_drivers, and
44        rtems_initialize_start_multitasking. This opened the sequence up so
45        that bootcard() could provide a more robust and flexible framework
46        which is easier to explain and understand. This also lays the
47        groundwork for sharing the division of available memory between the
48        RTEMS workspace and heap and the C library initialization across all
49        BSPs.
50
512008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * startup/linkcmds: Add wildcard to gcc_except_table section so
54        programs compiled with gcc 4.3.x can link.
55
562007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
59        the Configuration Table. Use the RTEMS provided accessor macros to
60        obtain configuration fields.
61
622007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * console/console.c, include/bsp.h, startup/bspstart.c: Move
65        interrupt_stack_size field from CPU Table to Configuration Table.
66        Eliminate CPU Table from all ports. Delete references to CPU Table in
67        all forms.
68
692007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * console/console.c, startup/bspstart.c: Moved most of the remaining
72        CPU Table fields to the Configuration Table. This included
73        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
74        do_zero_of_workspace, extra_mpci_receive_server_stack,
75        stack_allocate_hook, and stack_free_hook. As a side-effect of this
76        effort some multiprocessing code was made conditional and some style
77        clean up occurred.
78
792007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        PR 1257/bsps
82        * startup/bspclean.c: Code outside of cpukit should use the public API
83        for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
84        public API and directly accessing _CPU_ISR_Disable and
85        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
86        directive which could lead to problems. This patch also changes the
87        type of the variable passed into these routines and addresses minor
88        style issues.
89
902007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * bsp_specs: Remove qrtems_debug.
93        Remove *cpp:.
94
952007-03-12      Joel Sherrill <joel@OARcorp.com>
96
97        * include/coverhd.h: Correct license URL and/or fix mistake in
98        copyright notice. Both of these mistakes appear to be from code
99        submitted after these changes were made previously.
100
1012007-01-08      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * Makefile.am: Use preinstall.am.
104
1052006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * configure.ac: New BUG-REPORT address.
108
1092006-11-15      Joel Sherrill <joel@OARcorp.com>
110
111        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
112        file and simplified initialization.
113
1142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * Makefile.am: Remove superfluous -DASM.
117
1182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * configure.ac: Require autoconf-2.60. Require automake-1.10.
121
1222006-08-10      Joel Sherrill <joel@OARcorp.com>
123
124        * .cvsignore: New file.
125
1262006-08-09      Kolja Waschk <waschk@telos.de>
127
128        * clock/clock.c: New file.
129
1302005-12-12  Kolja Waschk
131
132    * derived from no_cpu BSP
133
Note: See TracBrowser for help on using the repository browser.