source: rtems/c/src/lib/libbsp/sparc/ChangeLog @ 125d4c61

4.8
Last change on this file since 125d4c61 was 125d4c61, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/07 at 16:52:23

2007-11-30 Daniel Hellstrom <daniel@…>

  • shared/can/occan.c: LEON2/3 OCCAN CAN driver. Fixes typecast to volatile integer where needed. Fixes bug where closing the driver and opening it again could make the driver not starting transmission due to the software fifo was not cleared.
  • Property mode set to 100644
File size: 9.6 KB
Line 
12007-11-30      Daniel Hellstrom <daniel@gaisler.com>
2
3        * shared/can/occan.c: LEON2/3 OCCAN CAN driver. Fixes typecast to
4        volatile integer where needed. Fixes bug where closing the driver and
5        opening it again could make the driver not starting transmission due
6        to the software fifo was not cleared.
7
82007-11-30      Daniel Hellstrom <daniel@gaisler.com>
9
10        * shared/can/grcan.c, shared/can/grcan_rasta.c,
11        shared/include/ambapp.h: GRCAN CAN driver. Fixes Interrupt
12        enabling/disabling in the driver, interrupt may not be restored
13        correctly. Implements the baud rate calculation routine. Removed
14        unnecessary printk. Fixed scanning to support GRCAN and GRHCAN
15        hardware. Added GRCAN device number to ambapp.h.
16
172007-10-11      Daniel Hellstrom <daniel@gaisler.com>
18
19        * shared/can/occan.c: Fixes bug in OC-CAN baud rate calculator. The
20        BTR1 8-bit value was swapped.
21
222007-09-21      Daniel Hellstrom <daniel@gaisler.com>
23
24        * shared/can/occan.c: Fix warning on Diab compiler.
25
262007-09-19      Daniel Hellstrom <daniel@gaisler.com>
27
28        * shared/can/occan.c: Fix Reenable command and fix typo.
29
302007-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * shared/1553/b1553brm.c, shared/can/grcan.c: Remove include of sched.h
33
342007-09-13      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * shared/spw/grspw.c: Remove include of sched.h. It does not appear to
37        be needed and is unavailable when POSIX is disabled.
38
392007-09-12      Daniel Hellstrom <daniel@gaisler.com>
40
41        * shared/can/grcan.c, shared/include/debug_defs.h, shared/spw/grspw.c:
42        Remove use of DEBUG_printf.
43
442007-09-07      Daniel Hellstrom <daniel@gaisler.com>
45
46        * shared/1553/b1553brm.c, shared/can/grcan.c, shared/can/grcan_rasta.c,
47        shared/can/occan.c, shared/spw/grspw.c, shared/spw/grspw_pci.c,
48        shared/uart/apbuart.c: Remove warnings.
49
502007-09-06      Daniel Hellstrom <daniel@gaisler.com>
51
52        * shared/pci/pcifinddevice.c: New file.
53
542007-09-06      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * shared/uart/apbuart.c: Fix some warnings.
57
582007-09-06      Daniel Hellstrom <daniel@gaisler.com>
59
60        New drivers: PCI, b1553BRM, SpaceWire(GRSPW), CAN (GRCAN,OC_CAN),
61        Raw UART.
62        * shared/1553/b1553brm.c, shared/1553/b1553brm_pci.c,
63        shared/1553/b1553brm_rasta.c, shared/can/grcan.c,
64        shared/can/grcan_rasta.c, shared/can/occan.c, shared/can/occan_pci.c,
65        shared/spw/grspw.c, shared/spw/grspw_pci.c, shared/spw/grspw_rasta.c,
66        shared/uart/apbuart.c, shared/uart/apbuart_pci.c,
67        shared/uart/apbuart_rasta.c: New files missed in previous commit.
68
692007-09-06      Daniel Hellstrom <daniel@gaisler.com>
70
71        * Makefile.am: Add the following new drivers: PCI, b1553BRM,
72        SpaceWire(GRSPW), CAN (GRCAN,OC_CAN), Raw UART.
73        * shared/include/apbuart.h, shared/include/apbuart_pci.h,
74        shared/include/apbuart_rasta.h, shared/include/b1553brm.h,
75        shared/include/b1553brm_pci.h, shared/include/b1553brm_rasta.h,
76        shared/include/debug_defs.h, shared/include/grcan.h,
77        shared/include/grcan_rasta.h, shared/include/grcan_spwrtc.h,
78        shared/include/grspw.h, shared/include/grspw_pci.h,
79        shared/include/grspw_rasta.h, shared/include/occan.h,
80        shared/include/occan_pci.h, shared/include/pci.h: New files.
81
82
832007-09-05      Daniel Hellstrom <daniel@gaisler.com>
84
85        * shared/bspstart.c: LEON2 and LEON3 Data cache snooping detection on
86        startup, for drivers. (LEON2,3 are configurable processors, they can
87        be with or without DCache snooping. Caches without snooping needs the
88        drivers to flush cache or use the sparc instruction lda to force
89        cache miss...)
90
912007-09-05      Daniel Hellstrom <daniel@gaisler.com>
92
93        * shared/amba/ambapp.c, shared/include/ambapp.h: New files.
94
952007-09-05      Daniel Hellstrom <daniel@gaisler.com>
96
97        * Makefile.am: LEON3 AMBA PnP bus scanning moved to shared/amba/amba.c
98        and shared/include/ambapp.h. The AMBA scanning was improved to take
99        account for PnP info address translation. This is useful when
100        scanning remote AMBA busses for example when a board connected with
101        PCI has an AMBA bus that needs to be scanned, before the addresses
102        was hard coded. Also, LEON2 now have AMBA PnP bus scanning support.
103        By using the new AMBA scanning routines it is possible to isolate the
104        AMBA scanning code to ambapp.c, however existing drivers should be
105        updated to use them in order to save space.
106
1072007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * shared/bspstart.c: Add include <rtems/bspIo.h> to remove warning.
110
1112007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * shared/bspstart.c, shared/gnatcommon.c: Remove debug print methods
114        that are redundant with prntk and replace their use with printk.
115
1162007-04-17      Joel Sherrill <joel@OARcorp.com>
117
118        * erc32/tools/runtest.in, leon2/tools/runtest.in,
119        leon3/tools/runtest.in: Do not run pppd.exe from batch mode script.
120
1212007-03-11      Joel Sherrill <joel@OARcorp.com>
122
123        * shared/bspstart.c: Remove assignments of
124        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
125        value in boot_card.c
126
1272006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * configure.ac: New BUG-REPORT address.
130
1312006-11-16      Joel Sherrill <joel@OARcorp.com>
132
133        * shared/bspstart.c, shared/start.S: Use common clock driver template
134        and eliminate all fast idle code specific to this BSP. This
135        eliminates a fair amount of code in the BSP clock driver and
136        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
137        timer so I added the new hook Clock_driver_support_find_timer to
138        support this. In general, there was some clean up to the file headers
139        of various files.
140
1412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * configure.ac: Require autoconf-2.60. Require automake-1.10.
144
1452006-01-10      Joel Sherrill <joel@OARcorp.com>
146
147        * shared/start.S: Add include of bspopts.h so SIS quirks will trigger.
148
1492006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * shared/start.S: Backport from rtems-4-6-branch.
152
1532005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * Makefile.am: Merge-in shared/Makefile.am.
156        * ChangeLog: Merge-in shared/ChangeLog.
157        * configure.ac: Remove shared/Makefile.am.
158
1592005-09-02      Joel Sherrill <joel@OARcorp.com>
160
161        PR 821/bsps
162        * shared/start.S: Workaround -- just avoid copying non-existent
163        initialized data in ROM to RAM.
164
1652004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
166
167        * configure.ac: Require automake > 1.9.
168
1692004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * shared/start.S: Include <rtems/asm.h> instead of <asm.h>.
172
1732004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * shared/bspstart.c, shared/gnatcommon.c: Convert to using c99 fixed
176        size types.
177
1782004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
181        * acinclude.m4: Regenerate.
182
1832004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
186        $(RTEMS_BSP_FAMILY).
187
1882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
191
1922003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * shared/Makefile.am: Cosmetics.
195
1962003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * acinclude.m4: Reflect changes to bootstrap.
199        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
200
2012003-09-26      Joel Sherrill <joel@OARcorp.com>
202
203        * shared/bspstart.c: Obsoleting HP PA-RISC port and removing all
204        references.
205
2062003-09-04      Joel Sherrill <joel@OARcorp.com>
207
208        * shared/bspclean.c, shared/bspstart.c: URL for license changed.
209
2102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Reflect having moved aclocal/.
213
2142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am, shared/Makefile.am: Reflect having moved automake/.
217
2182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: Use rtems-bugs@rtems.com as bug report email
221        address.
222
2232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove AC_CONFIG_AUX_DIR.
226
2272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
230        * configure.ac: AC_PREREQ(2.57).
231
2322002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
235
2362002-11-01      Joel Sherrill <joel@OARcorp.com>
237
238        * shared/gnatcommon.c: Removed warnings.
239
2402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
243
2442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
248        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
249
2502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
253        * configure.ac: New file, generated from configure.in by autoupdate.
254        * configure.in: Remove.
255
2562001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * acinclude.m4: New file.
259        * configure.in: Use RTEMS_BSP_SUBDIR.
260
2612000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Cleanup.
264
2652000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
266
267        * shared/ChangeLog, shared/.cvsignore, shared/Makefile.am,
268        shared/bspclean.c, shared/bspstart.c, shared/gnatcommon.c,
269        shared/start.S: New files.  Largely moved from ERC32 BSP to be able
270        to be shared with LEON and other SPARC BSPs.
271        * Makefile.am, configure.in: Added shared directory as part of
272        enhancing ERC32 and adding LEON.
273
2742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
277
2782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
281        $(RTEMS_TOPdir)/aclocal.
282
2832000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
286        GNU canonicalization.
287
2882000-08-10      Joel Sherrill <joel@OARcorp.com>
289
290        * ChangeLog: New file.
291
2922000-04-23      Jiri Gaisler <jiri@gaisler.com>
293
294        * shared/start.S: Modificatins to preserve the current CWP and
295        adjust the WIM accordingly. This improves compatibility with the
296        remote debugger and the mkprom prom-builder.
297
Note: See TracBrowser for help on using the repository browser.