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

4.8
Last change on this file since 1f0fde99 was 1f0fde99, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/08 at 23:02:10

2008-03-03 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
  • Property mode set to 100644
File size: 2.3 KB
Line 
12008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/linkcmds: Add wildcard to gcc_except_table section so
4        programs compiled with gcc 4.3.x can link.
5
62008-02-14      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * preinstall.am: Include cplb.h
9
102007-09-24      Chris Johns <chrisj@rtems.org>
11
12        * include/bsp.h: Do not use C++ comments.
13
142007-09-20      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * preinstall.am: Add cplb.h.
17        * startup/bspstart.c: Add cast of constant.
18
192007-09-10      Alain Schaefer <alani@easc.ch>
20
21        * preinstall.am, startup/bspstart.c, startup/linkcmds: Complete earlier
22        patch.
23        * include/cplb.h: New file.
24
252007-09-10      Alain Schaefer <alani@easc.ch>
26
27        * startup/bspstart.c: Add a useful routine to program memory protection
28        in bfin. It is not used but a user of ezKit533 can customize its bsp
29        and use this function.
30
312007-05-24      Alain Schaefer <alani@easc.ch>
32
33        * startup/bspstart.c: Fix a problem in the InitEBIU method.
34
352007-04-17      Joel Sherrill <joel@OARcorp.com>
36
37        * include/bsp.h, startup/bspstart.c: Fix compile errors and address
38        most warnings about constants being too large.
39
402007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * bsp_specs: Remove qrtems_debug.
43
442007-03-11      Joel Sherrill <joel@OARcorp.com>
45
46        * startup/bspstart.c: Remove assignments of
47        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
48        value in boot_card.c
49
502006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * configure.ac: New BUG-REPORT address.
53
542006-11-20  Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * include/coverhd.h: Remove (Use shared default template instead).
57
582006-11-15      Joel Sherrill <joel@OARcorp.com>
59
60        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
61        file and simplified initialization.
62
632006-11-11  Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * startup/linkcmds: Use___start_set_sysctl_set, ___stop_set_sysctl_set
66        instead of __start_set_sysctl_set, __stop_set_sysctl_set
67        (bfin uses '_' prefixed c-symbols.)
68
692006-11-10  Alain Schaefer <alani@easc.ch>
70
71        * startup/linkcmds: Put .fini into sdram.
72        Add __edata, __etext.
73
742006-10-26      Joel Sherrill <joel@OARcorp.com>
75
76        * configure, include/bspopts.h.in: Removed.
77
782006-10-24      Joel Sherrill <joel@OARcorp.com>
79
80        * include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
81
822006-06-05  Alain Schaefer <alani@easc.ch>
83
84    * all files : Initial copy and port from no_cpu
Note: See TracBrowser for help on using the repository browser.