source: rtems/c/src/lib/libbsp/arm/csb337/ChangeLog @ d1f57b5

4.104.114.95
Last change on this file since d1f57b5 was d1f57b5, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/08 at 23:07:47

2008-03-03 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/linkcmds: Add wildcard to gcc_except_table section so
4        programs compiled with gcc 4.3.x can link.
5
62007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
9        Configuration Table. Use the RTEMS provided accessor macros to obtain
10        configuration fields.
11
122007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
15        from CPU Table to Configuration Table. Eliminate CPU Table from all
16        ports. Delete references to CPU Table in all forms.
17
182007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
21        Table fields to the Configuration Table. This included
22        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
23        do_zero_of_workspace, extra_mpci_receive_server_stack,
24        stack_allocate_hook, and stack_free_hook. As a side-effect of this
25        effort some multiprocessing code was made conditional and some style
26        clean up occurred.
27
282007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        PR 1257/bsps
31        * startup/bspstart.c: Code outside of cpukit should use the public
32        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
33        the public API and directly accessing _CPU_ISR_Disable and
34        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
35        directive which could lead to problems. This patch also changes the
36        type of the variable passed into these routines and addresses minor
37        style issues.
38
392007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
42        since it was used to configure a no longer used feature. Device names
43        are now part of the filesystem not in a table.
44
452007-05-15      Ray Xu <rayx@gmail.com>
46
47        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
48        not in score/cpu.
49
502007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * bsp_specs: Remove qrtems_debug.
53
542007-03-26      Chris Johns <chrisj@rtems.org>
55
56        * include/bsp.h: Terminate comment.
57
582007-03-12      Joel Sherrill <joel@OARcorp.com>
59
60        * console/uarts.c, include/bsp.h, start/start.S, startup/bspstart.c,
61        startup/exit.c, startup/linkcmds: Correct license URL and/or fix
62        mistake in copyright notice. Both of these mistakes appear to be from
63        code submitted after these changes were made previously.
64
652007-03-11      Joel Sherrill <joel@OARcorp.com>
66
67        * startup/bspstart.c: Remove assignments of
68        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
69        value in boot_card.c
70
712006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * network/network.c (at91rm9200_emac_ioctl): Use ioctl_command_t.
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-11-01      Joel Sherrill <joel@OARcorp.com>
81
82        * bsp_specs: Fix typo.
83
842006-10-30      Joel Sherrill <joel@OARcorp.com>
85
86        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
87
882006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * Makefile.am: Remove superfluous -DASM.
91
922006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * configure.ac: Require autoconf-2.60. Require automake-1.10.
95
962006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Add preinstall.am.
99
1002005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * bsp_specs: remove %lib.
103
1042005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * bsp_specs: Remove %cpp.
107
1082005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * include/bsp.h: New header guard.
111
1122005-04-26      Joel Sherrill <joel@OARcorp.com>
113
114        * network/network.c: Eliminate warnings.
115
1162005-02-24      Jay Monkman <jtm@lopingdog.com>
117
118        PR 751/bsps
119        * startup/linkcmds: Cleanup.
120        * network/network.c: Added hardware initialization
121        code.
122
1232005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
126
1272005-01-04      Joel Sherrill <joel@OARcorp.com>
128
129        * startup/linkcmds: Remove warnings.
130
1312005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * Makefile.am: Remove build-variant support.
134
1352004-11-05      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/linkcmds: Add .gnu.linkonce.b section.
138
1392004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * startup/bspstart.c: Use POSIX fixed size types.
142
1432004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
144
145        * configure.ac: Require automake > 1.9.
146
1472004-07-15      Jay Monkman
148
149        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
150        times, console/uarts.c, include/.cvsignore, include/bsp.h,
151        include/tm27.h, network/.cvsignore, network/network.c,
152        start/.cvsignore, start/start.S, startup/.cvsignore,
153        startup/bspstart.c, startup/exit.c, startup/linkcmds,
154        startup/memmap.c: New files.
155
Note: See TracBrowser for help on using the repository browser.