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

4.104.114.84.95
Last change on this file since 65332b4 was 65332b4, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/07 at 21:03:55

2007-05-11 Joel Sherrill <joel.sherrill@…>

  • startup/spurious.c: Fix typo from previous commit.
  • Property mode set to 100644
File size: 2.7 KB
Line 
12007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/spurious.c: Fix typo from previous commit.
4
52007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c,
8        startup/spurious.c: Remove debug print methods that are redundant
9        with prntk and replace their use with printk.
10
112007-05-03      Joel Sherrill <joel@OARcorp.com>
12
13        * startup/linkcmds: Handle .data.* sections
14
152007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * bsp_specs: Remove qrtems_debug.
18
192007-03-10      Joel Sherrill <joel@OARcorp.com>
20
21        PR 1227/bsps
22        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
23        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
24
252006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * console/console.c, timer/timer.c: Use uint32_t instead of
28          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: Use common clock driver template and eliminate all
37        fast idle code specific to this BSP. This eliminates a fair amount of
38        code in the BSP clock driver and bsp_startup. The LEON3 has to do a
39        scan of the AMBA bus to find the timer so I added the new hook
40        Clock_driver_support_find_timer to support this. In general, there
41        was some clean up to the file headers of various files.
42
432006-11-15      Joel Sherrill <joel@OARcorp.com>
44
45        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
46        file and simplified initialization.
47
482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Remove superfluous -DASM.
51
522006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Require autoconf-2.60. Require automake-1.10.
55
562006-06-24      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/linkcmds: Add .rela.dyn sections.
59
602006-03-08      Joel Sherrill <joel@OARcorp.com>
61
62        * startup/linkcmds: Add .gnu.linkonce.b.* section.
63
642006-02-08      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: Add sections required by newer gcc versions.
67
682006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * configure.ac: Remove explicit ampolish3 support (now in
71        RTEMS_BSP_CONFIGURE).
72
732006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * configure.ac: Add ampolish3 support.
76        * Makefile.am: Add preinstall.am.
77
782006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * leon_smc91111/leon_smc91111.c, README, timer/timer.c,
81        startup/setvec.c, startup/spurious.c, startup/linkcmds,
82        console/console.c, console/debugputs.c,
83        console/consolereserveresources.c, bsp_specs, gnatsupp/gnatsupp.c,
84        include/coverhd.h, include/tm27.h, include/leon.h, include/bsp.h,
85        Makefile.am, configure.ac, times, leon_open_eth/leon_open_eth.c,
86        clock/ckinit.c: Backport from rtems-4-6-branch.
Note: See TracBrowser for help on using the repository browser.