summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 4.8.24.8.2Joel Sherrill2010-03-181-1/+1
|
* 2010-03-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-182-2/+8
| | | | | | PR 1497/bsps * startup/bspclean.c: Do not enable interrupts while waiting for board to reset.
* 2009-04-20 Kate Feng <feng1@bnl.gov>Joel Sherrill2009-05-0430-906/+1127
| | | | | | | | | | | | | | | | | | 1396/bsps * pci/pci.c : Updated it to be consistent with the original pci.c * written by Eric Valette. There is no change in its function. * irq/irq_init.c : set defaultIrq->next_handler to be 0 * for BSP_SHARED_HANDLER_SUPPORT. * network/if_1GHz/if_wm.c : fixed some bugs in the 1GHz driver. * irq/BSP_irq.c : added supports for shared IRQ. * pci/pci_interface.c : Enabled PCI "Read", "Read Line", and "Read Multiple" * Agressive Prefetch to improve the performance of the PCI based * applications (e.g. 1GHz NIC). * irq/BSP_irq.c : Replaced the irq/irq.c, and used GT_GPP_Value * register to monitor the cause of the level sensitive interrupts. * This unique solution solves various bugs in the 1GHz network drivers * Fixed bugs in compute_pic_masks_from_prio()
* 2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr>Joel Sherrill2009-03-096-3/+18
| | | | | PR 1391/bsps * startup/spurious.c: Format was %d but had leading 0x.
* 2009-03-02 Ray Xu <rayx.cn@gmail.com>Joel Sherrill2009-03-022-20/+29
| | | | | PR 1380/bsps * include/bsp.h: Switch to English comments.
* 2009-01-21 Frank Ueberschar <frank.ueberschar@dsa-volgmann.de>Joel Sherrill2009-01-212-1/+11
| | | | | | | | | | PR 1354/bsps * network/network.c: In some cases it can occur that an empty mbuf is put on the descriptor chain. (We found it especially then when transmitting fragmented IP Packets.) Since the actual buffer descriptor pointer will be incremented after every inserted mbuf (txBd = sc->txBdBase + sc->txBdHead;) even if m->m_len of the current mbuf was zero. This leads to the bug.
* 2009-01-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-01-062-3/+5
| | | | | PR 1350/bsps * network/lan91c11x.c: Do not write 65th element into 64 element array.
* 2008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-11-032-8/+14
| | | | | PR 1332: call BSP_uart_termios_set()/BSP_uart_intr_ctrl() only from 'firstOpen' and only if this is a serial console.
* 2008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-11-032-9/+21
| | | | | PR 1332: call BSP_uart_termios_set()/BSP_uart_intr_ctrl() only from 'firstOpen' and only if this is a serial console.
* 2008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-152-8/+12
| | | | * runtest: Attempt to prevent runaways.
* 2008-08-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-132-4/+4
| | | | * preinstall.am: Install cplb.h
* Upgrade to 4.8.1Joel Sherrill2008-08-131-1/+1
|
* 2008-08-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-122-28/+46
| | | | * runtest: Major update. Now more likely not to run away.
* 2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-086-0/+33
| | | | | | * startup/linkcmds: All SPARC executables should include rtems_get_version_string so the monitor used can provide RTEMS awareness based upon the version.
* 2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-042-2/+8
| | | | | | PR 1294/bsps * startup/spurious.c: Correct prototype and usage of sparc_disable_interrupts.
* 2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-042-3/+8
| | | | | PR 1282/misc * src/rtemsInterrupt.cc: Correct vec/vector variable confusion.
* 2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-232-0/+8
| | | | * preinstall.am: Install cplb.h
* 2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-074-0/+34
| | | | * clock/ckinit.c: Add nanoseconds clock tick granularity support.
* 2008-04-25 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-04-263-0/+20
| | | | | | * nfsclient/Changelog.slac, nfsclient/src/nfs.c: BUGFIX (PR#1284) -- possible memory corruption if server connectivity is lost.
* 2008-03-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-042-1/+6
| | | | | * shared/startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-0414-7/+42
| | | | | * startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-044-3/+9
| | | | | | * startup/linkcmds, startup/linkcmds.hsc_cm01, startup/linkcmds.mpc8349eamds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-045-4/+10
| | | | | | * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube, startup/linkcmds.pm520: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-034-3/+9
| | | | | | * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-033-2/+8
| | | | | | * startup/linkcmds, startup/linkcmds.sim: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-0368-35/+205
| | | | | * startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-033-2/+8
| | | | | | * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-038-6/+18
| | | | | | * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-033-2/+8
| | | | | | * startup/linkcmds, startup/linkcmds.flash: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-034-3/+9
| | | | | | * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-02-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2008-02-192-935/+4
| | | | * aclocal.m4: Remove (bogusly checked in).
* 2008-02-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-02-154-38/+43
| | | | | * clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes to rtems/motorola/*.h.
* 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.