From 3be61ac72284ec9feec095302abd4943139ea29e Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 9 Dec 2024 22:49:14 +0200 Subject: [PATCH] cubieboard4.conf: Add machine Add machine cubieboard4 for Cubieboard 4 with Allwinner A80 SoC from the sun9i family with mainline U-Boot and Linux kernel. Thanks to Lazar Hristov for testing core-image-base on the machine. Tested-by: Lazar Hristov Signed-off-by: Leon Anavi --- conf/machine/cubieboard4.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/machine/cubieboard4.conf diff --git a/conf/machine/cubieboard4.conf b/conf/machine/cubieboard4.conf new file mode 100644 index 0000000..ac9559e --- /dev/null +++ b/conf/machine/cubieboard4.conf @@ -0,0 +1,10 @@ +#@TYPE: Machine +#@NAME: CubieBoard4 +#@DESCRIPTION: Machine configuration for the cubieboard4, based on allwinner A80 CPU http://cubieboard.org/ + +require conf/machine/include/sun9i.inc + +KERNEL_IMAGETYPE = "zImage" + +KERNEL_DEVICETREE = "sun9i-a80-cubieboard4.dtb" +UBOOT_MACHINE = "Cubieboard4_defconfig"