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

4.104.114.84.95
Last change on this file since 2f9e237 was 2f9e237, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/07 at 21:14:52

2007-05-11 Joel Sherrill <joel.sherrill@…>

  • startup/spurious.c: Fix typo from previous commit.
  • Property mode set to 100644
File size: 4.9 KB
Line 
12007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/spurious.c: Fix typo from previous commit.
4
52007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c,
8        startup/bspstart.c, startup/spurious.c: Remove debug print methods
9        that are redundant with prntk and replace their use with printk.
10
112007-05-03      Joel Sherrill <joel@OARcorp.com>
12
13        * startup/linkcmds: Handle .data.* sections
14
152007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * bsp_specs: Remove qrtems_debug.
18
192007-03-28      Joel Sherrill <joel@OARcorp.com>
20
21        * include/amba.h: Remove CVS conflict marker.
22
232007-03-11      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/bspstart.c: Remove assignments of
26        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
27        value in boot_card.c
28
292007-03-10      Joel Sherrill <joel@OARcorp.com>
30
31        PR 1227/bsps
32        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
33        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
34
352007-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * shmsupp/getcfg.c: Comment out npu (Unused).
38
392006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * console/debugputs.c, shmsupp/getcfg.c, shmsupp/lock.c,
42        timer/timer.c: Use uint32_t instead of rtems_unsigned32/unsigned32.
43
442006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: New BUG-REPORT address.
47
482006-11-16      Joel Sherrill <joel@OARcorp.com>
49
50        * clock/ckinit.c, startup/bspstart.c: Use common clock driver template
51        and eliminate all fast idle code specific to this BSP. This
52        eliminates a fair amount of code in the BSP clock driver and
53        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
54        timer so I added the new hook Clock_driver_support_find_timer to
55        support this. In general, there was some clean up to the file headers
56        of various files.
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-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Remove superfluous -DASM.
66
672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Require autoconf-2.60. Require automake-1.10.
70
712006-07-16      Joel Sherrill <joel@OARcorp.com>
72
73        * preinstall.am: Install spacewire.h
74
752006-07-13      Jerry Needell <jerry.needell@unh.edu>
76
77        * clock/ckinit.c, include/leon.h, timer/timer.c, amba/amba.c
78        fixed up merge from 4.6.6. Correct references to
79        LEON3_IrqCtrl_Regs_Map.mask[x] and LEON3_Timer_Regs_Map.timer[x].
80
812006-07-12      Jerry Needell <jerry.needell@unh.edu>
82
83        * amba/amba.c, clock/ckinit.c, include/amba.h, timer/timer.c: Search
84        for the Timer Register when initializing the amba rather than before
85        each potential use.
86
872006-07-12      Joel Sherrill <joel@OARcorp.com>
88
89        * Makefile.am, include/leon.h: Try to merge rest of 4.6 BSP changes.
90        * include/spacewire.h: New file.
91
922006-07-12      Joel Sherrill <joel@OARcorp.com>
93
94        * Makefile.am: Merge SHM support from 4.6 branch.
95        * shmsupp/README, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
96        shmsupp/mpisr.c: New files.
97
982006-07-11      Joel Sherrill <joel@OARcorp.com>
99
100        * clock/ckinit.c: Actually call the routine to find the LEON3 time.
101
1022006-07-11      Joel Sherrill <joel@OARcorp.com>
103
104        * leon_greth/.cvsignore, leon_greth/leon_greth.c: New files.
105        Missed adding in previous commit of merge.
106
1072006-07-11      Joel Sherrill <joel@OARcorp.com>
108
109        * clock/ckinit.c, timer/timer.c: Make sure LEON3_Timer_Regs is
110        initialized for the timer driver.
111
1122006-07-11      Jerry Needell <jerry.needell@unh.edu>
113
114        * ChangeLog, Makefile.am, clock/ckinit.c, include/amba.h,
115        include/bsp.h: Merge SPARC updates from 4.6 branch.  Original
116        modifications by Gaisler Enterprises.
117
1182006-07-03      Jerry Needell <jerry.needell@unh.edu>
119
120        * leon_greth/leon_greth.c, include/bsp.h, include/amba.h: ported from 4.6.6
121
1222006-06-24      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/linkcmds: Add .rela.dyn sections.
125
1262006-04-12      Konrad Eisele <konrad@gaisler.com>
127
128        * include/leon.h: Add LEON_INTERRUPT_EXTERNAL_1 define.
129
1302006-03-08      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/linkcmds: Add .gnu.linkonce.b.* section.
133
1342006-02-08      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/linkcmds: Add sections required by newer gcc versions.
137
1382006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * configure.ac: Remove explicit ampolish3 support (now in
141        RTEMS_BSP_CONFIGURE).
142
1432006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * configure.ac: Add ampolish3 support.
146        * Makefile.am: Add preinstall.am.
147
1482006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * leon_smc91111/leon_smc91111.c, README, timer/timer.c,
151        startup/ithread.S, startup/setvec.c, startup/spurious.c,
152        startup/linkcmds, startup/bspstart.c, console/console.c,
153        console/debugputs.c, console/consolereserveresources.c,
154        bsp_specs, amba/amba.c, gnatsupp/gnatsupp.c, include/coverhd.h,
155        include/tm27.h, include/leon.h, include/bsp.h, include/amba.h,
156        Makefile.am, configure.ac, times, leon_open_eth/leon_open_eth.c
157        clock/ckinit.c: Backport from rtems-4-6-branch.
Note: See TracBrowser for help on using the repository browser.