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

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

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

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