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

4.104.114.95
Last change on this file since 6ea100c1 was 6ea100c1, checked in by Joel Sherrill <joel.sherrill@…>, on 05/12/08 at 18:43:55

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

  • startup/bspstart.c: Refactored and renamed initialization routines to rtems_initialize_data_structures, rtems_initialize_before_drivers, rtems_initialize_device_drivers, and rtems_initialize_start_multitasking. This opened the sequence up so that bootcard() could provide a more robust and flexible framework which is easier to explain and understand. This also lays the groundwork for sharing the division of available memory between the RTEMS workspace and heap and the C library initialization across all BSPs.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Refactored and renamed initialization routines to
4        rtems_initialize_data_structures, rtems_initialize_before_drivers,
5        rtems_initialize_device_drivers, and
6        rtems_initialize_start_multitasking. This opened the sequence up so
7        that bootcard() could provide a more robust and flexible framework
8        which is easier to explain and understand. This also lays the
9        groundwork for sharing the division of available memory between the
10        RTEMS workspace and heap and the C library initialization across all
11        BSPs.
12
132008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * startup/linkcmds: Add wildcard to gcc_except_table section so
16        programs compiled with gcc 4.3.x can link.
17
182008-02-15      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * preinstall.am: Add cplb.h
21
222007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
25        Configuration Table. Use the RTEMS provided accessor macros to obtain
26        configuration fields.
27
282007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
31        from CPU Table to Configuration Table. Eliminate CPU Table from all
32        ports. Delete references to CPU Table in all forms.
33
342007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
37        Table fields to the Configuration Table. This included
38        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
39        do_zero_of_workspace, extra_mpci_receive_server_stack,
40        stack_allocate_hook, and stack_free_hook. As a side-effect of this
41        effort some multiprocessing code was made conditional and some style
42        clean up occurred.
43
442007-09-24      Chris Johns <chrisj@rtems.org>
45
46        * include/bsp.h: Do not use C++ comments.
47
482007-09-20      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * preinstall.am: Add cplb.h.
51        * startup/bspstart.c: Add cast of constant.
52
532007-09-10      Alain Schaefer <alani@easc.ch>
54
55        * preinstall.am, startup/bspstart.c, startup/linkcmds: Complete earlier
56        patch.
57        * include/cplb.h: New file.
58
592007-09-10      Alain Schaefer <alani@easc.ch>
60
61        * startup/bspstart.c: Add a useful routine to program memory protection
62        in bfin. It is not used but a user of ezKit533 can customize its bsp
63        and use this function.
64
652007-05-24      Alain Schaefer <alani@easc.ch>
66
67        * startup/bspstart.c: Fix a problem in the InitEBIU method.
68
692007-04-17      Joel Sherrill <joel@OARcorp.com>
70
71        * include/bsp.h, startup/bspstart.c: Fix compile errors and address
72        most warnings about constants being too large.
73
742007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * bsp_specs: Remove qrtems_debug.
77
782007-03-11      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/bspstart.c: Remove assignments of
81        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
82        value in boot_card.c
83
842006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * configure.ac: New BUG-REPORT address.
87
882006-11-20  Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * include/coverhd.h: Remove (Use shared default template instead).
91
922006-11-15      Joel Sherrill <joel@OARcorp.com>
93
94        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
95        file and simplified initialization.
96
972006-11-11  Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * startup/linkcmds: Use___start_set_sysctl_set, ___stop_set_sysctl_set
100        instead of __start_set_sysctl_set, __stop_set_sysctl_set
101        (bfin uses '_' prefixed c-symbols.)
102
1032006-11-10  Alain Schaefer <alani@easc.ch>
104
105        * startup/linkcmds: Put .fini into sdram.
106        Add __edata, __etext.
107
1082006-10-26      Joel Sherrill <joel@OARcorp.com>
109
110        * configure, include/bspopts.h.in: Removed.
111
1122006-10-24      Joel Sherrill <joel@OARcorp.com>
113
114        * include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
115
1162006-06-05  Alain Schaefer <alani@easc.ch>
117
118    * all files : Initial copy and port from no_cpu
Note: See TracBrowser for help on using the repository browser.