source: rtems/c/src/lib/libbsp/sparc/leon2/ChangeLog @ ee8933f2

4.104.114.84.95
Last change on this file since ee8933f2 was ee8933f2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/06/07 at 13:17:16

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

  • cchip/cchip.c, include/cchip.h, include/rasta.h, rasta/rasta.c: New files missed in previous commit.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12007-09-06      Daniel Hellstrom <daniel@gaisler.com>
2
3        * cchip/cchip.c, include/cchip.h, include/rasta.h,
4        rasta/rasta.c: New files missed in previous commit.
5
62007-09-06      Daniel Hellstrom <daniel@gaisler.com>
7
8        * Makefile.am, preinstall.am: Use the following new drivers from
9        sparc/shared: PCI, b1553BRM, SpaceWire(GRSPW), CAN (GRCAN), Raw UART.
10
112007-09-05      Daniel Hellstrom <daniel@gaisler.com>
12
13        * include/bsp.h: LEON2 and LEON3 Data cache snooping detection on
14        startup, for drivers. (LEON2,3 are configurable processors, they can
15        be with or without DCache snooping. Caches without snooping needs the
16        drivers to flush cache or use the sparc instruction lda to force
17        cache miss...)
18
192007-09-05      Daniel Hellstrom <daniel@gaisler.com>
20
21        * Makefile.am, preinstall.am: LEON3 AMBA PnP bus scanning moved to
22        shared/amba/amba.c and shared/include/ambapp.h. The AMBA scanning was
23        improved to take account for PnP info address translation. This is
24        useful when scanning remote AMBA busses for example when a board
25        connected with PCI has an AMBA bus that needs to be scanned, before
26        the addresses was hard coded. Also, LEON2 now have AMBA PnP bus
27        scanning support. By using the new AMBA scanning routines it is
28        possible to isolate the AMBA scanning code to ambapp.c, however
29        existing drivers should be updated to use them in order to save
30        space.
31
322007-09-05      Daniel Hellstrom <daniel@gaisler.com>
33
34        * include/bsp.h: This patch prepares bsp.h so that shared code (new
35        drivers) can easily have small small sections of BSP specific code.
36
372007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * startup/spurious.c: Fix typo from previous commit.
40
412007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c,
44        startup/spurious.c: Remove debug print methods that are redundant
45        with prntk and replace their use with printk.
46
472007-05-03      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/linkcmds: Handle .data.* sections
50
512007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * bsp_specs: Remove qrtems_debug.
54
552007-03-10      Joel Sherrill <joel@OARcorp.com>
56
57        PR 1227/bsps
58        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
59        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
60
612006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * console/console.c, timer/timer.c: Use uint32_t instead of
64          rtems_unsigned32/unsigned32.
65
662006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * configure.ac: New BUG-REPORT address.
69
702006-11-16      Joel Sherrill <joel@OARcorp.com>
71
72        * clock/ckinit.c: Use common clock driver template and eliminate all
73        fast idle code specific to this BSP. This eliminates a fair amount of
74        code in the BSP clock driver and bsp_startup. The LEON3 has to do a
75        scan of the AMBA bus to find the timer so I added the new hook
76        Clock_driver_support_find_timer to support this. In general, there
77        was some clean up to the file headers of various files.
78
792006-11-15      Joel Sherrill <joel@OARcorp.com>
80
81        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
82        file and simplified initialization.
83
842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * Makefile.am: Remove superfluous -DASM.
87
882006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * configure.ac: Require autoconf-2.60. Require automake-1.10.
91
922006-06-24      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/linkcmds: Add .rela.dyn sections.
95
962006-03-08      Joel Sherrill <joel@OARcorp.com>
97
98        * startup/linkcmds: Add .gnu.linkonce.b.* section.
99
1002006-02-08      Joel Sherrill <joel@OARcorp.com>
101
102        * startup/linkcmds: Add sections required by newer gcc versions.
103
1042006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * configure.ac: Remove explicit ampolish3 support (now in
107        RTEMS_BSP_CONFIGURE).
108
1092006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * configure.ac: Add ampolish3 support.
112        * Makefile.am: Add preinstall.am.
113
1142006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * leon_smc91111/leon_smc91111.c, README, timer/timer.c,
117        startup/setvec.c, startup/spurious.c, startup/linkcmds,
118        console/console.c, console/debugputs.c,
119        console/consolereserveresources.c, bsp_specs, gnatsupp/gnatsupp.c,
120        include/coverhd.h, include/tm27.h, include/leon.h, include/bsp.h,
121        Makefile.am, configure.ac, times, leon_open_eth/leon_open_eth.c,
122        clock/ckinit.c: Backport from rtems-4-6-branch.
Note: See TracBrowser for help on using the repository browser.