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

4.104.115
Last change on this file since 6b2b37d2 was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

2009-09-15 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 7.3 KB
Line 
12009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
4
5 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
8        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
9        have the same options.
10
112008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * bsp_specs: Move -e start from *link to *startfile to avoid warning
14        for undefined entry symbol when linking relocatables with binutils
15        2.19.
16
172008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
20        of building libbspstart.a, using automake-rules.
21
222008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate *_SOURCES.
25
262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
29        components.
30
312008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
34
352008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * include/bsp.h: Rely on clock driver to determine when we should use
38        fast idle.
39
402008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * configure.ac: Add BFIN_ON_SKYEYE define to disable features not
43        supported on simulator.
44
452008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * configure.ac: Make letting boot_card() handle work area allocation
48        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
49        BSP_BOOTCARD_OPTIONS.
50
512008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * include/bsp.h: Remove unnecessary boilerplate comments.
54
552008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * Makefile.am, startup/linkcmds: Use top level shared
58        bsp_get_work_area() implementation.
59
602008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * startup/bspstart.c: Remove unnecessary includes of
63        rtems/libcsupport.h and rtems/libio.h.
64
652008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
68        Split out bsp_get_work_area() into its own file and user BSP
69        Framework to perform more initialization.
70
712008-08-18      Allan Hessenflow <allanh@kallisti.com>
72
73        * Makefile.am, console/console-io.c, startup/bspstart.c: Update to use
74        shared libcpu version of code implemented as part of bf537Stamp
75        effort.
76
772008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * include/bsp.h: Fix CVS Id.
80
812008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * Makefile.am, preinstall.am: Need cplb.h
84
852008-05-16      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * preinstall.am, console/console-io.c: Install cplb.h and use it.
88
892008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
92        Framework to ask the BSP where it has memory for the RTEMS Workspace
93        and C Program Heap. These collectively are referred to as work area.
94        If the BSP supports this, then it does not have to include code to
95        split the available memory between the two areas. This reduces the
96        amount of code in the BSP specific bspstart.c file. Additionally, the
97        shared framework can initialize the C Library, call
98        rtems_debug_enable(), and dirty the work area memory. Until most/all
99        BSPs support this new capability, if the BSP supports this, it should
100        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
101        When the transition is complete, this autoconf macro can be removed.
102
1032008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * Makefile.am: Rework to avoid .rel files.
106
1072008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * startup/bspstart.c: Refactored and renamed initialization routines to
110        rtems_initialize_data_structures, rtems_initialize_before_drivers,
111        rtems_initialize_device_drivers, and
112        rtems_initialize_start_multitasking. This opened the sequence up so
113        that bootcard() could provide a more robust and flexible framework
114        which is easier to explain and understand. This also lays the
115        groundwork for sharing the division of available memory between the
116        RTEMS workspace and heap and the C library initialization across all
117        BSPs.
118
1192008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * startup/linkcmds: Add wildcard to gcc_except_table section so
122        programs compiled with gcc 4.3.x can link.
123
1242008-02-15      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * preinstall.am: Add cplb.h
127
1282007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
131        Configuration Table. Use the RTEMS provided accessor macros to obtain
132        configuration fields.
133
1342007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
137        from CPU Table to Configuration Table. Eliminate CPU Table from all
138        ports. Delete references to CPU Table in all forms.
139
1402007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
143        Table fields to the Configuration Table. This included
144        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
145        do_zero_of_workspace, extra_mpci_receive_server_stack,
146        stack_allocate_hook, and stack_free_hook. As a side-effect of this
147        effort some multiprocessing code was made conditional and some style
148        clean up occurred.
149
1502007-09-24      Chris Johns <chrisj@rtems.org>
151
152        * include/bsp.h: Do not use C++ comments.
153
1542007-09-20      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * preinstall.am: Add cplb.h.
157        * startup/bspstart.c: Add cast of constant.
158
1592007-09-10      Alain Schaefer <alani@easc.ch>
160
161        * preinstall.am, startup/bspstart.c, startup/linkcmds: Complete earlier
162        patch.
163        * include/cplb.h: New file.
164
1652007-09-10      Alain Schaefer <alani@easc.ch>
166
167        * startup/bspstart.c: Add a useful routine to program memory protection
168        in bfin. It is not used but a user of ezKit533 can customize its bsp
169        and use this function.
170
1712007-05-24      Alain Schaefer <alani@easc.ch>
172
173        * startup/bspstart.c: Fix a problem in the InitEBIU method.
174
1752007-04-17      Joel Sherrill <joel@OARcorp.com>
176
177        * include/bsp.h, startup/bspstart.c: Fix compile errors and address
178        most warnings about constants being too large.
179
1802007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * bsp_specs: Remove qrtems_debug.
183
1842007-03-11      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/bspstart.c: Remove assignments of
187        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
188        value in boot_card.c
189
1902006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * configure.ac: New BUG-REPORT address.
193
1942006-11-20  Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * include/coverhd.h: Remove (Use shared default template instead).
197
1982006-11-15      Joel Sherrill <joel@OARcorp.com>
199
200        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
201        file and simplified initialization.
202
2032006-11-11  Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * startup/linkcmds: Use___start_set_sysctl_set, ___stop_set_sysctl_set
206        instead of __start_set_sysctl_set, __stop_set_sysctl_set
207        (bfin uses '_' prefixed c-symbols.)
208
2092006-11-10  Alain Schaefer <alani@easc.ch>
210
211        * startup/linkcmds: Put .fini into sdram.
212        Add __edata, __etext.
213
2142006-10-26      Joel Sherrill <joel@OARcorp.com>
215
216        * configure, include/bspopts.h.in: Removed.
217
2182006-10-24      Joel Sherrill <joel@OARcorp.com>
219
220        * include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
221
2222006-06-05  Alain Schaefer <alani@easc.ch>
223
224    * all files : Initial copy and port from no_cpu
Note: See TracBrowser for help on using the repository browser.