source: rtems/c/src/lib/libbsp/sparc/ChangeLog @ 2eb4aba9

4.104.114.84.95
Last change on this file since 2eb4aba9 was 2eb4aba9, checked in by Joel Sherrill <joel.sherrill@…>, on 09/06/07 at 00:01:53

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

  • shared/amba/ambapp.c, shared/include/ambapp.h: New files.
  • Property mode set to 100644
File size: 6.3 KB
Line 
12007-09-05      Daniel Hellstrom <daniel@gaisler.com>
2
3        * shared/amba/ambapp.c, shared/include/ambapp.h: New files.
4
52007-09-05      Daniel Hellstrom <daniel@gaisler.com>
6
7        * Makefile.am: LEON3 AMBA PnP bus scanning moved to shared/amba/amba.c
8        and shared/include/ambapp.h. The AMBA scanning was improved to take
9        account for PnP info address translation. This is useful when
10        scanning remote AMBA busses for example when a board connected with
11        PCI has an AMBA bus that needs to be scanned, before the addresses
12        was hard coded. Also, LEON2 now have AMBA PnP bus scanning support.
13        By using the new AMBA scanning routines it is possible to isolate the
14        AMBA scanning code to ambapp.c, however existing drivers should be
15        updated to use them in order to save space.
16
172007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * shared/bspstart.c: Add include <rtems/bspIo.h> to remove warning.
20
212007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * shared/bspstart.c, shared/gnatcommon.c: Remove debug print methods
24        that are redundant with prntk and replace their use with printk.
25
262007-04-17      Joel Sherrill <joel@OARcorp.com>
27
28        * erc32/tools/runtest.in, leon2/tools/runtest.in,
29        leon3/tools/runtest.in: Do not run pppd.exe from batch mode script.
30
312007-03-11      Joel Sherrill <joel@OARcorp.com>
32
33        * shared/bspstart.c: Remove assignments of
34        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
35        value in boot_card.c
36
372006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * configure.ac: New BUG-REPORT address.
40
412006-11-16      Joel Sherrill <joel@OARcorp.com>
42
43        * shared/bspstart.c, shared/start.S: Use common clock driver template
44        and eliminate all fast idle code specific to this BSP. This
45        eliminates a fair amount of code in the BSP clock driver and
46        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
47        timer so I added the new hook Clock_driver_support_find_timer to
48        support this. In general, there was some clean up to the file headers
49        of various files.
50
512006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Require autoconf-2.60. Require automake-1.10.
54
552006-01-10      Joel Sherrill <joel@OARcorp.com>
56
57        * shared/start.S: Add include of bspopts.h so SIS quirks will trigger.
58
592006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * shared/start.S: Backport from rtems-4-6-branch.
62
632005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Merge-in shared/Makefile.am.
66        * ChangeLog: Merge-in shared/ChangeLog.
67        * configure.ac: Remove shared/Makefile.am.
68
692005-09-02      Joel Sherrill <joel@OARcorp.com>
70
71        PR 821/bsps
72        * shared/start.S: Workaround -- just avoid copying non-existent
73        initialized data in ROM to RAM.
74
752004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * configure.ac: Require automake > 1.9.
78
792004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * shared/start.S: Include <rtems/asm.h> instead of <asm.h>.
82
832004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * shared/bspstart.c, shared/gnatcommon.c: Convert to using c99 fixed
86        size types.
87
882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
91        * acinclude.m4: Regenerate.
92
932004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
96        $(RTEMS_BSP_FAMILY).
97
982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
101
1022003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * shared/Makefile.am: Cosmetics.
105
1062003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * acinclude.m4: Reflect changes to bootstrap.
109        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
110
1112003-09-26      Joel Sherrill <joel@OARcorp.com>
112
113        * shared/bspstart.c: Obsoleting HP PA-RISC port and removing all
114        references.
115
1162003-09-04      Joel Sherrill <joel@OARcorp.com>
117
118        * shared/bspclean.c, shared/bspstart.c: URL for license changed.
119
1202003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Reflect having moved aclocal/.
123
1242003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am, shared/Makefile.am: Reflect having moved automake/.
127
1282003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Use rtems-bugs@rtems.com as bug report email
131        address.
132
1332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Remove AC_CONFIG_AUX_DIR.
136
1372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
140        * configure.ac: AC_PREREQ(2.57).
141
1422002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
145
1462002-11-01      Joel Sherrill <joel@OARcorp.com>
147
148        * shared/gnatcommon.c: Removed warnings.
149
1502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
153
1542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
158        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
159
1602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
163        * configure.ac: New file, generated from configure.in by autoupdate.
164        * configure.in: Remove.
165
1662001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * acinclude.m4: New file.
169        * configure.in: Use RTEMS_BSP_SUBDIR.
170
1712000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Cleanup.
174
1752000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
176
177        * shared/ChangeLog, shared/.cvsignore, shared/Makefile.am,
178        shared/bspclean.c, shared/bspstart.c, shared/gnatcommon.c,
179        shared/start.S: New files.  Largely moved from ERC32 BSP to be able
180        to be shared with LEON and other SPARC BSPs.
181        * Makefile.am, configure.in: Added shared directory as part of
182        enhancing ERC32 and adding LEON.
183
1842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
187
1882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
191        $(RTEMS_TOPdir)/aclocal.
192
1932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
196        GNU canonicalization.
197
1982000-08-10      Joel Sherrill <joel@OARcorp.com>
199
200        * ChangeLog: New file.
201
2022000-04-23      Jiri Gaisler <jiri@gaisler.com>
203
204        * shared/start.S: Modificatins to preserve the current CWP and
205        adjust the WIM accordingly. This improves compatibility with the
206        remote debugger and the mkprom prom-builder.
207
Note: See TracBrowser for help on using the repository browser.