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

4.104.114.84.95
Last change on this file since 6dacdf9d was 6dacdf9d, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/07 at 21:19:23

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

  • include/bsp.h, startup/bspstart.c, startup/spurious.c: hello and ticker now run using runtest.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/bsp.h, startup/bspstart.c, startup/spurious.c: hello and
4        ticker now run using runtest.
5
62007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * startup/spurious.c: Fix typo from previous commit.
9
102007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c,
13        startup/bspstart.c, startup/spurious.c: Remove debug print methods
14        that are redundant with prntk and replace their use with printk.
15
162007-05-03      Joel Sherrill <joel@OARcorp.com>
17
18        * startup/linkcmds: Handle .data.* sections
19
202007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * bsp_specs: Remove qrtems_debug.
23
242007-03-28      Joel Sherrill <joel@OARcorp.com>
25
26        * include/amba.h: Remove CVS conflict marker.
27
282007-03-11      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/bspstart.c: Remove assignments of
31        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
32        value in boot_card.c
33
342007-03-10      Joel Sherrill <joel@OARcorp.com>
35
36        PR 1227/bsps
37        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
38        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
39
402007-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * shmsupp/getcfg.c: Comment out npu (Unused).
43
442006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * console/debugputs.c, shmsupp/getcfg.c, shmsupp/lock.c,
47        timer/timer.c: Use uint32_t instead of rtems_unsigned32/unsigned32.
48
492006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * configure.ac: New BUG-REPORT address.
52
532006-11-16      Joel Sherrill <joel@OARcorp.com>
54
55        * clock/ckinit.c, startup/bspstart.c: Use common clock driver template
56        and eliminate all fast idle code specific to this BSP. This
57        eliminates a fair amount of code in the BSP clock driver and
58        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
59        timer so I added the new hook Clock_driver_support_find_timer to
60        support this. In general, there was some clean up to the file headers
61        of various files.
62
632006-11-15      Joel Sherrill <joel@OARcorp.com>
64
65        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
66        file and simplified initialization.
67
682006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Remove superfluous -DASM.
71
722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * configure.ac: Require autoconf-2.60. Require automake-1.10.
75
762006-07-16      Joel Sherrill <joel@OARcorp.com>
77
78        * preinstall.am: Install spacewire.h
79
802006-07-13      Jerry Needell <jerry.needell@unh.edu>
81
82        * clock/ckinit.c, include/leon.h, timer/timer.c, amba/amba.c
83        fixed up merge from 4.6.6. Correct references to
84        LEON3_IrqCtrl_Regs_Map.mask[x] and LEON3_Timer_Regs_Map.timer[x].
85
862006-07-12      Jerry Needell <jerry.needell@unh.edu>
87
88        * amba/amba.c, clock/ckinit.c, include/amba.h, timer/timer.c: Search
89        for the Timer Register when initializing the amba rather than before
90        each potential use.
91
922006-07-12      Joel Sherrill <joel@OARcorp.com>
93
94        * Makefile.am, include/leon.h: Try to merge rest of 4.6 BSP changes.
95        * include/spacewire.h: New file.
96
972006-07-12      Joel Sherrill <joel@OARcorp.com>
98
99        * Makefile.am: Merge SHM support from 4.6 branch.
100        * shmsupp/README, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
101        shmsupp/mpisr.c: New files.
102
1032006-07-11      Joel Sherrill <joel@OARcorp.com>
104
105        * clock/ckinit.c: Actually call the routine to find the LEON3 time.
106
1072006-07-11      Joel Sherrill <joel@OARcorp.com>
108
109        * leon_greth/.cvsignore, leon_greth/leon_greth.c: New files.
110        Missed adding in previous commit of merge.
111
1122006-07-11      Joel Sherrill <joel@OARcorp.com>
113
114        * clock/ckinit.c, timer/timer.c: Make sure LEON3_Timer_Regs is
115        initialized for the timer driver.
116
1172006-07-11      Jerry Needell <jerry.needell@unh.edu>
118
119        * ChangeLog, Makefile.am, clock/ckinit.c, include/amba.h,
120        include/bsp.h: Merge SPARC updates from 4.6 branch.  Original
121        modifications by Gaisler Enterprises.
122
1232006-07-03      Jerry Needell <jerry.needell@unh.edu>
124
125        * leon_greth/leon_greth.c, include/bsp.h, include/amba.h: ported from 4.6.6
126
1272006-06-24      Joel Sherrill <joel@OARcorp.com>
128
129        * startup/linkcmds: Add .rela.dyn sections.
130
1312006-04-12      Konrad Eisele <konrad@gaisler.com>
132
133        * include/leon.h: Add LEON_INTERRUPT_EXTERNAL_1 define.
134
1352006-03-08      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/linkcmds: Add .gnu.linkonce.b.* section.
138
1392006-02-08      Joel Sherrill <joel@OARcorp.com>
140
141        * startup/linkcmds: Add sections required by newer gcc versions.
142
1432006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * configure.ac: Remove explicit ampolish3 support (now in
146        RTEMS_BSP_CONFIGURE).
147
1482006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * configure.ac: Add ampolish3 support.
151        * Makefile.am: Add preinstall.am.
152
1532006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * leon_smc91111/leon_smc91111.c, README, timer/timer.c,
156        startup/ithread.S, startup/setvec.c, startup/spurious.c,
157        startup/linkcmds, startup/bspstart.c, console/console.c,
158        console/debugputs.c, console/consolereserveresources.c,
159        bsp_specs, amba/amba.c, gnatsupp/gnatsupp.c, include/coverhd.h,
160        include/tm27.h, include/leon.h, include/bsp.h, include/amba.h,
161        Makefile.am, configure.ac, times, leon_open_eth/leon_open_eth.c
162        clock/ckinit.c: Backport from rtems-4-6-branch.
Note: See TracBrowser for help on using the repository browser.