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

4.104.115
Last change on this file since e94666d was e94666d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 03:43:47

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

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