summaryrefslogtreecommitdiffstats
path: root/c/src/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-05lpc23xx_tli800-testsuite.tcfg: Add dl02Joel Sherrill1-0/+1
2014-11-05lpc2362-testsuite.tcfg: Add dl02Joel Sherrill1-0/+1
2014-11-05lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add a handful more testsJoel Sherrill1-0/+8
2014-11-05lm3s3749-testsuite.tcfg: Add dl02Joel Sherrill1-0/+1
2014-11-04lpc23xx_tli800-testsuite.tcfg: Add dl01Joel Sherrill1-0/+1
2014-11-04lpc2362-testsuite.tcfg: Add dl01Joel Sherrill1-0/+1
2014-11-04lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add rbheap01Joel Sherrill1-0/+1
2014-11-04lm3s3749-testsuite.tcfg: Add dl01Joel Sherrill1-0/+1
2014-11-04Regenerated preinstall.am file.Chris Johns1-0/+1
2014-11-03BSP for several Beagle productsBen Gras36-3221/+1485
Specifically the beagleboard, beagleboard xM, beaglebone, beaglebone black. More info on these targets: http://www.beagleboard.org/ This commit forms a basic BSP by combining Claas's work with . new clock and irq code and definitions for beagle targets (beagleboard and beaglebones), mostly reused from the Minix codebase, thus making irqs, ticks and non-polled console mode work too . new timer code for ns timing with high timer resolution, 24MHz on the AM335X and 13MHz on the DM37XX . select the console uart based on target at configure time . removing all the lpc32xx-specific macros and code and other unused code and definitions that the beagle bsp was based on . re-using some standard functions instead of lpc32xx versions . fixed some whitespace problem in preinstall.am . fixed some compile warnings . configure MMU: set 1MB sections directly in the TTBR, just to show the difference between cacheable RAM and non-cacheable device memory and invalid ranges; this lets us turn on caches and not rely on boot loader MMU configuration. Verified to work when MMU is initially either on or off when RTEMS gets control. Thanks for testing, commentary, improvements and fixes to Chris Johns, Brandon Matthews, Matt Carberry, Romain Bornet, AZ technology and others. Signed-Off-By: Ben Gras <beng@shrike-systems.com>
2014-11-03Added BeagleBoard BSPClaas Ziemke29-0/+4596
Coding done in course of GSoC2012. Commit edited to be brought up-to-date with mainline by Ben Gras <beng@shrike-systems.com>.
2014-11-03Add some generic ARM am335x and omap definitionsBen Gras3-0/+692
2014-10-31libcpu/bfin/clock/tod.h: Delete - missed on previous commitsJoel Sherrill1-61/+0
2014-10-31bsp/mpc55xxevb: Fix flash settings for MPC5510Sebastian Huber2-23/+45
2014-10-30Added missing stm32f4xxxx_adc.hChris Nott1-0/+320
2014-10-23bsps/sparc: Include right header fileSebastian Huber2-2/+2
2014-10-23bsp/leon3: Fix LEON3_mp_irq definitionSebastian Huber3-6/+9
Provide it also if RTEMS_MULTIPROCESSING is defined.
2014-10-23bsps: Move extern "C" to not cover includesSebastian Huber68-286/+284
Some includes may use C++ and this conflicts if surrounded extern "C".
2014-10-23bsp/sparc: Ensure that data cache snooping is enabledDaniel Cederman3-2/+20
Check that data cache snooping exists and is enabled on all cores.
2014-10-23bsp/stm32f4: Add header filesChris Nott11-57/+1209
Added register definition headers for STM32F4 ADC, EXTI, PWR, SYSCFG, TIM, OTGFS and updated FLASH and RCC. Fixed PLL_Q for USB 48MHz operation. Added flash prefetch enable.
2014-10-20or1k/or1ksim: Fix warningsJoel Sherrill1-7/+12
2014-10-20arm/raspberrypi: Fix warningsJoel Sherrill2-64/+64
2014-10-20shared/clockdrv_shell.h: Always include <rtems/clockdrv.h> to avoid warningsJoel Sherrill1-14/+2
2014-10-20powerpc/qoriq/include/bsp.h: Add prototypes to fix warningsJoel Sherrill1-0/+10
2014-10-20powerpc/qemuppc/startup/cmain.c: Fix warningsJoel Sherrill1-0/+7
2014-10-20powerpc/shared/startup/bspstart.c: Fix warning for mvme2100Joel Sherrill1-1/+1
2014-10-20nios2/nios2_iss: Fix warningsJoel Sherrill3-51/+28
2014-10-20ss555/startup/bspstart.c: BSP does not use SPRG0Joel Sherrill1-2/+0
2014-10-20ep1a/startup/bspstart.c: BSP does not use SPRG0Joel Sherrill1-2/+0
2014-10-20libcpu/sh/sh7045/sci/sci.c: Eliminate use of obsolete methodJoel Sherrill1-23/+9
2014-10-20libbsp/sh/shared/console.c: Eliminate use of obsolete methodJoel Sherrill1-46/+21
2014-10-20m68k/mrm332: Fix warningsJoel Sherrill1-8/+5
2014-10-20m68k/mcf5329: Fix warningsJoel Sherrill2-0/+6
2014-10-20m68k/mcf5235: Fix warningsJoel Sherrill1-0/+5
2014-10-20m68k/mcf5225x: Fix warningsJoel Sherrill2-0/+6
2014-10-20m68k/mcf52235: Fix warningsJoel Sherrill2-0/+6
2014-10-20m68k/idp: Fix warningsJoel Sherrill1-0/+1
2014-10-20m68k/gen68360: Fix warningsJoel Sherrill2-3/+13
2014-10-20lm32 BSP shared and lm32_evr: Fix BSPsJoel Sherrill3-9/+13
2014-10-20arm/csb337/console/fbcons.c: Fix warningJoel Sherrill1-18/+4
2014-10-20libcpu/arm/pxa255/ffuart/ffuart.c: Fix warningJoel Sherrill1-1/+1
2014-10-20libcpu/arm/at91rm9200/dbgu/dbgu.c: Fix warningJoel Sherrill1-2/+2
2014-10-20arm/gba/console/conio.c: Fix warningJoel Sherrill1-1/+5
2014-10-20arm/edb7312: Fix warningsJoel Sherrill3-2/+17
2014-10-20m68k/csb360: Fix warningsJoel Sherrill3-70/+69
2014-10-19m68k/av5282: Fix warningJoel Sherrill3-49/+58
2014-10-19lm32/milkymist/startup/bspclean.c: Include <bsp.h> to fix warningJoel Sherrill1-3/+6
2014-10-19m68k/mrm332: Move include of <rtems/m68k/sim.h>Joel Sherrill2-1/+1
This file defines at least the POW() macro which pollutes the public name space and causes warnings in at least the paranoia sample application.
2014-10-19libcpu/powerpc configure logic: Do not built e500 components unused by qoriqJoel Sherrill3-6/+17
2014-10-19powerpc/shared/irq/irq_init.c: Fix warningsJoel Sherrill1-1/+1