diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index 072ec12b4c..4de31ce60b 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -264,6 +264,12 @@ define U-Boot/pangolin UENV:=pangolin endef +define U-Boot/pinecube + BUILD_SUBTARGET:=cortexa7 + NAME:=Pine64 PineCube + BUILD_DEVICES:=pine64_pinecube +endef + define U-Boot/popstick BUILD_SUBTARGET:=arm926ejs NAME:=PopStick @@ -451,6 +457,7 @@ UBOOT_TARGETS := \ orangepi_zero2w \ orangepi_zero3 \ pangolin \ + pinecube \ popstick \ pine64_plus \ Sinovoip_BPI_M3 \ diff --git a/target/linux/sunxi/image/cortexa7.mk b/target/linux/sunxi/image/cortexa7.mk index 4f0ec9b47a..50d9a29f4e 100644 --- a/target/linux/sunxi/image/cortexa7.mk +++ b/target/linux/sunxi/image/cortexa7.mk @@ -92,6 +92,15 @@ define Device/lemaker_bananapi endef TARGET_DEVICES += lemaker_bananapi +define Device/pine64_pinecube + $(call Device/FitImageGzip) + DEVICE_VENDOR := Pine64 + DEVICE_MODEL := PineCube + SOC := sun8i-s3 + SUNXI_DTS := $$(SUNXI_DTS_DIR)$$(SOC)-pinecube +endef +TARGET_DEVICES += pine64_pinecube + define Device/sinovoip_bpi-m2-berry $(call Device/FitImageGzip) DEVICE_VENDOR := Sinovoip