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

4.104.114.95
Last change on this file since d34d8692 was d34d8692, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/07 at 22:22:26

2007-12-04 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
  • Property mode set to 100644
File size: 2.8 KB
Line 
12007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
4        from CPU Table to Configuration Table. Eliminate CPU Table from all
5        ports. Delete references to CPU Table in all forms.
6
72007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
10        Table fields to the Configuration Table. This included
11        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
12        do_zero_of_workspace, extra_mpci_receive_server_stack,
13        stack_allocate_hook, and stack_free_hook. As a side-effect of this
14        effort some multiprocessing code was made conditional and some style
15        clean up occurred.
16
172007-09-24      Chris Johns <chrisj@rtems.org>
18
19        * include/bsp.h: Do not use C++ comments.
20
212007-09-20      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * preinstall.am: Add cplb.h.
24        * startup/bspstart.c: Add cast of constant.
25
262007-09-10      Alain Schaefer <alani@easc.ch>
27
28        * preinstall.am, startup/bspstart.c, startup/linkcmds: Complete earlier
29        patch.
30        * include/cplb.h: New file.
31
322007-09-10      Alain Schaefer <alani@easc.ch>
33
34        * startup/bspstart.c: Add a useful routine to program memory protection
35        in bfin. It is not used but a user of ezKit533 can customize its bsp
36        and use this function.
37
382007-05-24      Alain Schaefer <alani@easc.ch>
39
40        * startup/bspstart.c: Fix a problem in the InitEBIU method.
41
422007-04-17      Joel Sherrill <joel@OARcorp.com>
43
44        * include/bsp.h, startup/bspstart.c: Fix compile errors and address
45        most warnings about constants being too large.
46
472007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * bsp_specs: Remove qrtems_debug.
50
512007-03-11      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/bspstart.c: Remove assignments of
54        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
55        value in boot_card.c
56
572006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * configure.ac: New BUG-REPORT address.
60
612006-11-20  Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * include/coverhd.h: Remove (Use shared default template instead).
64
652006-11-15      Joel Sherrill <joel@OARcorp.com>
66
67        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
68        file and simplified initialization.
69
702006-11-11  Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * startup/linkcmds: Use___start_set_sysctl_set, ___stop_set_sysctl_set
73        instead of __start_set_sysctl_set, __stop_set_sysctl_set
74        (bfin uses '_' prefixed c-symbols.)
75
762006-11-10  Alain Schaefer <alani@easc.ch>
77
78        * startup/linkcmds: Put .fini into sdram.
79        Add __edata, __etext.
80
812006-10-26      Joel Sherrill <joel@OARcorp.com>
82
83        * configure, include/bspopts.h.in: Removed.
84
852006-10-24      Joel Sherrill <joel@OARcorp.com>
86
87        * include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
88
892006-06-05  Alain Schaefer <alani@easc.ch>
90
91    * all files : Initial copy and port from no_cpu
Note: See TracBrowser for help on using the repository browser.