summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMike Harmony <mike.harmony@snapav.com>2017-09-22 10:59:46 -0400
committerPeter Korsgaard <peter@korsgaard.com>2017-09-22 23:11:01 +0200
commitcef57c964284f9b545a2347dd6eb1654e03dfd6e (patch)
tree6af76e78a87a5892a3caa9dbb37833913cc6b5ea /configs
parentab52259ea1406fd7ee83c20de3dca734dba985b1 (diff)
downloadbuildroot-cef57c964284f9b545a2347dd6eb1654e03dfd6e.tar.gz
buildroot-cef57c964284f9b545a2347dd6eb1654e03dfd6e.zip
Added support for Sinovoip BananaPi M2 Plus board.
[Peter: board is from Sinovoip, not Lemaker, move board files, Use kernel headers from kernel, explicitly use 4.13.3, drop eth0 dhcp config, cleanup post-build args, disable tar output format, use u-boot custom format, add host-dosfstools/mtools for genimage, drop unused host-uboot-tools/genext2fs] Signed-off-by: Mike Harmony <mike.harmony@snapav.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/bananapi_m2_plus_defconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/configs/bananapi_m2_plus_defconfig b/configs/bananapi_m2_plus_defconfig
new file mode 100644
index 0000000000..ebaea2deab
--- /dev/null
+++ b/configs/bananapi_m2_plus_defconfig
@@ -0,0 +1,28 @@
+BR2_arm=y
+BR2_cortex_a7=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_13=y
+BR2_TARGET_GENERIC_ISSUE="Welcome to Bananapi M2 Plus"
+BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
+BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/sinovoip/m2-plus/genimage.cfg"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.13.3"
+BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-bananapi-m2-plus"
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
+# BR2_TARGET_ROOTFS_TAR is not set
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.07"
+BR2_TARGET_UBOOT_BOARD_DEFCONFIG="Sinovoip_BPI_M2_Plus"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
+BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
+BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"
+BR2_TARGET_UBOOT_BOOT_SCRIPT=y
+BR2_TARGET_UBOOT_BOOT_SCRIPT_SOURCE="board/sinovoip/m2-plus/boot.cmd"
+BR2_PACKAGE_HOST_DOSFSTOOLS=y
+BR2_PACKAGE_HOST_GENIMAGE=y
+BR2_PACKAGE_HOST_MTOOLS=y
OpenPOWER on IntegriCloud