summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2006-07-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-133-0/+29
| | | | | * doxy-filter: New. * Makefile.am: Add doxy-filter.
* PR 1110/networkingTill Straumann2006-07-132-44/+60
| | | | | | | * libnetworking/machine/in_cksum.h: Replaced PPC and i386 assembly algorithms (must not assume carry bit is preserved across multiple asms). Added packet header as a 'm' input operand for all CPU variants. Added carry bit to clobber list.
* * shared/pci/pcibios.c: let pci_find_device() returnTill Straumann2006-07-132-1/+7
| | | | | -1 on failure, not just non-zero status. I found that some driver(s) [e.g. dec21140] explicitely check for -1.
* * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:Till Straumann2006-07-133-2/+8
| | | | | Checked inline assembly; added early-clobber '&' to output operands of multi-instruction asms.
* * pppd/sys-rtems.c: fixed error message so that the correctTill Straumann2006-07-132-1/+6
| | | | ioctl is reported.
* * mpc6xx/mmu/bat.c, mpc6xx/mmu/pte121.c, shared/src/cache.c:Till Straumann2006-07-134-30/+43
| | | | | | Checked inline assembly code; added 'm' operands and paranoia 'memory' clobbers. Also, made sure that no pure input operands are modified by the asm.
* * vmeUniverse/vmeTsi148.c: Silenced compiler warningsTill Straumann2006-07-122-2/+7
| | | | (gcc-4.1.1 warns that uint32_t and unsigned int are different).
* * shared/startup/probeMemEnd.c: added paranoia to inlineTill Straumann2006-07-122-8/+18
| | | | | | assembly code; added 'memory' clobbers and made sure any registers modified by the 'asm' appear in the output operands.
* * shared/startup/panic.c: Fixed compiler warnings.Till Straumann2006-07-122-1/+6
|
* 2006-07-12 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-07-125-34/+25
| | | | | | * amba/amba.c, clock/ckinit.c, include/amba.h, timer/timer.c: Search for the Timer Register when initializing the amba rather than before each potential use.
* 2006-07-12 RTEMSJoel Sherrill2006-07-1212-10/+141
| | | | | | | | | | | * rtems4.7/arm/gdb-sources.add, rtems4.7/avr/gdb-sources.add, rtems4.7/h8300/gdb-sources.add, rtems4.7/i386/gdb-sources.add, rtems4.7/m68k/gdb-sources.add, rtems4.7/mips/gdb-sources.add, rtems4.7/powerpc/gdb-sources.add, rtems4.7/sh/gdb-sources.add, rtems4.7/sparc/gdb-sources.add, rtems4.7/tic4x/gdb-sources.add: Update gdb to use newer patch. This lets sparc build simulator and mips build at all. * patches/gdb-6.4-rtems-20060712.diff: New file.
* 2006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-122-0/+7
| | | | * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
* 2006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-124-46/+204
| | | | | * Makefile.am, include/leon.h: Try to merge rest of 4.6 BSP changes. * include/spacewire.h: New file.
* 2006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-127-0/+337
| | | | | | * Makefile.am: Merge SHM support from 4.6 branch. * shmsupp/README, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: New files.
* 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-112-0/+6
| | | | * clock/ckinit.c: Actually call the routine to find the LEON3 time.
* 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-117-41/+40
| | | | | | | | | | | | PR 1124/rtems * score/include/rtems/score/threadq.h, score/src/coremutexseize.c, score/src/coremutexsurrender.c, score/src/threadqenqueue.c, score/src/threadqenqueuefifo.c, score/src/threadqenqueuepriority.c: The placement of the changing a thread's priority when using priority ceiling should be on the successful transfer of the mutex -- not when the thread tries to acquire. Plus the lack of a dispatch disable point lead to the potential for a thread timing out and already having inherited the ceiling priority.
* fixed system.h: only include ATA/IDE driver, when BSP supports an ide interfaceThomas Doerfler2006-07-111-0/+4
|
* 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-113-0/+78
| | | | | * leon_greth/.cvsignore, leon_greth/leon_greth.c: New files. Missed adding in previous commit of merge.
* 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-113-21/+45
| | | | | * clock/ckinit.c, timer/timer.c: Make sure LEON3_Timer_Regs is initialized for the timer driver.
* Sync.Ralf Corsepius2006-07-111-1/+1
|
* Rebuild with arm-patch applied.Ralf Corsepius2006-07-111-1/+1
|
* 2006-07-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-07-115-0/+794
| | | | | | * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from 4.6 branch. Original modifications by Gaisler Enterprises. * libchip/network/greth.c, libchip/network/greth.h: New files.
* 2006-07-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-07-115-6/+52
| | | | | | * ChangeLog, Makefile.am, clock/ckinit.c, include/amba.h, include/bsp.h: Merge SPARC updates from 4.6 branch. Original modifications by Gaisler Enterprises.
* Use newlib-1.14.0-rtems-20060707.diffRalf Corsepius2006-07-111-1/+1
|
* New. Remove arm/endian.hRalf Corsepius2006-07-111-0/+838
|
* Add short noticeRalf Corsepius2006-07-111-0/+2
|
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-1192-300/+150
|
* 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-111-0/+18
| | | | | | | | | | | | | | | | | | * mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir instead.
* 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-111-0/+15
| | | | | | | | | | | | | | | * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am, tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am, tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am, tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir instead.
* 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-111-0/+5
| | | | | * tmitronsem01/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir instead.
* 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-111-0/+15
| | | | | | | | | | | | | | | * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am, sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am, sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am, sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am, sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am, sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am, sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am, sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir instead.
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-1140-98/+49
|
* 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-111-0/+9
| | | | | | | | | * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir instead.
* 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-111-0/+6
| | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir instead.
* 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-111-0/+12
| | | | | | | | | | | | * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am, psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am, psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir instead.
* 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-111-0/+9
| | | | | | | | | * itronhello/Makefile.am, itronmbf01/Makefile.am, itronmbox01/Makefile.am, itronsem01/Makefile.am, itrontask01/Makefile.am, itrontask02/Makefile.am, itrontask03/Makefile.am, itrontask04/Makefile.am, itrontime01/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir instead.
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-119-36/+18
|
* Remove.Ralf Corsepius2006-07-111-275/+0
|
* 2006-07-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-113-7/+10
| | | | | | * ampolish3.in: Remove. * Makefile.am: Remove ampolish3. * configure.ac: Remove ampolish3, perl.
* Regenerate.Ralf Corsepius2006-07-111-0/+8
|
* Remove %define build_infos.Ralf Corsepius2006-07-111-2/+0
|
* Add binutils-2.17-rtems-20060711.diff.Ralf Corsepius2006-07-111-0/+3
|
* New. m68k/cpu32 patch.Ralf Corsepius2006-07-111-0/+103
|
* applied patches for PR1117/1118/1119/1120Thomas Doerfler2006-07-0928-395/+1142
|
* Sync from freebsd6.1Ralf Corsepius2006-07-093-38/+43
|
* Sync.Ralf Corsepius2006-07-083-0/+6
|
* Update to binutils-2.17, gcc-4.1.1Ralf Corsepius2006-07-083-6/+6
|
* Split out GCC.Ralf Corsepius2006-07-073-109/+6
|
* New.Ralf Corsepius2006-07-073-0/+117
|
* Split out binutils.Ralf Corsepius2006-07-076-160/+7
|