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

4.104.115
Last change on this file since ccceaf3 was ccceaf3, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 17:42:45

2008-09-18 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h: Remove unnecessary boilerplate comments.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Remove unnecessary boilerplate comments.
4
52008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am, startup/linkcmds: Use top level shared
8        bsp_get_work_area() implementation.
9
102008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * startup/bspstart.c: Remove unnecessary includes of
13        rtems/libcsupport.h and rtems/libio.h.
14
152008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
18        Split out bsp_get_work_area() into its own file and user BSP
19        Framework to perform more initialization.
20
212008-08-18      Allan Hessenflow <allanh@kallisti.com>
22
23        * Makefile.am, console/console-io.c, startup/bspstart.c: Update to use
24        shared libcpu version of code implemented as part of bf537Stamp
25        effort.
26
272008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * include/bsp.h: Fix CVS Id.
30
312008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * Makefile.am, preinstall.am: Need cplb.h
34
352008-05-16      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * preinstall.am, console/console-io.c: Install cplb.h and use it.
38
392008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
42        Framework to ask the BSP where it has memory for the RTEMS Workspace
43        and C Program Heap. These collectively are referred to as work area.
44        If the BSP supports this, then it does not have to include code to
45        split the available memory between the two areas. This reduces the
46        amount of code in the BSP specific bspstart.c file. Additionally, the
47        shared framework can initialize the C Library, call
48        rtems_debug_enable(), and dirty the work area memory. Until most/all
49        BSPs support this new capability, if the BSP supports this, it should
50        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
51        When the transition is complete, this autoconf macro can be removed.
52
532008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * Makefile.am: Rework to avoid .rel files.
56
572008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * startup/bspstart.c: Refactored and renamed initialization routines to
60        rtems_initialize_data_structures, rtems_initialize_before_drivers,
61        rtems_initialize_device_drivers, and
62        rtems_initialize_start_multitasking. This opened the sequence up so
63        that bootcard() could provide a more robust and flexible framework
64        which is easier to explain and understand. This also lays the
65        groundwork for sharing the division of available memory between the
66        RTEMS workspace and heap and the C library initialization across all
67        BSPs.
68
692008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * startup/linkcmds: Add wildcard to gcc_except_table section so
72        programs compiled with gcc 4.3.x can link.
73
742008-02-15      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * preinstall.am: Add cplb.h
77
782007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
81        Configuration Table. Use the RTEMS provided accessor macros to obtain
82        configuration fields.
83
842007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
87        from CPU Table to Configuration Table. Eliminate CPU Table from all
88        ports. Delete references to CPU Table in all forms.
89
902007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
93        Table fields to the Configuration Table. This included
94        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
95        do_zero_of_workspace, extra_mpci_receive_server_stack,
96        stack_allocate_hook, and stack_free_hook. As a side-effect of this
97        effort some multiprocessing code was made conditional and some style
98        clean up occurred.
99
1002007-09-24      Chris Johns <chrisj@rtems.org>
101
102        * include/bsp.h: Do not use C++ comments.
103
1042007-09-20      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * preinstall.am: Add cplb.h.
107        * startup/bspstart.c: Add cast of constant.
108
1092007-09-10      Alain Schaefer <alani@easc.ch>
110
111        * preinstall.am, startup/bspstart.c, startup/linkcmds: Complete earlier
112        patch.
113        * include/cplb.h: New file.
114
1152007-09-10      Alain Schaefer <alani@easc.ch>
116
117        * startup/bspstart.c: Add a useful routine to program memory protection
118        in bfin. It is not used but a user of ezKit533 can customize its bsp
119        and use this function.
120
1212007-05-24      Alain Schaefer <alani@easc.ch>
122
123        * startup/bspstart.c: Fix a problem in the InitEBIU method.
124
1252007-04-17      Joel Sherrill <joel@OARcorp.com>
126
127        * include/bsp.h, startup/bspstart.c: Fix compile errors and address
128        most warnings about constants being too large.
129
1302007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * bsp_specs: Remove qrtems_debug.
133
1342007-03-11      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/bspstart.c: Remove assignments of
137        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
138        value in boot_card.c
139
1402006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * configure.ac: New BUG-REPORT address.
143
1442006-11-20  Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * include/coverhd.h: Remove (Use shared default template instead).
147
1482006-11-15      Joel Sherrill <joel@OARcorp.com>
149
150        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
151        file and simplified initialization.
152
1532006-11-11  Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * startup/linkcmds: Use___start_set_sysctl_set, ___stop_set_sysctl_set
156        instead of __start_set_sysctl_set, __stop_set_sysctl_set
157        (bfin uses '_' prefixed c-symbols.)
158
1592006-11-10  Alain Schaefer <alani@easc.ch>
160
161        * startup/linkcmds: Put .fini into sdram.
162        Add __edata, __etext.
163
1642006-10-26      Joel Sherrill <joel@OARcorp.com>
165
166        * configure, include/bspopts.h.in: Removed.
167
1682006-10-24      Joel Sherrill <joel@OARcorp.com>
169
170        * include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
171
1722006-06-05  Alain Schaefer <alani@easc.ch>
173
174    * all files : Initial copy and port from no_cpu
Note: See TracBrowser for help on using the repository browser.