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

4.104.115
Last change on this file since 64eb0c7 was 64eb0c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:19:37

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Eliminate *_SOURCES.
  • Property mode set to 100644
File size: 6.6 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate *_SOURCES.
4
52008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
8        components.
9
102008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
13
142008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * include/bsp.h: Rely on clock driver to determine when we should use
17        fast idle.
18
192008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * configure.ac: Add BFIN_ON_SKYEYE define to disable features not
22        supported on simulator.
23
242008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * configure.ac: Make letting boot_card() handle work area allocation
27        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
28        BSP_BOOTCARD_OPTIONS.
29
302008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * include/bsp.h: Remove unnecessary boilerplate comments.
33
342008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * Makefile.am, startup/linkcmds: Use top level shared
37        bsp_get_work_area() implementation.
38
392008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * startup/bspstart.c: Remove unnecessary includes of
42        rtems/libcsupport.h and rtems/libio.h.
43
442008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
47        Split out bsp_get_work_area() into its own file and user BSP
48        Framework to perform more initialization.
49
502008-08-18      Allan Hessenflow <allanh@kallisti.com>
51
52        * Makefile.am, console/console-io.c, startup/bspstart.c: Update to use
53        shared libcpu version of code implemented as part of bf537Stamp
54        effort.
55
562008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * include/bsp.h: Fix CVS Id.
59
602008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * Makefile.am, preinstall.am: Need cplb.h
63
642008-05-16      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * preinstall.am, console/console-io.c: Install cplb.h and use it.
67
682008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
71        Framework to ask the BSP where it has memory for the RTEMS Workspace
72        and C Program Heap. These collectively are referred to as work area.
73        If the BSP supports this, then it does not have to include code to
74        split the available memory between the two areas. This reduces the
75        amount of code in the BSP specific bspstart.c file. Additionally, the
76        shared framework can initialize the C Library, call
77        rtems_debug_enable(), and dirty the work area memory. Until most/all
78        BSPs support this new capability, if the BSP supports this, it should
79        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
80        When the transition is complete, this autoconf macro can be removed.
81
822008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * Makefile.am: Rework to avoid .rel files.
85
862008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * startup/bspstart.c: Refactored and renamed initialization routines to
89        rtems_initialize_data_structures, rtems_initialize_before_drivers,
90        rtems_initialize_device_drivers, and
91        rtems_initialize_start_multitasking. This opened the sequence up so
92        that bootcard() could provide a more robust and flexible framework
93        which is easier to explain and understand. This also lays the
94        groundwork for sharing the division of available memory between the
95        RTEMS workspace and heap and the C library initialization across all
96        BSPs.
97
982008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * startup/linkcmds: Add wildcard to gcc_except_table section so
101        programs compiled with gcc 4.3.x can link.
102
1032008-02-15      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * preinstall.am: Add cplb.h
106
1072007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
110        Configuration Table. Use the RTEMS provided accessor macros to obtain
111        configuration fields.
112
1132007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
116        from CPU Table to Configuration Table. Eliminate CPU Table from all
117        ports. Delete references to CPU Table in all forms.
118
1192007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
122        Table fields to the Configuration Table. This included
123        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
124        do_zero_of_workspace, extra_mpci_receive_server_stack,
125        stack_allocate_hook, and stack_free_hook. As a side-effect of this
126        effort some multiprocessing code was made conditional and some style
127        clean up occurred.
128
1292007-09-24      Chris Johns <chrisj@rtems.org>
130
131        * include/bsp.h: Do not use C++ comments.
132
1332007-09-20      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * preinstall.am: Add cplb.h.
136        * startup/bspstart.c: Add cast of constant.
137
1382007-09-10      Alain Schaefer <alani@easc.ch>
139
140        * preinstall.am, startup/bspstart.c, startup/linkcmds: Complete earlier
141        patch.
142        * include/cplb.h: New file.
143
1442007-09-10      Alain Schaefer <alani@easc.ch>
145
146        * startup/bspstart.c: Add a useful routine to program memory protection
147        in bfin. It is not used but a user of ezKit533 can customize its bsp
148        and use this function.
149
1502007-05-24      Alain Schaefer <alani@easc.ch>
151
152        * startup/bspstart.c: Fix a problem in the InitEBIU method.
153
1542007-04-17      Joel Sherrill <joel@OARcorp.com>
155
156        * include/bsp.h, startup/bspstart.c: Fix compile errors and address
157        most warnings about constants being too large.
158
1592007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * bsp_specs: Remove qrtems_debug.
162
1632007-03-11      Joel Sherrill <joel@OARcorp.com>
164
165        * startup/bspstart.c: Remove assignments of
166        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
167        value in boot_card.c
168
1692006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * configure.ac: New BUG-REPORT address.
172
1732006-11-20  Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * include/coverhd.h: Remove (Use shared default template instead).
176
1772006-11-15      Joel Sherrill <joel@OARcorp.com>
178
179        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
180        file and simplified initialization.
181
1822006-11-11  Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * startup/linkcmds: Use___start_set_sysctl_set, ___stop_set_sysctl_set
185        instead of __start_set_sysctl_set, __stop_set_sysctl_set
186        (bfin uses '_' prefixed c-symbols.)
187
1882006-11-10  Alain Schaefer <alani@easc.ch>
189
190        * startup/linkcmds: Put .fini into sdram.
191        Add __edata, __etext.
192
1932006-10-26      Joel Sherrill <joel@OARcorp.com>
194
195        * configure, include/bspopts.h.in: Removed.
196
1972006-10-24      Joel Sherrill <joel@OARcorp.com>
198
199        * include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
200
2012006-06-05  Alain Schaefer <alani@easc.ch>
202
203    * all files : Initial copy and port from no_cpu
Note: See TracBrowser for help on using the repository browser.