summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/altera-cyclone-v/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/altera-cyclone-v: TypoSebastian Huber2015-03-251-3/+3
|
* bsps/arm: Add .nocache sectionSebastian Huber2014-11-271-55/+0
| | | | | This section can be use to provide a cache coherent memory area via rtems_cache_coherent_add_area().
* bsps/arm: L2C 310 add compile time checksSebastian Huber2014-11-201-2/+4
| | | | Simplify initialization. Replace some assert() with fatal errors.
* bsps/arm: L2C 310 rename BSP_ARM_L2CC_BASESebastian Huber2014-11-201-1/+1
| | | | Rename BSP_ARM_L2CC_BASE to BSP_ARM_L2C_310_BASE.
* bsp/altera-cyclone-v: Add a simple I2C driver.Christian Mauderer2014-08-111-0/+76
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-213-3/+3
|
* bsp/altera-cyclone-v: New BSPRalf Kirchner2014-03-134-0/+185
Implemented so far: - nocache heap for uncached RAM - basic timer - level 1 cache handling for arm cache controller in arm-cache-l1.h - level 2 L2C-310 cache controller - MMU - DWMAC 1000 ethernet controller - basic errata handling - smp startup for second core