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

4.104.114.95
Last change on this file since 4130d8e2 was 4130d8e2, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/07 at 15:50:25

2007-12-11 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h, startup/bspstart.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
4        Configuration Table. Use the RTEMS provided accessor macros to obtain
5        configuration fields.
6
72007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
10        from CPU Table to Configuration Table. Eliminate CPU Table from all
11        ports. Delete references to CPU Table in all forms.
12
132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
16        Table fields to the Configuration Table. This included
17        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
18        do_zero_of_workspace, extra_mpci_receive_server_stack,
19        stack_allocate_hook, and stack_free_hook. As a side-effect of this
20        effort some multiprocessing code was made conditional and some style
21        clean up occurred.
22
232007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        PR 1257/bsps
26        * startup/bspstart.c: Code outside of cpukit should use the public
27        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
28        the public API and directly accessing _CPU_ISR_Disable and
29        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
30        directive which could lead to problems. This patch also changes the
31        type of the variable passed into these routines and addresses minor
32        style issues.
33
342007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
37        since it was used to configure a no longer used feature. Device names
38        are now part of the filesystem not in a table.
39
402007-05-15      Ray Xu <rayx@gmail.com>
41
42        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
43        not in score/cpu.
44
452007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * bsp_specs: Remove qrtems_debug.
48
492007-03-26      Chris Johns <chrisj@rtems.org>
50
51        * include/bsp.h: Terminate comment.
52
532007-03-12      Joel Sherrill <joel@OARcorp.com>
54
55        * console/uarts.c, include/bsp.h, start/start.S, startup/bspstart.c,
56        startup/exit.c, startup/linkcmds: Correct license URL and/or fix
57        mistake in copyright notice. Both of these mistakes appear to be from
58        code submitted after these changes were made previously.
59
602007-03-11      Joel Sherrill <joel@OARcorp.com>
61
62        * startup/bspstart.c: Remove assignments of
63        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
64        value in boot_card.c
65
662006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * network/network.c (at91rm9200_emac_ioctl): Use ioctl_command_t.
69
702006-11-15      Joel Sherrill <joel@OARcorp.com>
71
72        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
73        file and simplified initialization.
74
752006-11-01      Joel Sherrill <joel@OARcorp.com>
76
77        * bsp_specs: Fix typo.
78
792006-10-30      Joel Sherrill <joel@OARcorp.com>
80
81        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
82
832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * Makefile.am: Remove superfluous -DASM.
86
872006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * configure.ac: Require autoconf-2.60. Require automake-1.10.
90
912006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * Makefile.am: Add preinstall.am.
94
952005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * bsp_specs: remove %lib.
98
992005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * bsp_specs: Remove %cpp.
102
1032005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * include/bsp.h: New header guard.
106
1072005-04-26      Joel Sherrill <joel@OARcorp.com>
108
109        * network/network.c: Eliminate warnings.
110
1112005-02-24      Jay Monkman <jtm@lopingdog.com>
112
113        PR 751/bsps
114        * startup/linkcmds: Cleanup.
115        * network/network.c: Added hardware initialization
116        code.
117
1182005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
121
1222005-01-04      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/linkcmds: Remove warnings.
125
1262005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * Makefile.am: Remove build-variant support.
129
1302004-11-05      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/linkcmds: Add .gnu.linkonce.b section.
133
1342004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * startup/bspstart.c: Use POSIX fixed size types.
137
1382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
139
140        * configure.ac: Require automake > 1.9.
141
1422004-07-15      Jay Monkman
143
144        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
145        times, console/uarts.c, include/.cvsignore, include/bsp.h,
146        include/tm27.h, network/.cvsignore, network/network.c,
147        start/.cvsignore, start/start.S, startup/.cvsignore,
148        startup/bspstart.c, startup/exit.c, startup/linkcmds,
149        startup/memmap.c: New files.
150
Note: See TracBrowser for help on using the repository browser.