summaryrefslogtreecommitdiff
path: root/target/arm/systems/raspberry-pi2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-08 20:09:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-09 19:09:47 +0100
commitfbddcd227c26995d2933517b9dbb2d7dd3d5c9b6 (patch)
tree5ebc2dd46911e16b49dea7a569deb7879813fc40 /target/arm/systems/raspberry-pi2
parent2456b5f30e399a30e9064dd7c42154386cff19c4 (diff)
add basic support for raspberry pi2
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
Diffstat (limited to 'target/arm/systems/raspberry-pi2')
-rw-r--r--target/arm/systems/raspberry-pi225
1 files changed, 25 insertions, 0 deletions
diff --git a/target/arm/systems/raspberry-pi2 b/target/arm/systems/raspberry-pi2
new file mode 100644
index 000000000..77071f828
--- /dev/null
+++ b/target/arm/systems/raspberry-pi2
@@ -0,0 +1,25 @@
+config ADK_TARGET_SYSTEM_RASPBERRY_PI2
+ bool "Raspberry PI 2"
+ select ADK_arm
+ select ADK_little
+ select ADK_eabihf
+ select ADK_fpu_vfp
+ select ADK_raspberry_pi2
+ select ADK_CPU_CORTEX_A7
+ select ADK_TARGET_BOARD_BCM28XX
+ select ADK_TARGET_CPU_WITH_FPU
+ select ADK_TARGET_WITH_VGA
+ select ADK_TARGET_WITH_SERIAL
+ select ADK_TARGET_WITH_CPU_FREQ
+ select ADK_TARGET_WITH_USB
+ select ADK_TARGET_WITH_INPUT
+ select ADK_TARGET_WITH_SD
+ select ADK_TARGET_WITH_I2C
+ select ADK_TARGET_WITH_SPI
+ select ADK_TARGET_WITH_SMP
+ select ADK_PACKAGE_BCM2835_BOOTLOADER
+ select ADK_TARGET_WITH_ROOT_RW
+ select ADK_TARGET_KERNEL_ZIMAGE
+ help
+ Raspberry PI 2
+