All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs: add Armadeus Systems APF6 SOM basic support
@ 2016-04-14 13:39 julien.boibessot at free.fr
  2016-04-15  7:54 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: julien.boibessot at free.fr @ 2016-04-14 13:39 UTC (permalink / raw)
  To: buildroot

From: Julien BOIBESSOT <julien.boibessot@armadeus.com>

APF6 is an i.MX6 based SOM with an optional Cyclone 5 GX FPGA.

Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>
---
 configs/armadeus_apf6_defconfig | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 configs/armadeus_apf6_defconfig

diff --git a/configs/armadeus_apf6_defconfig b/configs/armadeus_apf6_defconfig
new file mode 100644
index 0000000..a51dd5f
--- /dev/null
+++ b/configs/armadeus_apf6_defconfig
@@ -0,0 +1,27 @@
+BR2_arm=y
+BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
+
+# Linux headers same as kernel, a 3.19 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_19=y
+
+# System
+BR2_TARGET_GENERIC_HOSTNAME="apf6"
+BR2_TARGET_GENERIC_ISSUE="Welcome to Armadeus development platform !"
+BR2_TARGET_GENERIC_GETTY_PORT="ttymxc3"
+
+# Kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.19.8"
+BR2_LINUX_KERNEL_PATCH="http://sourceforge.net/projects/armadeus/files/armadeus/armadeus-6.0/patches/linux-3.19-armadeus.patch.tar.gz"
+BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-apf6dev imx6dl-apf6dev"
+BR2_LINUX_KERNEL_INSTALL_TARGET=y
+
+# Filesystem
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-04-15 19:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-14 13:39 [Buildroot] [PATCH] configs: add Armadeus Systems APF6 SOM basic support julien.boibessot at free.fr
2016-04-15  7:54 ` Thomas Petazzoni
2016-04-15 14:32   ` Julien Boibessot
2016-04-15 15:17     ` Thomas Petazzoni
2016-04-15 15:45       ` Julien Boibessot
2016-04-15 19:21         ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.