summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lpc23xx_tli800-testsuite.tcfg: Add dl02Joel Sherrill2014-11-051-0/+1
|
* lpc2362-testsuite.tcfg: Add dl02Joel Sherrill2014-11-051-0/+1
|
* lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add a handful more testsJoel Sherrill2014-11-051-0/+8
|
* lm3s3749-testsuite.tcfg: Add dl02Joel Sherrill2014-11-051-0/+1
|
* lpc23xx_tli800-testsuite.tcfg: Add dl01Joel Sherrill2014-11-041-0/+1
|
* lpc2362-testsuite.tcfg: Add dl01Joel Sherrill2014-11-041-0/+1
|
* lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add rbheap01Joel Sherrill2014-11-041-0/+1
|
* lm3s3749-testsuite.tcfg: Add dl01Joel Sherrill2014-11-041-0/+1
|
* Regenerated preinstall.am file.Chris Johns2014-11-041-0/+1
|
* BSP for several Beagle productsBen Gras2014-11-0336-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>
* Added BeagleBoard BSPClaas Ziemke2014-11-0329-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>.
* Add some generic ARM am335x and omap definitionsBen Gras2014-11-033-0/+692
|
* libcpu/bfin/clock/tod.h: Delete - missed on previous commitsJoel Sherrill2014-10-311-61/+0
|
* bsp/mpc55xxevb: Fix flash settings for MPC5510Sebastian Huber2014-10-312-23/+45
|
* Added missing stm32f4xxxx_adc.hChris Nott2014-10-301-0/+320
|
* bsps/sparc: Include right header fileSebastian Huber2014-10-232-2/+2
|
* bsp/leon3: Fix LEON3_mp_irq definitionSebastian Huber2014-10-233-6/+9
| | | | Provide it also if RTEMS_MULTIPROCESSING is defined.
* bsps: Move extern "C" to not cover includesSebastian Huber2014-10-2368-286/+284
| | | | Some includes may use C++ and this conflicts if surrounded extern "C".
* bsp/sparc: Ensure that data cache snooping is enabledDaniel Cederman2014-10-233-2/+20
| | | | Check that data cache snooping exists and is enabled on all cores.
* bsp/stm32f4: Add header filesChris Nott2014-10-2311-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.
* or1k/or1ksim: Fix warningsJoel Sherrill2014-10-201-7/+12
|
* arm/raspberrypi: Fix warningsJoel Sherrill2014-10-202-64/+64
|
* shared/clockdrv_shell.h: Always include <rtems/clockdrv.h> to avoid warningsJoel Sherrill2014-10-201-14/+2
|
* powerpc/qoriq/include/bsp.h: Add prototypes to fix warningsJoel Sherrill2014-10-201-0/+10
|
* powerpc/qemuppc/startup/cmain.c: Fix warningsJoel Sherrill2014-10-201-0/+7
|
* powerpc/shared/startup/bspstart.c: Fix warning for mvme2100Joel Sherrill2014-10-201-1/+1
|
* nios2/nios2_iss: Fix warningsJoel Sherrill2014-10-203-51/+28
|
* ss555/startup/bspstart.c: BSP does not use SPRG0Joel Sherrill2014-10-201-2/+0
|
* ep1a/startup/bspstart.c: BSP does not use SPRG0Joel Sherrill2014-10-201-2/+0
|
* libcpu/sh/sh7045/sci/sci.c: Eliminate use of obsolete methodJoel Sherrill2014-10-201-23/+9
|
* libbsp/sh/shared/console.c: Eliminate use of obsolete methodJoel Sherrill2014-10-201-46/+21
|
* m68k/mrm332: Fix warningsJoel Sherrill2014-10-201-8/+5
|
* m68k/mcf5329: Fix warningsJoel Sherrill2014-10-202-0/+6
|
* m68k/mcf5235: Fix warningsJoel Sherrill2014-10-201-0/+5
|
* m68k/mcf5225x: Fix warningsJoel Sherrill2014-10-202-0/+6
|
* m68k/mcf52235: Fix warningsJoel Sherrill2014-10-202-0/+6
|
* m68k/idp: Fix warningsJoel Sherrill2014-10-201-0/+1
|
* m68k/gen68360: Fix warningsJoel Sherrill2014-10-202-3/+13
|
* lm32 BSP shared and lm32_evr: Fix BSPsJoel Sherrill2014-10-203-9/+13
|
* arm/csb337/console/fbcons.c: Fix warningJoel Sherrill2014-10-201-18/+4
|
* libcpu/arm/pxa255/ffuart/ffuart.c: Fix warningJoel Sherrill2014-10-201-1/+1
|
* libcpu/arm/at91rm9200/dbgu/dbgu.c: Fix warningJoel Sherrill2014-10-201-2/+2
|
* arm/gba/console/conio.c: Fix warningJoel Sherrill2014-10-201-1/+5
|
* arm/edb7312: Fix warningsJoel Sherrill2014-10-203-2/+17
|
* m68k/csb360: Fix warningsJoel Sherrill2014-10-203-70/+69
|
* m68k/av5282: Fix warningJoel Sherrill2014-10-193-49/+58
|
* lm32/milkymist/startup/bspclean.c: Include <bsp.h> to fix warningJoel Sherrill2014-10-191-3/+6
|
* m68k/mrm332: Move include of <rtems/m68k/sim.h>Joel Sherrill2014-10-192-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.
* libcpu/powerpc configure logic: Do not built e500 components unused by qoriqJoel Sherrill2014-10-193-6/+17
|
* powerpc/shared/irq/irq_init.c: Fix warningsJoel Sherrill2014-10-191-1/+1
|