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

4.104.114.84.95
Last change on this file since 2948f70 was 2948f70, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/12/07 at 02:50:11

2007-04-12 Ralf Corsépius <ralf.corsepius@…>

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