arm: added support for all models of Raspbery Pi A/B/A+/B+ & 2B
authorMichael Ring <michael.ring@swisscom.com>
Sun, 15 Feb 2015 11:55:15 +0000 (12:55 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Sun, 15 Feb 2015 22:50:55 +0000 (22:50 +0000)
commit3597d8a805c6accd8065b7fba89af3b212c98bd3
treee575bacb6809a2483cb5a3aac6f96449e89fa136
parent581184d8fda4c23c7c11b4c3b7fd26bc92a2968d
arm: added support for all models of Raspbery Pi A/B/A+/B+ & 2B

Includes SPI,I2C,GPIO and mmap access to GPIO. This commit removes the _b
suffix to the rpi board file

Signed-off-by: Michael Ring <mail@michael-ring.org>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
src/arm/CMakeLists.txt
src/arm/arm.c
src/arm/raspberry_pi.c [new file with mode: 0644]
src/arm/raspberry_pi_b.c [deleted file]