summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove from rtems-4-8-branch.Ralf Corsepius2007-12-0483-8768/+0
|
* Revert previous change.Ralf Corsepius2007-12-041-5/+0
|
* 2007-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-12-041-0/+5
| | | | | | * libnetworking/netdb.h, libnetworking/libc/gethostnamadr.c, libnetworking/libc/getnetnamadr.c: Adjust to POSIX. Minor updates from FreeBSD.
* 2007-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-12-041-0/+5
| | | | | * score/cpu/nios2, score/cpu/c4x, score/cpu/avr: Remove from rtems-4-8-branch.
* Remove from rtems-4-8-branch.Ralf Corsepius2007-12-0437-7894/+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.
* Regnerate.Ralf Corsepius2007-11-3011-58/+58
|
* GCC_RPMREL = 27.Ralf Corsepius2007-11-309-9/+9
|
* Upgrade to gcc-4.2.2Ralf Corsepius2007-11-2920-40/+40
|
* Copy from CVS-HEAD/rtems-4.9Ralf Corsepius2007-11-291-0/+63
|
* 2007-11-29 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-293-55/+204
| | | | | * develenv/direct.t, develenv/sample.t: Corrected various errors in the documentation.
* gcc-core-4.2.1-rtems4.8-20071129.Ralf Corsepius2007-11-2931-40/+40
|
* Backport from CVS-HEAD/rtems-4.9Ralf Corsepius2007-11-291-0/+133
|
* 2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-282-1/+5
| | | | * custom/mvme5500.cfg: Fix typo.
* 2007-11-28 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-2817-524/+275
| | | | | | | | * user/barrier.t, user/clock.t, user/concepts.t, user/conf.t, user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Corrected various errors in the documentation.
* 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-27 Kate Feng <feng1@bnl.gov>Joel Sherrill2007-11-272-1/+6
| | | | | * custom/mvme5500.cfg: Add compiler arguments sine without them, the BSP has issues.
* 2007-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-273-13/+136
| | | | | * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test coverage.
* 2007-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-275-63/+274
| | | | | | * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c, psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test cases to improve test coverage.
* 2007-11-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-276-240/+192
| | | | | * develenv/develenv.texi, develenv/direct.t, develenv/intro.texi, develenv/sample.t, develenv/utils.t: Update directory tree.
* 2007-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-277-31/+36
| | | | | | | * posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, rtems/include/rtems/rtems/barrier.h, score/src/corerwlockobtainread.c, score/src/corerwlockobtainwrite.c, score/src/corerwlockrelease.c: Fixed several implementation errors.
* 2007-11-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-272-0/+11
| | | | * user/conf.t: Add CONFIGURE_APPLICATION_EXTRA_DRIVERS.
* 2007-11-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-272-3/+11
| | | | * sapi/include/confdefs.h: Add CONFIGURE_APPLICATION_EXTRA_DRIVERS.
* 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-263-2/+6
| | | | * libcsupport/src/printk.c, score/src/objectget.c: Fix spacing.
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-262-3/+9
| | | | * libcsupport/src/malloc.c: Do not assert on free of bad pointer.
* 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
| | | | * score/include/rtems/score/thread.h: Fix spelling error.
* 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.
* Remove.Ralf Corsepius2007-11-158-644/+0
|
* Update.Ralf Corsepius2007-11-142-2/+2
|
* Remove.Ralf Corsepius2007-11-149-17014/+0
|
* backup.Ralf Corsepius2007-11-1313-216/+47
|
* Backport from HEAD.Ralf Corsepius2007-11-131-0/+2
|
* GCC_RPMREL = 14.Ralf Corsepius2007-11-131-1/+1
|
* New.Ralf Corsepius2007-11-131-0/+27
|
* More makeinfo hacks.Ralf Corsepius2007-11-111-6/+52
|
* New.Ralf Corsepius2007-11-111-0/+73
|
* Remove gcc-3.4.6.Ralf Corsepius2007-11-117-21/+0
|
* Remove gcc-4.2.0.Ralf Corsepius2007-11-1111-44/+0
|
* Remove gcc-4.0.3.Ralf Corsepius2007-11-1110-40/+0
|
* Remove gcc-4.1.2.Ralf Corsepius2007-11-1111-44/+0
|