summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2013-03-25 13:27:56 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-26 14:00:29 +0100
commit1eb716f74998acdfbe6d0826c8b10baf7523c1af (patch)
tree10f2a5caa7c7de1774ac10833a67571d19e44588 /configs
parent040a82bbb48a472660497b5092e2b9f4568eb6bc (diff)
downloadbuildroot-novena-1eb716f74998acdfbe6d0826c8b10baf7523c1af.tar.gz
buildroot-novena-1eb716f74998acdfbe6d0826c8b10baf7523c1af.zip
configs: add RaspberryPi defconfig
This is a default configuration for the RaspberryPi, tested and functional. The kernel used is the one developped by the RaspberryPi foundation as it's not fully supported currently in mainline kernel. The configuration used for the kernel is the default bcmrpi. For more info, please find board/raspberrypi/readme.txt [Peter: minor README tweaks, rename to readme.txt] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> [yann.morin.1998@free.fr: use correct kernel headers, update kernel cset] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r--configs/rpi_defconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
new file mode 100644
index 000000000..96f63ba12
--- /dev/null
+++ b/configs/rpi_defconfig
@@ -0,0 +1,23 @@
+BR2_arm=y
+BR2_arm1176jzf_s=y
+
+BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
+BR2_TOOLCHAIN_BUILDROOT_CXX=y
+
+BR2_TARGET_GENERIC_GETTY_PORT="tty1"
+
+BR2_PACKAGE_RPI_FIRMWARE=y
+BR2_PACKAGE_RPI_USERLAND=y
+BR2_PACKAGE_LIBCOFI=y
+
+# Lock to 3.6 headers as the RPi kernel is based off the 3.6 branch
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.6.11"
+
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_GIT=y
+BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://github.com/raspberrypi/linux.git"
+BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="e959a8e"
+BR2_LINUX_KERNEL_USE_DEFCONFIG=y
+BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
+BR2_LINUX_KERNEL_ZIMAGE=y