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

4.8
Last change on this file since ef83c4c was ef83c4c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/08 at 17:39:10

2008-05-07 Joel Sherrill <joel.sherrill@…>

  • clock/ckinit.c: Add nanoseconds clock tick granularity support.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * clock/ckinit.c: Add nanoseconds clock tick granularity support.
4
52008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/linkcmds: Add wildcard to gcc_except_table section so
8        programs compiled with gcc 4.3.x can link.
9
102008-02-14      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * preinstall.am: Spacing.
13
142007-12-05      Daniel Hellstrom <daniel@gaisler.com>
15
16        * Makefile.am, preinstall.am: i2c should be on branch as well as CVS
17        head.
18
192007-11-30      Daniel Hellstrom <daniel@gaisler.com>
20
21        * rasta/rasta.c: LEON2 PCI RASTA driver. Changes RASTA PCI interrupt to
22        5 from 4. This is to avoid conflict with the LAN9C111 network MAC
23        driver using interrupt 4.
24
252007-09-12      Daniel Hellstrom <daniel@gaisler.com>
26
27        * leon_smc91111/leon_smc91111.c: LEON2 SMC91111 initialization: PIO
28        Interrupt initialization fix and speed rate defaulted to 100Mbit/s
29        for boards with 50MHz system clock or greater now all defaults to
30        100Mbit/s
31
322007-09-07      Daniel Hellstrom <daniel@gaisler.com>
33
34        * leon_smc91111/leon_smc91111.c, rasta/rasta.c: Remove warnings.
35
362007-09-06      Daniel Hellstrom <daniel@gaisler.com>
37
38        * pci/pci.c: New file.
39
402007-09-06      Daniel Hellstrom <daniel@gaisler.com>
41
42        * cchip/cchip.c, include/cchip.h, include/rasta.h,
43        rasta/rasta.c: New files missed in previous commit.
44
452007-09-06      Daniel Hellstrom <daniel@gaisler.com>
46
47        * Makefile.am, preinstall.am: Use the following new drivers from
48        sparc/shared: PCI, b1553BRM, SpaceWire(GRSPW), CAN (GRCAN), Raw UART.
49
502007-09-05      Daniel Hellstrom <daniel@gaisler.com>
51
52        * include/bsp.h: LEON2 and LEON3 Data cache snooping detection on
53        startup, for drivers. (LEON2,3 are configurable processors, they can
54        be with or without DCache snooping. Caches without snooping needs the
55        drivers to flush cache or use the sparc instruction lda to force
56        cache miss...)
57
582007-09-05      Daniel Hellstrom <daniel@gaisler.com>
59
60        * Makefile.am, preinstall.am: LEON3 AMBA PnP bus scanning moved to
61        shared/amba/amba.c and shared/include/ambapp.h. The AMBA scanning was
62        improved to take account for PnP info address translation. This is
63        useful when scanning remote AMBA busses for example when a board
64        connected with PCI has an AMBA bus that needs to be scanned, before
65        the addresses was hard coded. Also, LEON2 now have AMBA PnP bus
66        scanning support. By using the new AMBA scanning routines it is
67        possible to isolate the AMBA scanning code to ambapp.c, however
68        existing drivers should be updated to use them in order to save
69        space.
70
712007-09-05      Daniel Hellstrom <daniel@gaisler.com>
72
73        * include/bsp.h: This patch prepares bsp.h so that shared code (new
74        drivers) can easily have small small sections of BSP specific code.
75
762007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * startup/spurious.c: Fix typo from previous commit.
79
802007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c,
83        startup/spurious.c: Remove debug print methods that are redundant
84        with prntk and replace their use with printk.
85
862007-05-03      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/linkcmds: Handle .data.* sections
89
902007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * bsp_specs: Remove qrtems_debug.
93
942007-03-10      Joel Sherrill <joel@OARcorp.com>
95
96        PR 1227/bsps
97        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
98        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
99
1002006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * console/console.c, timer/timer.c: Use uint32_t instead of
103          rtems_unsigned32/unsigned32.
104
1052006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * configure.ac: New BUG-REPORT address.
108
1092006-11-16      Joel Sherrill <joel@OARcorp.com>
110
111        * clock/ckinit.c: Use common clock driver template and eliminate all
112        fast idle code specific to this BSP. This eliminates a fair amount of
113        code in the BSP clock driver and bsp_startup. The LEON3 has to do a
114        scan of the AMBA bus to find the timer so I added the new hook
115        Clock_driver_support_find_timer to support this. In general, there
116        was some clean up to the file headers of various files.
117
1182006-11-15      Joel Sherrill <joel@OARcorp.com>
119
120        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
121        file and simplified initialization.
122
1232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * Makefile.am: Remove superfluous -DASM.
126
1272006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * configure.ac: Require autoconf-2.60. Require automake-1.10.
130
1312006-06-24      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/linkcmds: Add .rela.dyn sections.
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/setvec.c, startup/spurious.c, startup/linkcmds,
157        console/console.c, console/debugputs.c,
158        console/consolereserveresources.c, bsp_specs, gnatsupp/gnatsupp.c,
159        include/coverhd.h, include/tm27.h, include/leon.h, include/bsp.h,
160        Makefile.am, configure.ac, times, leon_open_eth/leon_open_eth.c,
161        clock/ckinit.c: Backport from rtems-4-6-branch.
Note: See TracBrowser for help on using the repository browser.