summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorJulien Boibessot <julien.boibessot@armadeus.com>2013-03-28 22:50:08 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-14 21:01:06 +0200
commitbb61cdfeddec379fa0c7f0ad42165e021e9b7699 (patch)
tree5676429b3b7232fa04a88f6119afc5a55e84e6e6 /configs
parentcbf8cfdbb22eb1490ddf78415541e9e710ef44ba (diff)
downloadbuildroot-novena-bb61cdfeddec379fa0c7f0ad42165e021e9b7699.tar.gz
buildroot-novena-bb61cdfeddec379fa0c7f0ad42165e021e9b7699.zip
Add Armadeus systems APF27 SOM basic support
Buildroot toolchain, UBIFS rootfs, Linux kernel (board is mainlined since 3.8). Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> 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/armadeus_apf27_defconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/configs/armadeus_apf27_defconfig b/configs/armadeus_apf27_defconfig
new file mode 100644
index 000000000..09d491c64
--- /dev/null
+++ b/configs/armadeus_apf27_defconfig
@@ -0,0 +1,28 @@
+# Architecture
+BR2_arm=y
+BR2_arm926t=y
+
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.8.4"
+
+# System
+BR2_TARGET_GENERIC_HOSTNAME="apf27"
+BR2_TARGET_GENERIC_ISSUE="Welcome to Armadeus development platform !"
+BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
+
+# Filesystem
+BR2_TARGET_ROOTFS_UBIFS=y
+BR2_TARGET_ROOTFS_UBIFS_MAXLEBCNT=2047
+BR2_TARGET_ROOTFS_UBI=y
+
+# Kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.8.4"
+BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/armadeus/apf27/linux-3.8.config"
+BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0xA0008000"
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx27-apf27"