summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/raspberrypi/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm/raspberrypi: Enable HYP to SVC switch for this BSP.Pavel Pisa2016-10-021-0/+4
| | | | | | | This support is required when newer firmware is used on Raspberry Pi 2 boards. Updates #2783
* preliminary Raspberry Pi Model 2 supportAlan Cudmore2015-03-161-0/+8
| | | | | | | | | | | | | | | | | This patch adds a BSP variant for the Raspberry Pi 2. You can build both variants by configuring with the option --enable-rtemsbsp="raspberrypi2 raspberrypi" For the current BSP, the only change was the peripheral register base address and the compiler options. The raspberrypi/make/custom rules were re-factored: raspberrypi.inc -- Common rules raspberrypi.cfg -- Raspberry Pi 1 specific rule/optons raspberrypi2.cfg -- Raspberry Pi 2 specific rule/options I tested hello, ticker, unlimited, and paranoia on both the Pi (Model A+) and Pi 2.
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* bsp/raspberrypi: New BSPAlan Cudmore2013-03-241-0/+31