source: rtems/c/src/lib/libbsp/sparc/ChangeLog @ 9824dafe

4.104.114.84.95
Last change on this file since 9824dafe was 9824dafe, checked in by Joel Sherrill <joel.sherrill@…>, on 11/16/06 at 16:31:38

2006-11-16 Joel Sherrill <joel@…>

  • shared/bspstart.c, shared/start.S: Use common clock driver template and eliminate all fast idle code specific to this BSP. This eliminates a fair amount of code in the BSP clock driver and bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the timer so I added the new hook Clock_driver_support_find_timer to support this. In general, there was some clean up to the file headers of various files.
  • Property mode set to 100644
File size: 4.8 KB
Line 
12006-11-16      Joel Sherrill <joel@OARcorp.com>
2
3        * shared/bspstart.c, shared/start.S: Use common clock driver template
4        and eliminate all fast idle code specific to this BSP. This
5        eliminates a fair amount of code in the BSP clock driver and
6        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
7        timer so I added the new hook Clock_driver_support_find_timer to
8        support this. In general, there was some clean up to the file headers
9        of various files.
10
112006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * configure.ac: Require autoconf-2.60. Require automake-1.10.
14
152006-01-10      Joel Sherrill <joel@OARcorp.com>
16
17        * shared/start.S: Add include of bspopts.h so SIS quirks will trigger.
18
192006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * shared/start.S: Backport from rtems-4-6-branch.
22
232005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Merge-in shared/Makefile.am.
26        * ChangeLog: Merge-in shared/ChangeLog.
27        * configure.ac: Remove shared/Makefile.am.
28
292005-09-02      Joel Sherrill <joel@OARcorp.com>
30
31        PR 821/bsps
32        * shared/start.S: Workaround -- just avoid copying non-existent
33        initialized data in ROM to RAM.
34
352004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * configure.ac: Require automake > 1.9.
38
392004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * shared/start.S: Include <rtems/asm.h> instead of <asm.h>.
42
432004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * shared/bspstart.c, shared/gnatcommon.c: Convert to using c99 fixed
46        size types.
47
482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
51        * acinclude.m4: Regenerate.
52
532004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
56        $(RTEMS_BSP_FAMILY).
57
582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
61
622003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * shared/Makefile.am: Cosmetics.
65
662003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * acinclude.m4: Reflect changes to bootstrap.
69        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
70
712003-09-26      Joel Sherrill <joel@OARcorp.com>
72
73        * shared/bspstart.c: Obsoleting HP PA-RISC port and removing all
74        references.
75
762003-09-04      Joel Sherrill <joel@OARcorp.com>
77
78        * shared/bspclean.c, shared/bspstart.c: URL for license changed.
79
802003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Reflect having moved aclocal/.
83
842003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am, shared/Makefile.am: Reflect having moved automake/.
87
882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Use rtems-bugs@rtems.com as bug report email
91        address.
92
932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Remove AC_CONFIG_AUX_DIR.
96
972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
100        * configure.ac: AC_PREREQ(2.57).
101
1022002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
105
1062002-11-01      Joel Sherrill <joel@OARcorp.com>
107
108        * shared/gnatcommon.c: Removed warnings.
109
1102002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
113
1142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
118        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
119
1202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
123        * configure.ac: New file, generated from configure.in by autoupdate.
124        * configure.in: Remove.
125
1262001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * acinclude.m4: New file.
129        * configure.in: Use RTEMS_BSP_SUBDIR.
130
1312000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Cleanup.
134
1352000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
136
137        * shared/ChangeLog, shared/.cvsignore, shared/Makefile.am,
138        shared/bspclean.c, shared/bspstart.c, shared/gnatcommon.c,
139        shared/start.S: New files.  Largely moved from ERC32 BSP to be able
140        to be shared with LEON and other SPARC BSPs.
141        * Makefile.am, configure.in: Added shared directory as part of
142        enhancing ERC32 and adding LEON.
143
1442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
147
1482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
151        $(RTEMS_TOPdir)/aclocal.
152
1532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
156        GNU canonicalization.
157
1582000-08-10      Joel Sherrill <joel@OARcorp.com>
159
160        * ChangeLog: New file.
161
1622000-04-23      Jiri Gaisler <jiri@gaisler.com>
163
164        * shared/start.S: Modificatins to preserve the current CWP and
165        adjust the WIM accordingly. This improves compatibility with the
166        remote debugger and the mkprom prom-builder.
167
Note: See TracBrowser for help on using the repository browser.