source: rtems/c/src/lib/libbsp/nios2/nios2_iss/ChangeLog @ 1d0ee80e

4.104.114.95
Last change on this file since 1d0ee80e was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • Property mode set to 100644
File size: 3.3 KB
Line 
12008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Rework to avoid .rel files.
4
52008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Refactored and renamed initialization routines to
8        rtems_initialize_data_structures, rtems_initialize_before_drivers,
9        rtems_initialize_device_drivers, and
10        rtems_initialize_start_multitasking. This opened the sequence up so
11        that bootcard() could provide a more robust and flexible framework
12        which is easier to explain and understand. This also lays the
13        groundwork for sharing the division of available memory between the
14        RTEMS workspace and heap and the C library initialization across all
15        BSPs.
16
172008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * startup/linkcmds: Add wildcard to gcc_except_table section so
20        programs compiled with gcc 4.3.x can link.
21
222007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
25        the Configuration Table. Use the RTEMS provided accessor macros to
26        obtain configuration fields.
27
282007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * console/console.c, include/bsp.h, startup/bspstart.c: Move
31        interrupt_stack_size field from CPU Table to Configuration Table.
32        Eliminate CPU Table from all ports. Delete references to CPU Table in
33        all forms.
34
352007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * console/console.c, startup/bspstart.c: Moved most of the remaining
38        CPU Table fields to the Configuration Table. This included
39        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
40        do_zero_of_workspace, extra_mpci_receive_server_stack,
41        stack_allocate_hook, and stack_free_hook. As a side-effect of this
42        effort some multiprocessing code was made conditional and some style
43        clean up occurred.
44
452007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        PR 1257/bsps
48        * startup/bspclean.c: Code outside of cpukit should use the public API
49        for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
50        public API and directly accessing _CPU_ISR_Disable and
51        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
52        directive which could lead to problems. This patch also changes the
53        type of the variable passed into these routines and addresses minor
54        style issues.
55
562007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * bsp_specs: Remove qrtems_debug.
59        Remove *cpp:.
60
612007-03-12      Joel Sherrill <joel@OARcorp.com>
62
63        * include/coverhd.h: Correct license URL and/or fix mistake in
64        copyright notice. Both of these mistakes appear to be from code
65        submitted after these changes were made previously.
66
672007-01-08      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Use preinstall.am.
70
712006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * configure.ac: New BUG-REPORT address.
74
752006-11-15      Joel Sherrill <joel@OARcorp.com>
76
77        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
78        file and simplified initialization.
79
802006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Remove superfluous -DASM.
83
842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * configure.ac: Require autoconf-2.60. Require automake-1.10.
87
882006-08-10      Joel Sherrill <joel@OARcorp.com>
89
90        * .cvsignore: New file.
91
922006-08-09      Kolja Waschk <waschk@telos.de>
93
94        * clock/clock.c: New file.
95
962005-12-12  Kolja Waschk
97
98    * derived from no_cpu BSP
99
Note: See TracBrowser for help on using the repository browser.