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

4.104.115
Last change on this file since a196084 was a196084, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 19:06:10

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

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