summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 4.10.14.10.1Joel Sherrill2011-07-215-5/+5
|
* 2011-07-20 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2011-07-203-22/+33
| | | | | | PR 1837/bsps * shared/motorola/motorola.c, shared/motorola/motorola.h: Add MVME2400 board with 750 CPU to list of supported Motorola boards.
* formatting.Joel Sherrill2011-07-201-1/+1
|
* 2011-07-19 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-192-4/+7
| | | | | | PR 1838/filesystem * libcsupport/src/fchmod.c: fchmod() does not need a writeable file descriptor.
* 2011-07-15 Till Straumann <strauman@slac.stanford.edu>Till Straumann2011-07-151-1/+1
| | | | * nfs.c: removed stray Ctrl-M char.
* 2011-07-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-143-0/+17
| | | | * .cvsignore, include/.cvsignore: New files.
* 2011-07-14 Gene Smith <gene.smith@siemens.com>Joel Sherrill2011-07-141-4/+6
| | | | | | | | | PR 1381/networking * netinet/ip_output.c: If a null or unreachable gateway is specified either statically in networkconfig.h or from dhcp/bootp, sendto() fails on multicast send with errno "118 Host is unreachable". The failure occurs in networking file ip_output.c since it currently requires all multicasts to have a valid route to the outside world.
* 2011-07-14 Gene Smith <gene.smith@siemens.com>Joel Sherrill2011-07-142-0/+16
| | | | | | | PR 1381/networking * libnetworking/netinet/ip_output.c: If a null or unreachable gateway is specified either statically in networkconfig.h or from dhcp/bootp, sendto() fails on multicast send with errno 118 Host
* 2011-07-14 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2011-07-142-8/+12
| | | | | | PR 1833/bsps * ne2000/ne2000.c: Addition of multicast support disabled broadcast reception. Patch also includes support to work on big endian CPUs.
* 2011-07-13 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2011-07-132-1/+17
| | | | | | | | | | PR 1832/libcpu * at91rm9200/irq/irq.c: he bsp_interrupt_dispatch routine does not determine the correct interrupt source number. According to the datasheet, the reading of the interrupt vector register (AIC_IVR) notifies the hardware that the OS is taken care of the interrupt. Only after AIC_IVR have been read can the correct source number be read from the interrupt status register (AIC_ISR).
* 2011-07-13 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2011-07-132-1/+8
| | | | | | | PR 1775/filesystem * libfs/src/nfsclient/src/nfs.c: NFSAddress NFS issue where read/write problems when requested bytes greater than nfsStBlksize. Failure to create files and symlinks.
* 2009-11-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann2011-07-131-0/+5
| | | | * ChangeLog: had forgotten to commit ChangeLog
* 2011-07-04 Chris Johns <chrisj@rtems.org>Chris Johns2011-07-042-1/+7
| | | | | | PR 1827/filesystem * libfs/src/rfs/rtems-rfs-rtems.c: Skip the parent (..) path value when eval make moving up out of the RFS file system.
* 2011-04-10 Kate Feng <feng@bnl.gov>Joel Sherrill2011-06-1714-81/+123
| | | | | | | | | | | | | PR 1786/bsps * Makefile.am: Add support for Altivec. * startup/bspstart.c, Makefile.am: Use shared/startup/zerobss.c instead. * make/custom/mvme5500.cfg: Change CPU_CFLAGS to "-mcpu=7450 -mtune=7450 -Dmpc7455" * irq/BSP_irq.c, pci/detect_host_bridge.c, pci.c, pcifinddevice.c: Remove warnings. * vme/VMEConfig.h, include/bsp.h: use VME shared IRQ handlers. * network/if_100MHz/GT64260eth.c: Recycle the Rx mbuf if there is any Rx error.
* Fix formatting.Joel Sherrill2011-06-171-15/+18
|
* 2011-06-10 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-06-102-0/+8
| | | | | | PR 1812/filesystem * libfs/src/imfs/imfs_stat.c: stat() implementation for IMFS did not set st_blksize field. Set it based upon user configuration.
* 2011-05-27 Chris Johns <chrisj@rtems.org>Chris Johns2011-05-263-2/+541
| | | | | | * samples/fileio/init.c, samples/fileio/system.h: Add support for create a RAM disk from the shell to aid bug testing on the 4.10 branch.
* 2011-05-27 Bo Hansen <mdboha@gmail.com>Chris Johns2011-05-262-5/+7
| | | | | | PR 1776/networking * libnetworking/rtems/rtems_glue.c: Higher resolution microtime() for SO_TIMESTAMP.
* 2011-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-251-0/+21
| | | | | | | | | | | | | | | | | | | | | * include/rtems/bspIo.h, include/rtems/concat.h, include/rtems/irq.h, libblock/include/rtems/bdbuf.h libcsupport/include/rtems/libio_.h, libcsupport/src/getuid.c, score/include/rtems/score/coremutex.h, score/include/rtems/score/heap.h, score/include/rtems/score/sysstate.h, score/src/objectidtoname.c, score/src/objectnametoid.c, score/src/objectnametoidstring.c, score/src/thread.c, score/src/threadchangepriority.c, score/src/threadclearstate.c, score/src/threadclose.c, score/src/threadcreateidle.c, score/src/threaddelayended.c, score/src/threaddispatch.c, score/src/threadget.c, score/src/threadhandler.c, score/src/threadinitialize.c, score/src/threadloadenv.c, score/src/threadready.c, score/src/threadreset.c, score/src/threadrestart.c score/src/threadsetpriority.c, score/src/threadsetstate.c, score/src/threadsettransient.c, score/src/threadstackallocate.c score/src/threadstackfree.c, score/src/threadstart.c: Cosmetics from CVS-HEAD.
* Cosmetics from CVS-HEAD.Ralf Corsepius2011-05-2532-67/+61
|
* Merge with CVS-HEAD.Ralf Corsepius2011-05-254-21/+26
|
* 2011-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-253-0/+14
| | | | | * libblock/src/flashdisk.c, libblock/src/nvdisk.c: Add va_end() (Backport from HEAD).
* Regenerate.Ralf Corsepius2011-05-2013-91/+105
|
* gdb-7.2.Ralf Corsepius2011-05-2013-26/+26
|
* Add gdb-7.2.Ralf Corsepius2011-05-2013-52/+52
| | | | Remove gdb-7.0.1.
* New.Ralf Corsepius2011-05-191-0/+532
|
* Sync with rtems-4.11.Ralf Corsepius2011-05-191-0/+2
|
* 2011-05-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-05-196-6/+58
| | | | | | | | | * posix/Makefile.am: Add posixtime.h. * posix/src/clockgetres.c, posix/src/clockgettime.c, posix/src/clocksettime.c: Use CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID. Include posix/src/posixtime.h. * posix/src/posixtime.h: New.
* 2011-05-18 Till Straumann <strauman@slac.stanford.edu>Till Straumann2011-05-182-1/+7
| | | | | | PR1797/bsps * shared/bootcard.c: Fixed a typo (in code, not comment) which I introduced with the last change.
* Housekeeping.Ralf Corsepius2011-05-184-7344/+0
|
* Regenerate.Ralf Corsepius2011-05-1813-221/+325
|
* Bump GCC_RPMREL.Ralf Corsepius2011-05-1826-26/+26
|
* New.Ralf Corsepius2011-05-181-0/+2904
|
* 2011-05-18 Till Straumann <strauman@slac.stanford.edu>Till Straumann2011-05-1825-43/+231
| | | | | | PR1797/bsps: Applied cleaned-up version of Kate's patch. CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK is now a 'bspopts.h' setting and as such configurable.
* 2011-05-17 Chris Johns <chrisj@rtems.org>Chris Johns2011-05-172-55/+87
| | | | | | PR 1774/filesystem * libfs/src/imfs/imfs_eval.c: The previous change broke some of the tests. This has been fixed.
* 2011-05-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann2011-05-162-0/+6
| | | | * include/bsp.h: define CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK
* Partial merger from CVS-HEAD.Ralf Corsepius2011-05-164-5/+13
|
* Add fedora-16.Ralf Corsepius2011-05-161-0/+7
|
* Abandon openSUSE-11.2.Ralf Corsepius2011-05-161-7/+0
|
* 2011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-05-112-1/+6
| | | | | PR 1790/cpukit * libblock/src/flashdisk.c: Fixed memset() parameters.
* 2011-05-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-05-063-5/+12
| | | | | | * include/bsp.h: Moved NEED_LOW_LEVEL_INIT define because it has to be visible for the assembler. * startup/linkcmds.brs5l: Fixed RAM size.
* 2011-04-25 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2011-04-256-24/+18
| | | | | | PR 1783/bsps * include/bsp.h: Remove dead prototypes of Clock_delay() and delay(). Neither had bodies.
* 2011-04-22 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-04-222-1/+4
| | | | * console/console.c: Now compiles.
* 2011-04-20 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-04-202-0/+6
| | | | * acinclude.m4: Regenerated for TLL6527M.
* Fix formatting.Joel Sherrill2011-04-204-36/+8
|
* 2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>Joel Sherrill2011-04-204-17/+47
| | | | | | | PR 1781/bsps * console/console-io.c: The UART RX and TX are different ISR now. So the array containing the registeration changes. The change is due to change in the libcup uart function.
* 2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>Joel Sherrill2011-04-2014-0/+1178
| | | | | | | | | | | PR 1781/bsps * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, times, console/console.c, include/bsp.h, include/cplb.h, include/tm27.h, make/custom/TLL6527M.cfg, startup/bspstart.c, startup/linkcmds: New files. Initial port for the TLL6527Mboard that contains blackfin 52X range of processors. Used eZKit533 as a reference for building the port.
* 2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>Joel Sherrill2011-04-2010-164/+1481
| | | | | | | | | | | | | | PR 1781/bsps * bf52x/include: Added additional MMR. * bf52x/interrupt: The BF52X processors have a different System interrupt controller than present in the 53X range of processors. The 52X have 8 interrupt assignment registers. The implementation uses tables to increase predictability. * serial/uart.?: Added DMA based and interrupt based transfer support. The uart code used a single ISR for TX and RX and tried to identify and multiplex inside the ISR. In the new code the type of interrupt is identified by the central ISR dispatcher bf52x/interrupt or interrupt/. This simplifies the UART ISR.
* 2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>Joel Sherrill2011-04-205-3/+454
| | | | | | | | PR 1781/bsps * bfin/rtems/bf52x.h: This file defines basic MMR for the Blackfin 52x CPU. The MMR have been taken from the ADSP-BF52x Blackfin Processor Hardware Reference from Analog Devices. Mentioned Chapters refer to this Documentation.
* Regenerate.Ralf Corsepius2011-04-2013-13/+0
|