source: rtems/c/src/lib/libbsp/sparc/leon3/ChangeLog @ 1144653

4.104.114.84.95
Last change on this file since 1144653 was 1144653, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/07 at 20:33:33

2007-05-03 Joel Sherrill <joel@…>

  • startup/linkcmds: Handle .data.* sections
  • Property mode set to 100644
File size: 4.6 KB
Line 
12007-05-03      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Handle .data.* sections
4
52007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * bsp_specs: Remove qrtems_debug.
8
92007-03-28      Joel Sherrill <joel@OARcorp.com>
10
11        * include/amba.h: Remove CVS conflict marker.
12
132007-03-11      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/bspstart.c: Remove assignments of
16        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
17        value in boot_card.c
18
192007-03-10      Joel Sherrill <joel@OARcorp.com>
20
21        PR 1227/bsps
22        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
23        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
24
252007-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * shmsupp/getcfg.c: Comment out npu (Unused).
28
292006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * console/debugputs.c, shmsupp/getcfg.c, shmsupp/lock.c,
32        timer/timer.c: Use uint32_t instead of rtems_unsigned32/unsigned32.
33
342006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * configure.ac: New BUG-REPORT address.
37
382006-11-16      Joel Sherrill <joel@OARcorp.com>
39
40        * clock/ckinit.c, startup/bspstart.c: Use common clock driver template
41        and eliminate all fast idle code specific to this BSP. This
42        eliminates a fair amount of code in the BSP clock driver and
43        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
44        timer so I added the new hook Clock_driver_support_find_timer to
45        support this. In general, there was some clean up to the file headers
46        of various files.
47
482006-11-15      Joel Sherrill <joel@OARcorp.com>
49
50        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
51        file and simplified initialization.
52
532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Remove superfluous -DASM.
56
572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * configure.ac: Require autoconf-2.60. Require automake-1.10.
60
612006-07-16      Joel Sherrill <joel@OARcorp.com>
62
63        * preinstall.am: Install spacewire.h
64
652006-07-13      Jerry Needell <jerry.needell@unh.edu>
66
67        * clock/ckinit.c, include/leon.h, timer/timer.c, amba/amba.c
68        fixed up merge from 4.6.6. Correct references to
69        LEON3_IrqCtrl_Regs_Map.mask[x] and LEON3_Timer_Regs_Map.timer[x].
70
712006-07-12      Jerry Needell <jerry.needell@unh.edu>
72
73        * amba/amba.c, clock/ckinit.c, include/amba.h, timer/timer.c: Search
74        for the Timer Register when initializing the amba rather than before
75        each potential use.
76
772006-07-12      Joel Sherrill <joel@OARcorp.com>
78
79        * Makefile.am, include/leon.h: Try to merge rest of 4.6 BSP changes.
80        * include/spacewire.h: New file.
81
822006-07-12      Joel Sherrill <joel@OARcorp.com>
83
84        * Makefile.am: Merge SHM support from 4.6 branch.
85        * shmsupp/README, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
86        shmsupp/mpisr.c: New files.
87
882006-07-11      Joel Sherrill <joel@OARcorp.com>
89
90        * clock/ckinit.c: Actually call the routine to find the LEON3 time.
91
922006-07-11      Joel Sherrill <joel@OARcorp.com>
93
94        * leon_greth/.cvsignore, leon_greth/leon_greth.c: New files.
95        Missed adding in previous commit of merge.
96
972006-07-11      Joel Sherrill <joel@OARcorp.com>
98
99        * clock/ckinit.c, timer/timer.c: Make sure LEON3_Timer_Regs is
100        initialized for the timer driver.
101
1022006-07-11      Jerry Needell <jerry.needell@unh.edu>
103
104        * ChangeLog, Makefile.am, clock/ckinit.c, include/amba.h,
105        include/bsp.h: Merge SPARC updates from 4.6 branch.  Original
106        modifications by Gaisler Enterprises.
107
1082006-07-03      Jerry Needell <jerry.needell@unh.edu>
109
110        * leon_greth/leon_greth.c, include/bsp.h, include/amba.h: ported from 4.6.6
111
1122006-06-24      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/linkcmds: Add .rela.dyn sections.
115
1162006-04-12      Konrad Eisele <konrad@gaisler.com>
117
118        * include/leon.h: Add LEON_INTERRUPT_EXTERNAL_1 define.
119
1202006-03-08      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/linkcmds: Add .gnu.linkonce.b.* section.
123
1242006-02-08      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/linkcmds: Add sections required by newer gcc versions.
127
1282006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * configure.ac: Remove explicit ampolish3 support (now in
131        RTEMS_BSP_CONFIGURE).
132
1332006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * configure.ac: Add ampolish3 support.
136        * Makefile.am: Add preinstall.am.
137
1382006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * leon_smc91111/leon_smc91111.c, README, timer/timer.c,
141        startup/ithread.S, startup/setvec.c, startup/spurious.c,
142        startup/linkcmds, startup/bspstart.c, console/console.c,
143        console/debugputs.c, console/consolereserveresources.c,
144        bsp_specs, amba/amba.c, gnatsupp/gnatsupp.c, include/coverhd.h,
145        include/tm27.h, include/leon.h, include/bsp.h, include/amba.h,
146        Makefile.am, configure.ac, times, leon_open_eth/leon_open_eth.c
147        clock/ckinit.c: Backport from rtems-4-6-branch.
Note: See TracBrowser for help on using the repository browser.