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

4.115
Last change on this file since bb2b825 was 550e2ef, checked in by Joel Sherrill <joel.sherrill@…>, on 04/20/11 at 20:24:41

2011-04-20 Joel Sherrill <joel.sherrilL@…>

  • console/console-io.c: Regenerated for TLL6527M.
  • Property mode set to 100644
File size: 8.4 KB
Line 
12011-04-20      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * console/console-io.c: Regenerated for TLL6527M.
4
52011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * include/tm27.h, startup/bspstart.c:
8        Use "__asm__" instead of "asm" for improved c99-compliance.
9
102011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Require autoconf-2.68, automake-1.11.1.
13
142010-08-15      Joel Sherrill <joel.sherrilL@OARcorp.com>
15
16        * Makefile.am: Do not use .rel files for libbsp pieces.
17
182009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * console/console-io.c: Let eZKit533_BSP_poll_char return int.
21
222009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * make/custom/eZKit533.cfg: Remove RTEMS_BSP_FAMILY.
25
262009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * make/custom/eZKit533.cfg: Switch to compiling at O2.
29
302009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * startup/bspstart.c: Add missing prototype.
33
342009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * configure.ac: Don't add -ansi -fasm to CFLAGS.
37
382009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * make/custom/eZKit533.cfg: New (relocated from /make/custom).
41
422009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
45
46 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
49        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
50        have the same options.
51
522008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * bsp_specs: Move -e start from *link to *startfile to avoid warning
55        for undefined entry symbol when linking relocatables with binutils
56        2.19.
57
582008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
61        of building libbspstart.a, using automake-rules.
62
632008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Eliminate *_SOURCES.
66
672008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
70        components.
71
722008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
75
762008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * include/bsp.h: Rely on clock driver to determine when we should use
79        fast idle.
80
812008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * configure.ac: Add BFIN_ON_SKYEYE define to disable features not
84        supported on simulator.
85
862008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * configure.ac: Make letting boot_card() handle work area allocation
89        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
90        BSP_BOOTCARD_OPTIONS.
91
922008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * include/bsp.h: Remove unnecessary boilerplate comments.
95
962008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * Makefile.am, startup/linkcmds: Use top level shared
99        bsp_get_work_area() implementation.
100
1012008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * startup/bspstart.c: Remove unnecessary includes of
104        rtems/libcsupport.h and rtems/libio.h.
105
1062008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
109        Split out bsp_get_work_area() into its own file and user BSP
110        Framework to perform more initialization.
111
1122008-08-18      Allan Hessenflow <allanh@kallisti.com>
113
114        * Makefile.am, console/console-io.c, startup/bspstart.c: Update to use
115        shared libcpu version of code implemented as part of bf537Stamp
116        effort.
117
1182008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * include/bsp.h: Fix CVS Id.
121
1222008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * Makefile.am, preinstall.am: Need cplb.h
125
1262008-05-16      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * preinstall.am, console/console-io.c: Install cplb.h and use it.
129
1302008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
133        Framework to ask the BSP where it has memory for the RTEMS Workspace
134        and C Program Heap. These collectively are referred to as work area.
135        If the BSP supports this, then it does not have to include code to
136        split the available memory between the two areas. This reduces the
137        amount of code in the BSP specific bspstart.c file. Additionally, the
138        shared framework can initialize the C Library, call
139        rtems_debug_enable(), and dirty the work area memory. Until most/all
140        BSPs support this new capability, if the BSP supports this, it should
141        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
142        When the transition is complete, this autoconf macro can be removed.
143
1442008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * Makefile.am: Rework to avoid .rel files.
147
1482008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * startup/bspstart.c: Refactored and renamed initialization routines to
151        rtems_initialize_data_structures, rtems_initialize_before_drivers,
152        rtems_initialize_device_drivers, and
153        rtems_initialize_start_multitasking. This opened the sequence up so
154        that bootcard() could provide a more robust and flexible framework
155        which is easier to explain and understand. This also lays the
156        groundwork for sharing the division of available memory between the
157        RTEMS workspace and heap and the C library initialization across all
158        BSPs.
159
1602008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * startup/linkcmds: Add wildcard to gcc_except_table section so
163        programs compiled with gcc 4.3.x can link.
164
1652008-02-15      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * preinstall.am: Add cplb.h
168
1692007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
172        Configuration Table. Use the RTEMS provided accessor macros to obtain
173        configuration fields.
174
1752007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
178        from CPU Table to Configuration Table. Eliminate CPU Table from all
179        ports. Delete references to CPU Table in all forms.
180
1812007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
184        Table fields to the Configuration Table. This included
185        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
186        do_zero_of_workspace, extra_mpci_receive_server_stack,
187        stack_allocate_hook, and stack_free_hook. As a side-effect of this
188        effort some multiprocessing code was made conditional and some style
189        clean up occurred.
190
1912007-09-24      Chris Johns <chrisj@rtems.org>
192
193        * include/bsp.h: Do not use C++ comments.
194
1952007-09-20      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * preinstall.am: Add cplb.h.
198        * startup/bspstart.c: Add cast of constant.
199
2002007-09-10      Alain Schaefer <alani@easc.ch>
201
202        * preinstall.am, startup/bspstart.c, startup/linkcmds: Complete earlier
203        patch.
204        * include/cplb.h: New file.
205
2062007-09-10      Alain Schaefer <alani@easc.ch>
207
208        * startup/bspstart.c: Add a useful routine to program memory protection
209        in bfin. It is not used but a user of ezKit533 can customize its bsp
210        and use this function.
211
2122007-05-24      Alain Schaefer <alani@easc.ch>
213
214        * startup/bspstart.c: Fix a problem in the InitEBIU method.
215
2162007-04-17      Joel Sherrill <joel@OARcorp.com>
217
218        * include/bsp.h, startup/bspstart.c: Fix compile errors and address
219        most warnings about constants being too large.
220
2212007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * bsp_specs: Remove qrtems_debug.
224
2252007-03-11      Joel Sherrill <joel@OARcorp.com>
226
227        * startup/bspstart.c: Remove assignments of
228        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
229        value in boot_card.c
230
2312006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
232
233        * configure.ac: New BUG-REPORT address.
234
2352006-11-20  Ralf Corsépius <ralf.corsepius@rtems.org>
236
237        * include/coverhd.h: Remove (Use shared default template instead).
238
2392006-11-15      Joel Sherrill <joel@OARcorp.com>
240
241        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
242        file and simplified initialization.
243
2442006-11-11  Ralf Corsépius <ralf.corsepius@rtems.org>
245
246        * startup/linkcmds: Use___start_set_sysctl_set, ___stop_set_sysctl_set
247        instead of __start_set_sysctl_set, __stop_set_sysctl_set
248        (bfin uses '_' prefixed c-symbols.)
249
2502006-11-10  Alain Schaefer <alani@easc.ch>
251
252        * startup/linkcmds: Put .fini into sdram.
253        Add __edata, __etext.
254
2552006-10-26      Joel Sherrill <joel@OARcorp.com>
256
257        * configure, include/bspopts.h.in: Removed.
258
2592006-10-24      Joel Sherrill <joel@OARcorp.com>
260
261        * include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
262
2632006-06-05  Alain Schaefer <alani@easc.ch>
264
265    * all files : Initial copy and port from no_cpu
Note: See TracBrowser for help on using the repository browser.