summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-144-0/+10
| | | | * preinstall.am: Spacing.
* 2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-142-4/+4
| | | | * preinstall.am: Include cplb.h
* Upgrade to 4.8.0Joel Sherrill2008-02-141-1/+1
|
* 2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-142-1/+6
| | | | * startup/linkcmds.brs5l: Change .bss to .bss*.
* Remove from rtems-4-8-branch.Ralf Corsepius2007-12-108-246/+0
|
* 2007-12-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-062-9/+4
| | | | * shared/include/grcan_spwrtc.h: Removed.
* 2007-12-05 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-12-054-0/+444
| | | | | * Makefile.am: i2c should be on branch as well as CVS head. * shared/i2c/i2cmst.c, shared/include/i2cmst.h: New files.
* 2007-12-05 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-12-056-1/+29
| | | | | * Makefile.am, preinstall.am: i2c should be on branch as well as CVS head.
* 2007-12-05 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-12-052-13/+17
| | | | * shared/include/ambapp.h: Sync head and 4.8 branch.
* Remove from rtems-4-8-branch.Ralf Corsepius2007-12-0467-6951/+0
|
* 2007-11-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-304-341/+5
| | | | | * irq/GT64260Int.c, network/if_100MHz/Makefile.am, network/if_1GHz/Makefile.am: Removed.
* 2007-11-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-302-1/+6
| | | | | * startup/bspstart.c: BSP_DIRTY_MEMORY should be tested for zero not just defined.
* 2007-11-30 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-11-303-52/+142
| | | | | | * 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-30 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-11-302-2/+23
| | | | | | | * 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-30 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-11-302-2/+12
| | | | | | * rasta/rasta.c: LEON2 PCI RASTA driver. Changes RASTA PCI interrupt to 5 from 4. This is to avoid conflict with the LAN9C111 network MAC driver using interrupt 4.
* 2007-11-30 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-11-304-41/+184
| | | | | | | | | * 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-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-273-10/+17
| | | | * rtems.adb, rtems.ads: Fixed errors in the barrier binding.
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-262-0/+11
| | | | * bootcard.c: Add comment.
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-262-37/+30
| | | | * shmsupp/getcfg.c: Fix spacing.
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-263-5/+8
| | | | * clock/ckinit.c, include/bsp.h: Fix spacing.
* 2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-262-2/+8
| | | | * runtest.in: Filter out Memory exception error messages.
* 2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-262-1/+5
| | | | * shared/console/uart.c: Fix typo.
* 2007-11-26 Eric Norum <norume@aps.anl.gov>Joel Sherrill2007-11-262-2/+6
| | | | * network/network.c: Fix LED configuration to match uCDIMM.
* 2007-10-26 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-10-263-320/+464
| | | | | * rtems.adb, rtems.ads: Merge binding updates from CVS head. Bindings should now be reasonably in sync with C Classic API.
* 2007-10-14 Eric Norum <norume@aps.anl.gov>Joel Sherrill2007-10-162-6/+23
| | | | * clock/clock.c: Add nanoseconds since tick support.
* 2007-10-11 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-10-112-21/+14
| | | | | * shared/can/occan.c: Fixes bug in OC-CAN baud rate calculator. The BTR1 8-bit value was swapped.
* 2007-10-05 Ray Xu <xr@trasin.net>Joel Sherrill2007-10-054-8/+13
| | | | | * lpc22xx/clock/clockdrv.c, lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: Now runs in Skyeye.
* 2007-10-02 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2007-10-022-5/+9
| | | | * startup/linkcmds: Move definition of _end so memory is not corrupted.
* 2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-252-2/+5
| | | | * nfsclient/Makefile.am: Fix errors.
* 2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-253-17/+23
| | | | * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
* 2007-09-24 Chris Johns <chrisj@rtems.org>Joel Sherrill2007-09-242-2/+7
| | | | * include/bsp.h: Do not use C++ comments.
* 2007-09-21 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-09-212-6/+10
| | | | * shared/can/occan.c: Fix warning on Diab compiler.
* 2007-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-212-1/+28
| | | | * network_5200/network.c: Add multicast support.
* 2007-09-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-203-2/+11
| | | | | * preinstall.am: Add cplb.h. * startup/bspstart.c: Add cast of constant.
* 2007-09-20 Kate Feng <feng1@bnl.gov>Joel Sherrill2007-09-202-0/+5
| | | | * network/if_100MHz/GT64260eth.c: Add else.
* 2007-09-19 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-09-192-2/+6
| | | | * shared/can/occan.c: Fix Reenable command and fix typo.
* 2007-09-19 Kate Feng <feng1@bnl.gov>Joel Sherrill2007-09-192-9/+10
| | | | * README: Update.
* Regenerate.Ralf Corsepius2007-09-195-95/+62
|
* 2007-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-183-2/+4
| | | | * shared/1553/b1553brm.c, shared/can/grcan.c: Remove include of sched.h
* 2007-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-182-0/+7
| | | | * Makefile.inc.in: Add CXX and CXX_FOR_TARGET.
* 2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-173-1/+7
| | | | * console/console.c, irq/irq_init.c: Eliminate warnings.
* 2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-172-6/+9
| | | | * libchip/network/smc91111.h: Eliminate DEBUG_puts.
* 2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-178-84/+47
| | | | | | * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c, startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate DEBUG_puts.
* 2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-174-156/+8
| | | | * console/console.c: Eliminate DEBUG_puts.
* 2007-09-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-09-162-1/+4
| | | | * configure.ac: Remove AC_PROG_AWK (Unused).
* 2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-144-2593/+4
| | | | * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
* 2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-143-16/+8
| | | | | * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few warnings.
* 2007-09-14 Daron Chabot <djc915@mail.usask.ca>Joel Sherrill2007-09-142-7/+13
| | | | | | * libchip/network/if_dc.c: Changed type of ISR argument to void* from rtems_interrupt_vector, to permit passing arbitrary arguments to the ISR. Clean up of variables to silence compiler warnings.
* 2007-09-13 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-09-132-1/+4
| | | | * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
* 2007-09-13 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-09-132-3/+5
| | | | * Makefile.am: Add smc91111.rel to libbsp.a