summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/sparc/shared (follow)
AgeCommit message (Collapse)Author
2007-12-062007-12-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* shared/include/grcan_spwrtc.h: Removed.
2007-12-052007-12-05 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* Makefile.am: i2c should be on branch as well as CVS head. * shared/i2c/i2cmst.c, shared/include/i2cmst.h: New files.
2007-12-052007-12-05 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* shared/include/ambapp.h: Sync head and 4.8 branch.
2007-11-302007-11-30 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* shared/include/grspw.h, shared/spw/grspw.c: GRSPW SpaceWire Driver. Fixes typecast to volatile integer instead of to integer. Added scanning for GRSPW2 Core, The GRSPW2 core is run in legacy mode.
2007-11-302007-11-30 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* 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.
2007-11-302007-11-30 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* shared/can/grcan.c, shared/can/grcan_rasta.c, shared/include/ambapp.h: GRCAN CAN driver. Fixes Interrupt enabling/disabling in the driver, interrupt may not be restored correctly. Implements the baud rate calculation routine. Removed unnecessary printk. Fixed scanning to support GRCAN and GRHCAN hardware. Added GRCAN device number to ambapp.h.
2007-10-112007-10-11 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* shared/can/occan.c: Fixes bug in OC-CAN baud rate calculator. The BTR1 8-bit value was swapped.
2007-09-212007-09-21 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* shared/can/occan.c: Fix warning on Diab compiler.
2007-09-192007-09-19 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* shared/can/occan.c: Fix Reenable command and fix typo.
2007-09-182007-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* shared/1553/b1553brm.c, shared/can/grcan.c: Remove include of sched.h
2007-09-132007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* shared/spw/grspw.c: Remove include of sched.h. It does not appear to be needed and is unavailable when POSIX is disabled.
2007-09-122007-09-12 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* shared/can/grcan.c, shared/include/debug_defs.h, shared/spw/grspw.c: Remove use of DEBUG_printf.
2007-09-072007-09-07 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* shared/1553/b1553brm.c, shared/can/grcan.c, shared/can/grcan_rasta.c, shared/can/occan.c, shared/spw/grspw.c, shared/spw/grspw_pci.c, shared/uart/apbuart.c: Remove warnings.
2007-09-062007-09-06 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* shared/pci/pcifinddevice.c: New file.
2007-09-062007-09-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* shared/uart/apbuart.c: Fix some warnings.
2007-09-062007-09-06 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
New drivers: PCI, b1553BRM, SpaceWire(GRSPW), CAN (GRCAN,OC_CAN), Raw UART. * shared/1553/b1553brm.c, shared/1553/b1553brm_pci.c, shared/1553/b1553brm_rasta.c, shared/can/grcan.c, shared/can/grcan_rasta.c, shared/can/occan.c, shared/can/occan_pci.c, shared/spw/grspw.c, shared/spw/grspw_pci.c, shared/spw/grspw_rasta.c, shared/uart/apbuart.c, shared/uart/apbuart_pci.c, shared/uart/apbuart_rasta.c: New files missed in previous commit.
2007-09-062007-09-06 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* Makefile.am: Add the following new drivers: PCI, b1553BRM, SpaceWire(GRSPW), CAN (GRCAN,OC_CAN), Raw UART. * shared/include/apbuart.h, shared/include/apbuart_pci.h, shared/include/apbuart_rasta.h, shared/include/b1553brm.h, shared/include/b1553brm_pci.h, shared/include/b1553brm_rasta.h, shared/include/debug_defs.h, shared/include/grcan.h, shared/include/grcan_rasta.h, shared/include/grcan_spwrtc.h, shared/include/grspw.h, shared/include/grspw_pci.h, shared/include/grspw_rasta.h, shared/include/occan.h, shared/include/occan_pci.h, shared/include/pci.h: New files.
2007-09-062007-09-05 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* shared/bspstart.c: LEON2 and LEON3 Data cache snooping detection on startup, for drivers. (LEON2,3 are configurable processors, they can be with or without DCache snooping. Caches without snooping needs the drivers to flush cache or use the sparc instruction lda to force cache miss...)
2007-09-062007-09-05 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill
* shared/amba/ambapp.c, shared/include/ambapp.h: New files.
2007-05-152007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* shared/bspstart.c: Add include <rtems/bspIo.h> to remove warning.
2007-05-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* shared/bspstart.c, shared/gnatcommon.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
2007-03-112007-03-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* shared/bspstart.c: Remove assignments of Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default value in boot_card.c
2006-11-162006-11-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* 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.
2006-01-102006-01-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* shared/start.S: Add include of bspopts.h so SIS quirks will trigger.
2006-01-09Backport from rtems-4-6-branchRalf Corsepius
2006-01-09Cosmetics.Ralf Corsepius
2005-10-16Remove.Ralf Corsepius
2005-09-022005-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 821/bsps * start.S: Workaround -- just avoid copying non-existent initialized data in ROM to RAM.
2004-04-21Remove duplicate white lines.Ralf Corsepius
2004-04-21Remove stray white spaces.Ralf Corsepius
2004-04-012004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius
* start.S: Include <rtems/asm.h> instead of <asm.h>.
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius
* bspstart.c, gnatcommon.c: Convert to using c99 fixed size types.
2003-12-032003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* Makefile.am: Cosmetics.
2003-09-262003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* bspstart.c: Obsoleting HP PA-RISC port and removing all references.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* bspclean.c, bspstart.c: URL for license changed.
2003-08-18Fix broken ChangeLog entries.Ralf Corsepius
2003-08-162003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
Makefile.am: Reflect having moved automake.
2002-11-012002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* gnatcommon.c: Removed warnings.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-04-242000-04-23 Jiri Gaisler <jiri@gaisler.com>Joel Sherrill
* start.S: Modificatins to preserve the current CWP and adjust the WIM accordingly. This improves compatibility with the remote debugger and the mkprom prom-builder.
2000-11-152000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* Makefile.am: Cleanup.
2000-11-132000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>Joel Sherrill
* ChangeLog, .cvsignore, Makefile.am, bspclean.c, bspstart.c, gnatcommon.c, start.S: New files. Largely moved from ERC32 BSP to be able to be shared with LEON and other SPARC BSPs.
2000-11-132000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>Joel Sherrill
* ChangeLog, .cvsignore, Makefile.am, bspclean.c, bspstart.c, gnatcommon.c, start.S: New files. Largely moved from ERC32 BSP to be able to be shared with LEON and other SPARC BSPs.