source: rtems/c/src/lib/libbsp/bfin/eZKit533/ChangeLog @ e08510a

4.10
Last change on this file since e08510a was e08510a, checked in by Joel Sherrill <joel.sherrill@…>, on 04/20/11 at 20:25:05

2011-04-20 Rohan Kangralkar <rkangral@…>

PR 1781/bsps

  • console/console-io.c: The UART RX and TX are different ISR now. So the array containing the registeration changes. The change is due to change in the libcup uart function.
  • Property mode set to 100644
File size: 8.3 KB
Line 
12011-04-20  Rohan Kangralkar <rkangral@ece.neu.edu>
2
3        PR 1781/bsps
4        * console/console-io.c: The UART RX and TX are different ISR
5        now. So the array containing the registeration changes. The
6        change is due to change in the libcup uart function.
7
82011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * configure.ac: Require autoconf-2.68, automake-1.11.1.
11
122009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * console/console-io.c: Let eZKit533_BSP_poll_char return int.
15
162009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * make/custom/eZKit533.cfg: Remove RTEMS_BSP_FAMILY.
19
202009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * make/custom/eZKit533.cfg: Switch to compiling at O2.
23
242009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * startup/bspstart.c: Add missing prototype.
27
282009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * configure.ac: Don't add -ansi -fasm to CFLAGS.
31
322009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * make/custom/eZKit533.cfg: New (relocated from /make/custom).
35
362009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
39
40 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
43        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
44        have the same options.
45
462008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * bsp_specs: Move -e start from *link to *startfile to avoid warning
49        for undefined entry symbol when linking relocatables with binutils
50        2.19.
51
522008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
55        of building libbspstart.a, using automake-rules.
56
572008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * Makefile.am: Eliminate *_SOURCES.
60
612008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
64        components.
65
662008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
69
702008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * include/bsp.h: Rely on clock driver to determine when we should use
73        fast idle.
74
752008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * configure.ac: Add BFIN_ON_SKYEYE define to disable features not
78        supported on simulator.
79
802008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * configure.ac: Make letting boot_card() handle work area allocation
83        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
84        BSP_BOOTCARD_OPTIONS.
85
862008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * include/bsp.h: Remove unnecessary boilerplate comments.
89
902008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * Makefile.am, startup/linkcmds: Use top level shared
93        bsp_get_work_area() implementation.
94
952008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * startup/bspstart.c: Remove unnecessary includes of
98        rtems/libcsupport.h and rtems/libio.h.
99
1002008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
103        Split out bsp_get_work_area() into its own file and user BSP
104        Framework to perform more initialization.
105
1062008-08-18      Allan Hessenflow <allanh@kallisti.com>
107
108        * Makefile.am, console/console-io.c, startup/bspstart.c: Update to use
109        shared libcpu version of code implemented as part of bf537Stamp
110        effort.
111
1122008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * include/bsp.h: Fix CVS Id.
115
1162008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * Makefile.am, preinstall.am: Need cplb.h
119
1202008-05-16      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * preinstall.am, console/console-io.c: Install cplb.h and use it.
123
1242008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
127        Framework to ask the BSP where it has memory for the RTEMS Workspace
128        and C Program Heap. These collectively are referred to as work area.
129        If the BSP supports this, then it does not have to include code to
130        split the available memory between the two areas. This reduces the
131        amount of code in the BSP specific bspstart.c file. Additionally, the
132        shared framework can initialize the C Library, call
133        rtems_debug_enable(), and dirty the work area memory. Until most/all
134        BSPs support this new capability, if the BSP supports this, it should
135        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
136        When the transition is complete, this autoconf macro can be removed.
137
1382008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * Makefile.am: Rework to avoid .rel files.
141
1422008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * startup/bspstart.c: Refactored and renamed initialization routines to
145        rtems_initialize_data_structures, rtems_initialize_before_drivers,
146        rtems_initialize_device_drivers, and
147        rtems_initialize_start_multitasking. This opened the sequence up so
148        that bootcard() could provide a more robust and flexible framework
149        which is easier to explain and understand. This also lays the
150        groundwork for sharing the division of available memory between the
151        RTEMS workspace and heap and the C library initialization across all
152        BSPs.
153
1542008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * startup/linkcmds: Add wildcard to gcc_except_table section so
157        programs compiled with gcc 4.3.x can link.
158
1592008-02-15      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * preinstall.am: Add cplb.h
162
1632007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
166        Configuration Table. Use the RTEMS provided accessor macros to obtain
167        configuration fields.
168
1692007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
172        from CPU Table to Configuration Table. Eliminate CPU Table from all
173        ports. Delete references to CPU Table in all forms.
174
1752007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
178        Table fields to the Configuration Table. This included
179        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
180        do_zero_of_workspace, extra_mpci_receive_server_stack,
181        stack_allocate_hook, and stack_free_hook. As a side-effect of this
182        effort some multiprocessing code was made conditional and some style
183        clean up occurred.
184
1852007-09-24      Chris Johns <chrisj@rtems.org>
186
187        * include/bsp.h: Do not use C++ comments.
188
1892007-09-20      Joel Sherrill <joel.sherrill@OARcorp.com>
190
191        * preinstall.am: Add cplb.h.
192        * startup/bspstart.c: Add cast of constant.
193
1942007-09-10      Alain Schaefer <alani@easc.ch>
195
196        * preinstall.am, startup/bspstart.c, startup/linkcmds: Complete earlier
197        patch.
198        * include/cplb.h: New file.
199
2002007-09-10      Alain Schaefer <alani@easc.ch>
201
202        * startup/bspstart.c: Add a useful routine to program memory protection
203        in bfin. It is not used but a user of ezKit533 can customize its bsp
204        and use this function.
205
2062007-05-24      Alain Schaefer <alani@easc.ch>
207
208        * startup/bspstart.c: Fix a problem in the InitEBIU method.
209
2102007-04-17      Joel Sherrill <joel@OARcorp.com>
211
212        * include/bsp.h, startup/bspstart.c: Fix compile errors and address
213        most warnings about constants being too large.
214
2152007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * bsp_specs: Remove qrtems_debug.
218
2192007-03-11      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/bspstart.c: Remove assignments of
222        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
223        value in boot_card.c
224
2252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * configure.ac: New BUG-REPORT address.
228
2292006-11-20  Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * include/coverhd.h: Remove (Use shared default template instead).
232
2332006-11-15      Joel Sherrill <joel@OARcorp.com>
234
235        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
236        file and simplified initialization.
237
2382006-11-11  Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * startup/linkcmds: Use___start_set_sysctl_set, ___stop_set_sysctl_set
241        instead of __start_set_sysctl_set, __stop_set_sysctl_set
242        (bfin uses '_' prefixed c-symbols.)
243
2442006-11-10  Alain Schaefer <alani@easc.ch>
245
246        * startup/linkcmds: Put .fini into sdram.
247        Add __edata, __etext.
248
2492006-10-26      Joel Sherrill <joel@OARcorp.com>
250
251        * configure, include/bspopts.h.in: Removed.
252
2532006-10-24      Joel Sherrill <joel@OARcorp.com>
254
255        * include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
256
2572006-06-05  Alain Schaefer <alani@easc.ch>
258
259    * all files : Initial copy and port from no_cpu
Note: See TracBrowser for help on using the repository browser.