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

4.104.114.95
Last change on this file since 6a325800 was 0a665801, checked in by Joel Sherrill <joel.sherrill@…>, on 05/16/08 at 18:02:50

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

  • preinstall.am, console/console-io.c: Install cplb.h and use it.
  • Property mode set to 100644
File size: 4.8 KB
Line 
12008-05-16      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * preinstall.am, console/console-io.c: Install cplb.h and use it.
4
52008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
8        Framework to ask the BSP where it has memory for the RTEMS Workspace
9        and C Program Heap. These collectively are referred to as work area.
10        If the BSP supports this, then it does not have to include code to
11        split the available memory between the two areas. This reduces the
12        amount of code in the BSP specific bspstart.c file. Additionally, the
13        shared framework can initialize the C Library, call
14        rtems_debug_enable(), and dirty the work area memory. Until most/all
15        BSPs support this new capability, if the BSP supports this, it should
16        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
17        When the transition is complete, this autoconf macro can be removed.
18
192008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * Makefile.am: Rework to avoid .rel files.
22
232008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * startup/bspstart.c: Refactored and renamed initialization routines to
26        rtems_initialize_data_structures, rtems_initialize_before_drivers,
27        rtems_initialize_device_drivers, and
28        rtems_initialize_start_multitasking. This opened the sequence up so
29        that bootcard() could provide a more robust and flexible framework
30        which is easier to explain and understand. This also lays the
31        groundwork for sharing the division of available memory between the
32        RTEMS workspace and heap and the C library initialization across all
33        BSPs.
34
352008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * startup/linkcmds: Add wildcard to gcc_except_table section so
38        programs compiled with gcc 4.3.x can link.
39
402008-02-15      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * preinstall.am: Add cplb.h
43
442007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
47        Configuration Table. Use the RTEMS provided accessor macros to obtain
48        configuration fields.
49
502007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
53        from CPU Table to Configuration Table. Eliminate CPU Table from all
54        ports. Delete references to CPU Table in all forms.
55
562007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
59        Table fields to the Configuration Table. This included
60        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
61        do_zero_of_workspace, extra_mpci_receive_server_stack,
62        stack_allocate_hook, and stack_free_hook. As a side-effect of this
63        effort some multiprocessing code was made conditional and some style
64        clean up occurred.
65
662007-09-24      Chris Johns <chrisj@rtems.org>
67
68        * include/bsp.h: Do not use C++ comments.
69
702007-09-20      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * preinstall.am: Add cplb.h.
73        * startup/bspstart.c: Add cast of constant.
74
752007-09-10      Alain Schaefer <alani@easc.ch>
76
77        * preinstall.am, startup/bspstart.c, startup/linkcmds: Complete earlier
78        patch.
79        * include/cplb.h: New file.
80
812007-09-10      Alain Schaefer <alani@easc.ch>
82
83        * startup/bspstart.c: Add a useful routine to program memory protection
84        in bfin. It is not used but a user of ezKit533 can customize its bsp
85        and use this function.
86
872007-05-24      Alain Schaefer <alani@easc.ch>
88
89        * startup/bspstart.c: Fix a problem in the InitEBIU method.
90
912007-04-17      Joel Sherrill <joel@OARcorp.com>
92
93        * include/bsp.h, startup/bspstart.c: Fix compile errors and address
94        most warnings about constants being too large.
95
962007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * bsp_specs: Remove qrtems_debug.
99
1002007-03-11      Joel Sherrill <joel@OARcorp.com>
101
102        * startup/bspstart.c: Remove assignments of
103        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
104        value in boot_card.c
105
1062006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * configure.ac: New BUG-REPORT address.
109
1102006-11-20  Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * include/coverhd.h: Remove (Use shared default template instead).
113
1142006-11-15      Joel Sherrill <joel@OARcorp.com>
115
116        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
117        file and simplified initialization.
118
1192006-11-11  Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * startup/linkcmds: Use___start_set_sysctl_set, ___stop_set_sysctl_set
122        instead of __start_set_sysctl_set, __stop_set_sysctl_set
123        (bfin uses '_' prefixed c-symbols.)
124
1252006-11-10  Alain Schaefer <alani@easc.ch>
126
127        * startup/linkcmds: Put .fini into sdram.
128        Add __edata, __etext.
129
1302006-10-26      Joel Sherrill <joel@OARcorp.com>
131
132        * configure, include/bspopts.h.in: Removed.
133
1342006-10-24      Joel Sherrill <joel@OARcorp.com>
135
136        * include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
137
1382006-06-05  Alain Schaefer <alani@easc.ch>
139
140    * all files : Initial copy and port from no_cpu
Note: See TracBrowser for help on using the repository browser.