summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-10-02bsp/mpc55xx: PR2077: Mapping for external flashPeter Dufault1-53/+6
2012-10-02bsps: PR2076: SMC91111 fixes for mpc55xxevb BSPPeter Dufault2-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.
2012-10-02bsp/mpc55xx: Fix bsp_idle_thread()Sebastian Huber4-13/+41
2012-10-02bsp/mpc55xx: Add and use MPC55XX_CHIP_FAMILYSebastian Huber19-40/+44
2012-09-28pc386: Add Cirrus FB Driver to Makefile and configure.acJoel Sherrill2-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.
2012-09-28FB driver for Cirrus GD5446 graphic hardware.Alexandru-Sever Horin1-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>
2012-09-28bsp/mpc55xx: Add e200z7 specific idle taskSebastian Huber1-0/+13
2012-09-28bsps/arm: Fix rtems_mii_ioctl() usageSebastian Huber1-1/+1
2012-09-28bsps/arm: Add LPC_DMA_CHANNEL_COUNTSebastian Huber3-2/+10
2012-09-06mpc55xxevb: Fix compilation in start-config-siu-pcr.cJoel Sherrill1-2/+2
2012-08-21bsp/mpc55xx: Use a one second timeoutChristian Mauderer1-117/+217
2012-08-21bsp/mpc55xx: Fix SMSC9218I_BIG_ENDIAN_SUPPORTChristian Mauderer2-7/+15
2012-08-21bsp/mpc55xx: Move work from ISR to task contextChristian Mauderer1-6/+8
2012-08-20bsp/gen83xx: Add br_uid BSP variantThomas Doerfler8-0/+139
2012-08-20bsp/lpc32xx: Specify scratch area alignmentSebastian Huber1-1/+2
2012-08-20bsp/lpc32xx: Stop unused DDRAM_CLKSebastian Huber1-1/+1
2012-08-20bsp/lpc32xx: Fix clock nameSebastian Huber2-7/+7
Rename lpc32xx_dram_clk() in lpc32xx_ddram_clk()
2012-08-20bsp/lpc32xx: Add lpc32xx_select_nand_controller()Sebastian Huber3-0/+53
2012-08-20bsp/lpc24xx: Use USB RAM for fast data sectionSebastian Huber3-3/+6
2012-08-06Delete leftover bspopts.h.in from revertGedare Bloom1-31/+0
2012-08-06Revert "Add bspopts.h.in."Gedare Bloom85-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.
2012-07-25bsp/mpc55xx: eQADC register changesSebastian Huber1-4/+6
2012-07-25bsp/mpc55xx: Add MPC55XX_CONSOLE_MINORSebastian Huber3-8/+9
Remove MPC55XX_ESCI_CONSOLE_MINOR.
2012-07-25bsp/mpc55xx: Whitespace changesSebastian Huber1-7/+7
2012-07-25bsp/mpc55xx: New EBI settings for MPC5674F boardsSebastian Huber6-16/+14
2012-07-19Use http://www.rtems.org/bugzilla as bug-URL.Ralf Corsépius15-15/+15
2012-07-19Reformat AC_INIT.Ralf Corsépius1-2/+1
2012-07-19Remove CVS-Ids.Ralf Corsépius47-89/+13
2012-07-19Remove CVS-Ids.Ralf Corsépius13-30/+0
2012-07-19Require automake-1.12.2.Ralf Corsépius121-121/+121
2012-07-19Require autoconf-2.69.Ralf Corsépius123-123/+123
2012-07-18bsp/mpc55xx: Add SMSC9218I_IRQ_PINSebastian Huber3-2/+10
2012-07-18bsp/mpc55xx: Add SMSC9218I_RESET_PINSebastian Huber3-3/+11
2012-07-18bsp/mpc55xx: Add SMSC9218I_ENABLE_LED_OUTPUTSSebastian Huber4-0/+16
2012-07-18bsp/mpc55xx: Add SMSC9218I_BIG_ENDIAN_SUPPORTSebastian Huber3-16/+44
2012-07-18bsp/mpc55xx: New ECU508 BSPsSebastian Huber12-6/+223
2012-07-18bsp/mpc55xx: Add ESCI_C and ESCI_D supportSebastian Huber2-7/+30
2012-07-18bsp/mpc55xx: Add MPC55XX_SYSTEM_CLOCK_DIVIDERSebastian Huber3-6/+9
2012-07-18bsp/mpc55xx: Add MPC55XX_NULL_POINTER_PROTECTIONSebastian Huber3-1/+9
2012-07-18bsp/mpc55xx: Add MPC55XX_NEEDS_LOW_LEVEL_INITSebastian Huber8-132/+169
2012-07-18bsp/mpc55xx: Implement network interface offChristian Mauderer1-3/+29
2012-07-18bsp/mpc55xx: Support re-initialization of eDMAChristian Mauderer1-6/+20
2012-07-18bsp/mpc55xx: Add bsp_restart()Christian Mauderer3-1/+28
2012-07-18bsp/mpc55xx: Add union nameSebastian Huber1-1/+1
2012-07-18bsp/mpc55xx: Add output value to PCR configSebastian Huber3-77/+76
2012-07-17mips/malta: Add sections for new FreeBSD TCP/IP stackJoel Sherrill1-10/+25
2012-07-17mips/jmr3904: Add sections for new FreeBSD TCP/IP stackJoel Sherrill1-10/+25
2012-07-16Fix broken _endtext symbolSebastian Huber1-2/+2
2012-07-14shsim linkcmds: Add new FreeBSD TCP/IP stack sectionsJoel Sherrill1-0/+24
2012-07-14sparc linkcmds.base: Add new FreeBSD TCP/IP stack sectionsJoel Sherrill2-17/+34