summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bsp/mpc55xx: PR2077: Add BSP_DEFAULT_BAUD_RATEPeter Dufault2012-10-024-3/+10
|
* bsp/mpc55xx: PR2077: Avoid PPC_USE_SPEPeter Dufault2012-10-021-3/+1
|
* bsp/mpc55xx: PR2077: Mapping for external flashPeter Dufault2012-10-021-53/+6
|
* bsps: PR2076: SMC91111 fixes for mpc55xxevb BSPPeter Dufault2012-10-022-8/+7
| | | | | | | | - A typo prevents if_smc.c from being built when configured; - The argument passed to the interrupt handler was incorrect and the addition of support for RTEMS_INTERRUPT_SHARED exposed it; - A "#ifdef DEBUG" is supposed to be "#if DEBUG" since 0 is supposed to make it quiet.
* bsp/mpc55xx: Fix bsp_idle_thread()Sebastian Huber2012-10-024-13/+41
|
* bsp/mpc55xx: Add and use MPC55XX_CHIP_FAMILYSebastian Huber2012-10-0219-40/+44
|
* fsrfsbitmap01/test.c: Remove tabsJoel Sherrill2012-10-011-7/+8
|
* misc fstests: Remove spaces at EOLJoel Sherrill2012-10-016-21/+16
|
* New fstest to cover RFS bitmaps - fsrfsbitmap01Krzysztof Miesowicz2012-10-016-0/+743
|
* new fstest hitting fpathconf functionKrzysztof Miesowicz2012-10-016-0/+171
|
* cpukit/configure.ac: Remove unused use ticks for statistics optionsJoel Sherrill2012-09-281-10/+0
| | | | | | | | | | The following were not used in any code: __RTEMS_USE_TICKS_CPU_USAGE_STATISTICS__ __RTEMS_USE_TICKS_RATE_MONOTONIC_STATISTICS__ Both CPU Usage and Rate Monotonic Period Statistics are switched to ticks resolution by configuring with __RTEMS_USE_TICKS_FOR_STATISTICS__ set to 1 on the configure command line.
* pc386: Add Cirrus FB Driver to Makefile and configure.acJoel Sherrill2012-09-282-1/+13
| | | | | | The user has to explicitly enable this driver, choosing it over the existing (and lame) CGA frame buffer driver using USE_CIRRUS_GD5446=1 on the configure command line.
* FB driver for Cirrus GD5446 graphic hardware.Alexandru-Sever Horin2012-09-281-0/+764
| | | | | | | | | | | | | | | | | | | | | | | | | Implementation is tested to work on QEMU simulator only. QEMU offers this hardware by default for PC platform but it can be requested by "-vga cirrus" option for other PCI aware systems in development/next QEMU releases as well. Next sources have been used for driver implementation: - RTEMS fb_vga.c - Rosimildo da Silva ( rdasilva@connecttel.com ) - Cirrus xf86 driver - used as VGA hardware setup documentation - CL-GD5446 Technical Reference Manual, 1996, Second Edition fb_vga.c has to be replaced by fb_cirrus.c in rtems/c/src/lib/libbsp/i386/pc386/Makefile.am to test the driver now. We expect to discus and include driver section mechanism after driver testing. Patch version 2: - comments style updated according to Joel Sherrill review - use static for variables and functions to compile without warnings Signed-off-by: Alexandru-Sever Horin <alex.sever.h@gmail.com> Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* bsp/mpc55xx: Add e200z7 specific idle taskSebastian Huber2012-09-281-0/+13
|
* bsps/arm: Fix rtems_mii_ioctl() usageSebastian Huber2012-09-281-1/+1
|
* bsps/arm: Add LPC_DMA_CHANNEL_COUNTSebastian Huber2012-09-283-2/+10
|
* telnetd: Map CRLF to CRSebastian Huber2012-09-281-4/+3
| | | | | | It is not so easy to use Termios for that. We already map CRNUL to CR, thus we cannot ignore CRs. We could change the shell code to map CRNL to a single line end, but this is more intrusive than the change here.
* telnetd: Inform client that we will echoSebastian Huber2012-09-281-12/+15
| | | | The standard line editor rtems_shell_line_editor() produces an echo.
* mpc55xxevb: Fix compilation in start-config-siu-pcr.cJoel Sherrill2012-09-061-2/+2
|
* shell/dd-misc.c: Rename __unused to avoid conflict with new <sys/cdefs.h>Joel Sherrill2012-09-051-1/+1
|
* mips/idtcpu.h: Fix nested comment warningJoel Sherrill2012-09-051-1/+1
|
* coremsg.c: Clean up and comment improvementJoel Sherrill2012-08-311-7/+13
| | | | | | | | This code was reviewed as part of coverage analysis improvements. The uncovered range had unclear documentation and the code itself was also cleaned up to be easier to understand. Author: Krzysztof Mięsowicz <krzysztof.miesowicz@gmail.com>
* timespec: Add documentation for struct timespec HelpersJoel Sherrill joel.sherrill@oarcorp.com2012-08-304-2/+565
| | | | | | | | Joel editted the documentation for clarity, grammar and technical correctness. I also moved it in the manual and added @findex entries. The core work was just polished. Author: Krzysztof Mięsowicz <krzysztof.miesowicz@gmail.com>
* timespec helpers: Add wrappers with new testKrzysztof Mięsowicz2012-08-2910-1/+675
|
* sp77: new test to cover allocated message size overflowingKrzysztof Mięsowicz2012-08-296-1/+102
| | | | Author: Krzysztof Mięsowicz <krzysztof.miesowicz@gmail.com>
* bsp/mpc55xx: Use a one second timeoutChristian Mauderer2012-08-211-117/+217
|
* bsp/mpc55xx: Fix SMSC9218I_BIG_ENDIAN_SUPPORTChristian Mauderer2012-08-212-7/+15
|
* bsp/mpc55xx: Move work from ISR to task contextChristian Mauderer2012-08-211-6/+8
|
* bsp/gen83xx: Add br_uid BSP variantThomas Doerfler2012-08-208-0/+139
|
* libcsupport: Add and use rtems_putc()Sebastian Huber2012-08-204-9/+35
| | | | This reduces code size and provides a function similar to fputc().
* bsp/lpc32xx: Specify scratch area alignmentSebastian Huber2012-08-201-1/+2
|
* bsp/lpc32xx: Stop unused DDRAM_CLKSebastian Huber2012-08-201-1/+1
|
* bsp/lpc32xx: Fix clock nameSebastian Huber2012-08-202-7/+7
| | | | Rename lpc32xx_dram_clk() in lpc32xx_ddram_clk()
* bsp/lpc32xx: Add lpc32xx_select_nand_controller()Sebastian Huber2012-08-203-0/+53
|
* bsp/lpc24xx: Use USB RAM for fast data sectionSebastian Huber2012-08-203-3/+6
|
* IMFS: TypoSebastian Huber2012-08-091-1/+1
|
* PR2069: Similar. Forgot to add missing file.Andreas Heinig2012-08-061-0/+38
|
* PR2069: [CBS Scheduler] Memory leak and enqueue problemAndreas Heinig2012-08-062-1/+13
| | | | | | | Due to the fact that CBS extends the EDF scheduler, most parts of EDF are reused. One part is the allocation of the per-thread data. However, the CBS per-thread structure defines a further element (while including the rest of Scheduler_EDF_Per_thread)
* Remove generated files.Gedare Bloom2012-08-066-12018/+0
|
* Delete leftover bspopts.h.in from revertGedare Bloom2012-08-061-31/+0
|
* Revert "Add config.h.in."Gedare Bloom2012-08-0610-1018/+1
| | | | This reverts commit cf42a6ea9dbb6ebee498ae8db319d3e475bcd6be.
* Revert "Add bspopts.h.in."Gedare Bloom2012-08-0685-3770/+1
| | | | | | | | | | | | This reverts commit daffa606cc4a45d93c1f0f4fe365fde0fda6acbb. Conflicts: c/src/lib/libbsp/arm/lpc24xx/include/bspopts.h.in c/src/lib/libbsp/powerpc/mpc55xxevb/include/bspopts.h.in c/src/lib/libbsp/powerpc/qoriq/include/bspopts.h.in Manually deleted conflicting files.
* Do not remove scripts upon ./bootstrap -c. Introduce ./bootstrap -c -f.Ralf Corsépius2012-08-061-14/+49
|
* bsp/mpc55xx: eQADC register changesSebastian Huber2012-07-251-4/+6
|
* bsp/mpc55xx: Add MPC55XX_CONSOLE_MINORSebastian Huber2012-07-253-8/+9
| | | | Remove MPC55XX_ESCI_CONSOLE_MINOR.
* bsp/mpc55xx: Whitespace changesSebastian Huber2012-07-251-7/+7
|
* bsp/mpc55xx: New EBI settings for MPC5674F boardsSebastian Huber2012-07-256-16/+14
|
* Use http://www.rtems.org/bugzilla as bug-URL.Ralf Corsépius2012-07-1915-15/+15
|
* Reformat AC_INIT.Ralf Corsépius2012-07-191-2/+1
|
* Remove CVS-Ids.Ralf Corsépius2012-07-1952-99/+13
|