From 75fe4617ce4c2bdbdd3434dc20fbf9dfe1cdd4ff Mon Sep 17 00:00:00 2001 From: Sergey Matyukevich Date: Wed, 14 Dec 2016 22:53:24 +0300 Subject: [PATCH] Add support for Orange Pi One board Add machine description for Orange Pi One board. Signed-off-by: Sergey Matyukevich --- conf/machine/orange-pi-one.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf/machine/orange-pi-one.conf diff --git a/conf/machine/orange-pi-one.conf b/conf/machine/orange-pi-one.conf new file mode 100644 index 0000000..239525e --- /dev/null +++ b/conf/machine/orange-pi-one.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine +#@NAME: orange-pi-one +#@DESCRIPTION: Machine configuration for the orange-pi-one, base on allwinner H3 CPU + +require conf/machine/include/sun8i.inc + +PREFERRED_VERSION_linux = "4.9.0+git%" +PREFERRED_VERSION_u-boot = "v2016.11%" + +KERNEL_DEVICETREE = "sun8i-h3-orangepi-one.dtb" +UBOOT_MACHINE = "orangepi_one_defconfig" + +DEFAULTTUNE = "cortexa7hf-neon-vfpv4"