summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2011-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-11-092-49/+55
| | | | * MAINTAINERS: Rewrite and update.
* 2011-11-08 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-11-082-1/+4
| | | | * MAINTAINERS: Revert adding myself as a maintainer.
* 2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-0827-815/+1797
| | | | | | | | | | | | | | | * include/lpc17xx.h: New file. * Makefile.am, preinstall.am: Reflect change above. Update due to API changes. * configure.ac, console/console-config.c, include/bsp.h, include/io.h, include/irq.h, include/lcd.h, include/lpc-clock-config.h, include/lpc24xx.h, include/start-config.h, irq/irq-dispatch.c, irq/irq.c, misc/bspidle.c, misc/io.c, misc/lcd.c, misc/restart.c, misc/system-clocks.c, ssp/ssp.c, startup/bspreset.c, startup/bspstart.c, startup/bspstarthooks.c, startup/start-config-emc-dynamic.c, startup/start-config-emc-static.c, startup/start-config-pinsel.c: Basic support for LPC17XX. New memory configurations for W9825G2JB75I, IS42S32800B, and SST39VF3201.
* 2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-086-79/+314
| | | | | | | | * shared/startup/bsp-start-copy-sections.c, shared/startup/bsp-start-memcpy.S: New files. * shared/include/start.h: Declare bsp_start_copy_sections(). * shared/start/start.S, shared/include/linker-symbols.h: Moved content. Support for ARMv7-M.
* 2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-0811-25/+97
| | | | | | | | | | | * make/custom/mpc5566evb_spe.cfg, make/custom/mpc5674fevb_spe.cfg, startup/linkcmds.mpc5566evb_spe, startup/linkcmds.mpc5674fevb_spe, startup/reset.c: New files. * Makefile.am, preinstall.am: Reflect changes above. * startup/early-init.c: Added missing section attribute. * configure.ac, network/smsc9218i.c: New BSP options SMSC9218I_EDMA_RX_CHANNEL and SMSC9218I_EDMA_TX_CHANNEL. Enable reset at cleanup.
* 2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-083-16/+33
| | | | | | * include/utility.h: Fixed some casts. * include/irq-generic.h: Define bsp_interrupt_handler_index_type conditionally.
* 2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-084-28/+39
| | | | | | | | * new-exceptions/bspsupport/ppc_exc_async_normal.S: Bugfix for MPC5674F. Use it for all to be safe. * mpc55xx/include/emios.h: Fixed eMIOS module count. * mpc55xx/include/irq.h: Fixed CAN vector numbers. BSP_INTERRUPT_HANDLER_TABLE_SIZE is now a BSP option.
* 2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-11-072-1/+7
| | | | | | PR 1953/bsps * console/uart.c: Do not use /dev/console in libchip configuration table. Shared driver framework selects device to use as /dev/console.
* 2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-11-074-4/+16
| | | | | | PR 1953/bsps * console/uarts.c: Do not use /dev/console in libchip configuration table. Shared driver framework selects device to use as /dev/console.
* 2011-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Joel Sherrill2011-11-072-0/+7
| | | | | | PR 1952/cpukit * libmisc/untar/untar.c: Add return code for failure when unable to write file.
* Revert.Joel Sherrill2011-11-072-7/+1
|
* 2011-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Joel Sherrill2011-11-072-1/+7
| | | | | | PR 1952/cpukit * libcsupport/include/rtems/libio.h: Add return code for failure when unable to write file.
* 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-072-1/+6
| | | | * console/console-config.c: Avoid explicit type.
* 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-073-11/+19
| | | | | PR 1951/bsps * Makefile.am, console/console-config.c: Update due to API changes.
* 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-073-3/+7
| | | | | * console_private.h: Removed Console_Port_Minor declaration. * console.c: Define console_initialized as static.
* 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-072-2/+8
| | | | * libchip/serial/serial.h: Declare Console_Port_Minor.
* 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-072-1/+4
| | | | * rtems/score/cpu.h: Removed unused register_pc from Context_Control.
* 2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-072-0/+8
| | | | | | | PR 1949/cpukit PR 1950/cpukit * rtems/score/arm.h: Select ARMv4 multilib implementation for __ARM_ARCH_6J__.
* 2011-11-06 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-11-062-54/+52
| | | | * shared/console/conscfg.c: Whitespace and style fixes.
* 2011-11-06 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-11-062-1/+5
| | | | * shared/console/conscfg.c: Give console port a name.
* 2011-11-06 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-11-062-3/+11
| | | | * ChangeLog: Fix ChangeLog with name and email address
* 2011-11-06 gedare@rtems.orgGedare Bloom2011-11-062-0/+5
| | | | * shared/score/interrupt.S: Pass ISR correct pointer to interrupt frame
* 2011-11-06 gedare@rtems.orgGedare Bloom2011-11-062-1/+5
| | | | * MAINTAINERS: Fix whitespace.
* Remove stray whitespaces.Ralf Corsepius2011-11-0644-536/+536
|
* 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-062-2/+7
| | | | | PR 1945/cpukit * libchip/i2c/spi-memdrv.c: Replace rtems_off64_t with off_t.
* 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-062-4/+9
| | | | | PR 1945/cpukit * umon/tfsDriver.c: Replace rtems_off64_t with off_t.
* 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-067-21/+33
| | | | | | | | PR1945/cpukit * libfs/src/nfsclient/src/nfs.c, libfs/src/rfs/rtems-rfs-rtems-dev.c, libfs/src/rfs/rtems-rfs-rtems-dir.c, libfs/src/rfs/rtems-rfs-rtems-file.c, libnetworking/lib/ftpfs.c, libnetworking/lib/tftpDriver.c: Replace rtems_off64_t with off_t.
* 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-066-22/+24
| | | | | | | PR1945/cpukit * libfs/src/imfs/deviceio.c, libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_directory.c, libfs/src/imfs/imfs_fifo.c, libfs/src/imfs/memfile.c: Replace rtems_off64_t with off_t.
* 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-064-10/+13
| | | | | | | PR1945/cpukit * libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_file.c: Replace rtems_off64_t with off_t.
* 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-063-3/+6
| | | | | | | PR1945/cpukit * libfs/src/defaults/default_ftruncate.c, libfs/src/defaults/default_lseek.c: Replace rtems_off64_t with off_t.
* 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-062-16/+19
| | | | | | | PR1945/cpukit * libcsupport/include/rtems/libio.h: Mark rtems_off64_t as deprecated. Replace rtems_off64_t with off_t.
* 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-062-3/+7
| | | | * libfs/src/rfs/rtems-rfs-dir.c: Rename PRIdoff_t into PRIooff_t.
* 2011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-11-042-1/+10
| | | | * ChangeLog, Makefile.am: Add bsp_reset() stub.
* 2011-11-04 gedare@rtems.orgGedare Bloom2011-11-042-0/+5
| | | | * MAINTAINERS: Add myself as maintainer
* 2011-11-04 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-042-2/+6
| | | | * support/src/test_support.c: Avoid magic numbers.
* 2011-11-04 Chris Johns <chrisj@rtems.org>Chris Johns2011-11-032-2/+29
| | | | | * libfs/src/rfs/rtems-rfs-dir.h: Commit the missing change. Part of removing the hardcoded dir string.
* 2011-11-03 Chris Johns <chrisj@rtems.org>Joel Sherrill2011-11-031-0/+11
| | | | | | | | | | | PR 1948/filesystem * libfs/src/rfs/rtems-rfs-file-system.c, libfs/src/rfs/rtems-rfs-file-system.h, libfs/src/rfs/rtems-rfs-format.c, libfs/src/rfs/rtems-rfs-rtems.c: Add support for mount passing an ASCIIZ string containing configuration options. Remove the hardcoded dir string and size. Fix comments. * libblock/src/bdbuf.c: Fix state labels in trace output.
* 2011-11-03 Chris Johns <chrisj@rtems.org>Chris Johns2011-11-035-12/+55
| | | | | | | | | | | PR 1948/filesystem * libfs/src/rfs/rtems-rfs-file-system.c, libfs/src/rfs/rtems-rfs-file-system.h, libfs/src/rfs/rtems-rfs-format.c, libfs/src/rfs/rtems-rfs-rtems.c: Add support for mount passing an ASCIIZ string containing configuration options. Remove the hardcoded dir string and size. Fix comments. * libblock/src/bdbuf.c: Fix state labels in trace output.
* 2011-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-10-312-0/+12
| | | | | | PR 1947/doc * started/buildrt.t: Make note that native toolset is needed to configure and build RTEMS.
* New.Ralf Corsepius2011-10-301-0/+559
|
* 2011-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-302-3/+4
| | | | * libcsupport/src/newlibc_exit.c: Don't undef __USE_INIT_FINI__.
* 2011-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-10-282-3/+5
| | | | | PR 1944/misc * libchip/serial/mc68681.c: Remove #if 0.
* Regenerate.Ralf Corsepius2011-10-2815-172/+172
|
* Preps for gcc-4.6.2.Ralf Corsepius2011-10-2828-84/+93
|
* 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-262-3/+6
| | | | | * libmisc/monitor/mon-monitor.c (rtems_monitor_wakeup): Remove unused var "status" (Avoid warning).
* 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-262-9/+39
| | | | | | * Makefile.am: Fix DIST_SUBDIRS. Reformat. Add support/fstest.h.
* 2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-262-1/+13
| | | | * mouse01/init.c: Account for extra message buffer size.
* 2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-262-2/+12
| | | | * ftp01/init.c: Account for extra FTP worker task stack sizes.
* 2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-263-8/+12
| | | | | * ftpd/ftpd.h, ftpd/ftpd.c: Moved buffer and stack size constants into header file.
* 2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-262-3/+9
| | | | | | * ftpd/ftpd.c: Increased data buffer size to 4096 bytes. Use RTEMS_MINIMUM_STACK_SIZE plus the data buffer size for worker thread stack size.