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

4.104.114.84.95
Last change on this file since 2aaff51 was 2aaff51, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/07 at 23:58:06

2007-09-05 Daniel Hellstrom <daniel@…>

  • include/bsp.h: This patch prepares bsp.h so that shared code (new drivers) can easily have small small sections of BSP specific code.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12007-09-05      Daniel Hellstrom <daniel@gaisler.com>
2
3        * include/bsp.h: This patch prepares bsp.h so that shared code (new
4        drivers) can easily have small small sections of BSP specific code.
5
62007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * include/bsp.h, startup/bspstart.c, startup/spurious.c: hello and
9        ticker now run using runtest.
10
112007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * startup/spurious.c: Fix typo from previous commit.
14
152007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c,
18        startup/bspstart.c, startup/spurious.c: Remove debug print methods
19        that are redundant with prntk and replace their use with printk.
20
212007-05-03      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Handle .data.* sections
24
252007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * bsp_specs: Remove qrtems_debug.
28
292007-03-28      Joel Sherrill <joel@OARcorp.com>
30
31        * include/amba.h: Remove CVS conflict marker.
32
332007-03-11      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/bspstart.c: Remove assignments of
36        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
37        value in boot_card.c
38
392007-03-10      Joel Sherrill <joel@OARcorp.com>
40
41        PR 1227/bsps
42        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
43        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
44
452007-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * shmsupp/getcfg.c: Comment out npu (Unused).
48
492006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * console/debugputs.c, shmsupp/getcfg.c, shmsupp/lock.c,
52        timer/timer.c: Use uint32_t instead of rtems_unsigned32/unsigned32.
53
542006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * configure.ac: New BUG-REPORT address.
57
582006-11-16      Joel Sherrill <joel@OARcorp.com>
59
60        * clock/ckinit.c, startup/bspstart.c: Use common clock driver template
61        and eliminate all fast idle code specific to this BSP. This
62        eliminates a fair amount of code in the BSP clock driver and
63        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
64        timer so I added the new hook Clock_driver_support_find_timer to
65        support this. In general, there was some clean up to the file headers
66        of various files.
67
682006-11-15      Joel Sherrill <joel@OARcorp.com>
69
70        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
71        file and simplified initialization.
72
732006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Remove superfluous -DASM.
76
772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * configure.ac: Require autoconf-2.60. Require automake-1.10.
80
812006-07-16      Joel Sherrill <joel@OARcorp.com>
82
83        * preinstall.am: Install spacewire.h
84
852006-07-13      Jerry Needell <jerry.needell@unh.edu>
86
87        * clock/ckinit.c, include/leon.h, timer/timer.c, amba/amba.c
88        fixed up merge from 4.6.6. Correct references to
89        LEON3_IrqCtrl_Regs_Map.mask[x] and LEON3_Timer_Regs_Map.timer[x].
90
912006-07-12      Jerry Needell <jerry.needell@unh.edu>
92
93        * amba/amba.c, clock/ckinit.c, include/amba.h, timer/timer.c: Search
94        for the Timer Register when initializing the amba rather than before
95        each potential use.
96
972006-07-12      Joel Sherrill <joel@OARcorp.com>
98
99        * Makefile.am, include/leon.h: Try to merge rest of 4.6 BSP changes.
100        * include/spacewire.h: New file.
101
1022006-07-12      Joel Sherrill <joel@OARcorp.com>
103
104        * Makefile.am: Merge SHM support from 4.6 branch.
105        * shmsupp/README, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
106        shmsupp/mpisr.c: New files.
107
1082006-07-11      Joel Sherrill <joel@OARcorp.com>
109
110        * clock/ckinit.c: Actually call the routine to find the LEON3 time.
111
1122006-07-11      Joel Sherrill <joel@OARcorp.com>
113
114        * leon_greth/.cvsignore, leon_greth/leon_greth.c: New files.
115        Missed adding in previous commit of merge.
116
1172006-07-11      Joel Sherrill <joel@OARcorp.com>
118
119        * clock/ckinit.c, timer/timer.c: Make sure LEON3_Timer_Regs is
120        initialized for the timer driver.
121
1222006-07-11      Jerry Needell <jerry.needell@unh.edu>
123
124        * ChangeLog, Makefile.am, clock/ckinit.c, include/amba.h,
125        include/bsp.h: Merge SPARC updates from 4.6 branch.  Original
126        modifications by Gaisler Enterprises.
127
1282006-07-03      Jerry Needell <jerry.needell@unh.edu>
129
130        * leon_greth/leon_greth.c, include/bsp.h, include/amba.h: ported from 4.6.6
131
1322006-06-24      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/linkcmds: Add .rela.dyn sections.
135
1362006-04-12      Konrad Eisele <konrad@gaisler.com>
137
138        * include/leon.h: Add LEON_INTERRUPT_EXTERNAL_1 define.
139
1402006-03-08      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/linkcmds: Add .gnu.linkonce.b.* section.
143
1442006-02-08      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/linkcmds: Add sections required by newer gcc versions.
147
1482006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * configure.ac: Remove explicit ampolish3 support (now in
151        RTEMS_BSP_CONFIGURE).
152
1532006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * configure.ac: Add ampolish3 support.
156        * Makefile.am: Add preinstall.am.
157
1582006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
159
160        * leon_smc91111/leon_smc91111.c, README, timer/timer.c,
161        startup/ithread.S, startup/setvec.c, startup/spurious.c,
162        startup/linkcmds, startup/bspstart.c, console/console.c,
163        console/debugputs.c, console/consolereserveresources.c,
164        bsp_specs, amba/amba.c, gnatsupp/gnatsupp.c, include/coverhd.h,
165        include/tm27.h, include/leon.h, include/bsp.h, include/amba.h,
166        Makefile.am, configure.ac, times, leon_open_eth/leon_open_eth.c
167        clock/ckinit.c: Backport from rtems-4-6-branch.
Note: See TracBrowser for help on using the repository browser.