summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-112-1/+6
| | | | | * bsp_specs: Remove stray % from '*startfile:' having crept in previous patch.
* 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-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-01-212-19/+24
| | | | | * libchip/i2c/spi-sd-card.c: Fixed RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block writes.
* 2009-01-21 Eric Norum <norume@aps.anl.gov>Joel Sherrill2009-01-212-6/+10
| | | | | PR 1358/bsps * clock/clock.c: Fix time-access bug in uc5282 BSP.
* 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-12-18 Michael Hamel <nigel@adi.co.nz>Joel Sherrill2008-12-182-2/+7
| | | | | PR 1349/bsps * startup/bspstart.c: Add missing volatile on UART access pointer.
* Upgrade to 4.9.1Joel Sherrill2008-12-121-1/+1
|
* 2008-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-08122-133/+375
| | | | * bsp_specs: Backport from CVS-HEAD.
* 2008-12-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-053-1/+7
| | | | * psim-shared, runtest-bottom: Tidy up more bugs.
* 2008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-046-10/+22
| | | | | | * psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared, psim-top.in: Clean up and works better. Uses argv[0] to override configured target name.
* 2008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-042-7/+12
| | | | | PR 1344/bsps * clock/ckinit.c: Committed code was not final. Corrections.
* 2008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-045-23/+49
| | | | | | | | * psim-bottom, psim-gdb-bottom, psim-shared, psim-top.in: Add ability to force psim configuration to include System V IPC devices even when the test does not appear to be multiprocessing. This is used by some RTEMS application developers for system simulation and could be used to simulate a framebuffer if a UNIX process mirrored the buffer.
* 2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-032-0/+21
| | | | | | | | Michael South <msouth@msouth.org> PR 1344/bsps * cpuModel.h: Add use of TSC for nanoseconds granularity. i8254 is very slow on some systems. TSC use is auto-detected by default.
* 2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-034-36/+214
| | | | | | | | | Michael South <msouth@msouth.org> PR 1344/bsps * configure.ac, clock/ckinit.c, timer/timer.c: Add use of TSC for nanoseconds granularity. i8254 is very slow on some systems. TSC use is auto-detected by default.
* 2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-032-3/+9
| | | | | | PR 1345/Ada * rtems.ads: RTEMS boolean type is now C99 bool which is not an unsigned32.
* 2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-203-7/+218
| | | | | PR 1339/Ada * rtems.adb, rtems.ads: Re-add IO Manager to Ada binding.
* include/bsp.h, include/hwreg_vals.h, network/network.c:Thomas Doerfler2008-11-184-10/+25
| | | | | correct some init values for HSC_CM01 boards change strategy to determine MAC address
* libchip/serial/ns16550.c: Transmit the character in the polled writeThomas Doerfler2008-11-182-34/+34
| | | | function within a critical section for printk() compatibility.
* console/console.c: Update for new NS16550 polled write function.Thomas Doerfler2008-11-182-5/+4
|
* 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-031-9/+16
| | | | | 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-1/+6
| | | | | * shared/startup/linkcmds: increased size of CODE memory area.
* 2008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-11-033-6/+50
| | | | | | | * shared/startup/pretaskinghook.c, shared/startup/sbrk.c: Fixed PR#1335. Pass initial starting address to heap initialization to avoid 1st 'sbrk'. User may now define 'BSP_sbrk_policy' variable (see sbrk.c) to tune behavior.
* Reset card on RTEMS shutdown.Eric Norum2008-10-2316-21/+35
|
* removed orphaned spi/mc68360_spidrv.cThomas Doerfler2008-10-212-627/+5
|
* 2008-10-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-033-26/+6
| | | | | * Makefile.am: Remove unused file. * pci/no_host_bridge.c: Removed.
* 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-10-022-4/+4
| | | | * preinstall.am: Regenerated.
* 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-10-023-18/+6
| | | | | * Makefile.am: bsp_cleanup() was wrong. Use stub. openpic.h not needed. * startup/bspclean.c: Removed.
* 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-10-022-639/+10
| | | | * console/init68360.c: Delete unused code.
* 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-10-022-11/+16
| | | | | PR 1329/bsps * network_5200/network.c: Eliminate use of boolean so this compiles.
* switch to decrementer clock driverThomas Doerfler2008-10-0211-67/+152
| | | | | | | add U-Boot support remove dead code adjust console clock routing fix CPIC interrupts
* 2008-09-30 Jennifer Averett <jennifer.averett@oarcorp.com>Joel Sherrill2008-09-3013-571/+167
| | | | | | | | | * Makefile.am, preinstall.am, PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c, irq/irq.c, startup/Hwr_init.c, startup/bspstart.c, startup/vmeintr.c: Modifications required to run on hardware. Some cleanup. * include/irq-config.h: New file. * startup/spurious.c: Removed.
* 2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-3026-139/+74
| | | | * timer/timer.c: Eliminate uses of old benchmark timer names.
* 2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-302-1/+5
| | | | * include/tm27.h: Do not use set_vector.
* 2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-303-490/+5
| | | | * start/startfor340only.S: Remove (unused).
* 2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-304-603/+8
| | | | | | * console/defaultfont.c: Remove (Renamed into console/defaultfont.h). * console/defaultfont.h: New (Renamed from console/defaultfont.c). * Makefile.am, console/conio.c: Reflect renamer.
* 2008-09-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-2933-6/+74
| | | | | | | | | | | | | | | | | | | | * support/timer_driver.adb, support/timer_driver.ads, tmtests/tm01/tmtest.adb, tmtests/tm02/tmtest.adb, tmtests/tm03/tmtest.adb, tmtests/tm04/tmtest.adb, tmtests/tm05/tmtest.adb, tmtests/tm06/tmtest.adb, tmtests/tm07/tmtest.adb, tmtests/tm08/tmtest.adb, tmtests/tm09/tmtest.adb, tmtests/tm10/tmtest.adb, tmtests/tm11/tmtest.adb, tmtests/tm12/tmtest.adb, tmtests/tm13/tmtest.adb, tmtests/tm14/tmtest.adb, tmtests/tm15/tmtest.adb, tmtests/tm16/tmtest.adb, tmtests/tm17/tmtest.adb, tmtests/tm18/tmtest.adb, tmtests/tm19/tmtest.adb, tmtests/tm20/config.h, tmtests/tm20/tmtest.adb, tmtests/tm21/tmtest.adb, tmtests/tm22/tmtest.adb, tmtests/tm23/tmtest.adb, tmtests/tm24/tmtest.adb, tmtests/tm25/tmtest.adb, tmtests/tm28/tmtest.adb, tmtests/tm29/tmtest.adb, tmtests/tmck/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Clean up. Verified to run on psim with gcc 4.3.2.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-297-280/+12
| | | | | | * liblnk/regs.S: Remove (Renamed into liblnk/regs.h). * liblnk/regs.h: New (Renamed from liblnk/regs.S). * Makefile.am, liblnk/pmon.S: Reflect renamer.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-294-140/+9
| | | | | | * liblnk/regs.S: Remove (Rename into liblnk/regs.h). * liblnk/regs.h: New (Renamed from liblnk/regs.S). * Makefile.am, liblnk/pmon.S: Reflect renamer.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-2912-430/+24
| | | | | | * start/regs.S: Remove (Renamed into start/regs.h). * start/regs.h: New (Renamed from start/regs.S). * Makefile.am, start/start.S: Reflect renamer.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-292-1/+7
| | | | | | * liblnk/regs.S: Remove (Renamed into liblnk/regs.h). * liblnk/regs.h: New (Renamed from liblnk/regs.S). * Makefile.am, liblnk/pmon.S: Reflect renamer.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-2940-29/+80
| | | | * Makefile.am: Remove noinst_PROGRAMS (Unused).
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-292-39/+6
| | | | * Makefile.am: Cleanup.
* 2008-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-2410-24/+40
| | | | * preinstall.am: Regenerated.
* Upgrade to 4.9.0Joel Sherrill2008-09-241-1/+1
|
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-248-53/+60
| | | | * Makefile.am: Eliminates libcpudir.
* Cosmetics.Ralf Corsepius2008-09-242-2/+0
|
* 2008-08-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-3/+5
| | | | | PR 1323/bsps * Makefile.am: Remove AM_CFLAGS += -msoft-float.
* 2008-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-3/+4
| | | | * Makefile.am: Remove empty HAS_NETWORKING conditional.
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-246-0/+30
| | | | | PR 1322/bsps * include/bspopts.h.in: Remove.