summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bsp/beagle: Fix some warningsBen Gras2014-12-152-3/+3
| | | | | | | The extra includes in console_*.c are to solve a 'no previous prototype' warning. Solves #2212 in trac.
* bsp/lpc32xx: Fix memory mapSebastian Huber2014-12-151-1/+1
| | | | | | Fixes bug introduced with f0c564c5ae36da20b1543ae9db9e8fe9644a81c8. close #2218
* Update bug report URLSebastian Huber2014-12-0522-22/+22
|
* beagle bsp: disable watchdog on am335xBen Gras2014-12-051-0/+9
| | | | | | | | | | | | On recent u-boots, the watchdog is turned on / left enabled. The Beaglebone Black rev. C ships with such a u-boot internally so any application booting from it must disable the watchdog. Therefore this change is needed to boot an RTEMS app out-of-the-box on a BBB Rev C - otherwise the user button must be held during boot (to bypass the stock uboot) or the internal uboot must be updated. To allow for a better out-of-the-box experience, we just turn off the watchdog.
* bsps/arm: Add .nocache sectionSebastian Huber2014-11-2756-184/+136
| | | | | This section can be use to provide a cache coherent memory area via rtems_cache_coherent_add_area().
* bsps/arm: L2C 310 avoid infinite loopsSebastian Huber2014-11-251-0/+8
|
* bsps/arm: Enable L2C for Cortex-A9 MPCore BSPsSebastian Huber2014-11-2011-65/+98
|
* bsps/arm: L2C 310 drop exclusive cache supportSebastian Huber2014-11-201-71/+50
| | | | Optimize locking.
* bsps/arm: L1 cache support changesSebastian Huber2014-11-201-16/+21
|
* bsps/arm: L2C 310 compile-time errata 588369Sebastian Huber2014-11-201-49/+19
|
* bsps/arm: L2C 310 compile-time errata 753970Sebastian Huber2014-11-201-71/+43
|
* bsps/arm: L2C 310 exclusive config is fatalSebastian Huber2014-11-201-7/+16
|
* bsps/arm: L2C 310 use l2c_310_* prefix throughoutSebastian Huber2014-11-201-99/+99
|
* bsps/arm: L2C 310 use L2C_310_* prefix throughoutSebastian Huber2014-11-201-232/+232
|
* bsps/arm: L2C 310 add compile time checksSebastian Huber2014-11-203-84/+75
| | | | Simplify initialization. Replace some assert() with fatal errors.
* bsps/arm: L2C 310 delete invalid linkSebastian Huber2014-11-201-2/+0
|
* bsps/arm: L2C 310 simplify and remove white spaceSebastian Huber2014-11-201-292/+177
|
* bsps/arm: L2C 310 rename BSP_ARM_L2CC_BASESebastian Huber2014-11-203-28/+28
| | | | Rename BSP_ARM_L2CC_BASE to BSP_ARM_L2C_310_BASE.
* bsp/xilinx-zynq: Add Cadence I2C bus driverSebastian Huber2014-11-206-0/+645
|
* bsp/xilinx-zynq: Add zync_clock_cpu_1x()Sebastian Huber2014-11-203-2/+14
|
* bsp/xilinx-zynq: Rename BSP_ARM_A9MPCORE_UARTCLKSebastian Huber2014-11-202-5/+5
| | | | | Rename BSP_ARM_A9MPCORE_UARTCLK to ZYNQ_CLOCK_UART since this clock has nothing to do with the Cortex-A9 MPCore.
* bsp/xilinx-zynq: Adjust BSP_ARM_A9MPCORE_PERIPHCLKSebastian Huber2014-11-201-1/+1
|
* bsps/arm: Adjust stacks for ARMv4Sebastian Huber2014-11-202-19/+7
| | | | | | | | Reduce non-IRQ stacks to size zero. All non-IRQ stacks overlap now the IRQ stack. This is all right since the SVC stack is used only during startup and here interrupts are disabled. The other exception stacks lead to a system termination by default, so we can here also use the IRQ stack since interrupts are disabled on exception entry.
* ARM removed shared/abort from several ARM BSPsAlan Cudmore2014-11-206-54/+55
|
* 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>.
* Added missing stm32f4xxxx_adc.hChris Nott2014-10-301-0/+320
|
* bsps: Move extern "C" to not cover includesSebastian Huber2014-10-239-37/+36
| | | | Some includes may use C++ and this conflicts if surrounded extern "C".
* 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.
* arm/raspberrypi: Fix warningsJoel Sherrill2014-10-202-64/+64
|
* arm/csb337/console/fbcons.c: Fix warningJoel Sherrill2014-10-201-18/+4
|
* arm/gba/console/conio.c: Fix warningJoel Sherrill2014-10-201-1/+5
|
* arm/edb7312: Fix warningsJoel Sherrill2014-10-203-2/+17
|
* arm/lpc176x/misc/restart.c: Fix set but not used warningJoel Sherrill2014-10-191-1/+2
|
* arm/rtl22xx/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill2014-10-161-3/+4
|
* arm/gumstix/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill2014-10-161-1/+1
|
* arm/gp32/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill2014-10-161-1/+0
|
* arm/gba/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill2014-10-161-1/+1
|
* arm/edb7312/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill2014-10-161-2/+4
|
* arm/csb337/startup/bspstart.c: Ensure bsp_start_default() is staticJoel Sherrill2014-10-161-1/+1
|
* c/src/lib/libbsp/arm/rtl22xx/console/uart.cJoel Sherrill2014-10-163-217/+167
|