diff --git a/Makefile b/Makefile index f9363a967e..0ccc56e311 100644 --- a/Makefile +++ b/Makefile @@ -4850,6 +4850,7 @@ SUBDIR+= typespeed SUBDIR+= typhoon SUBDIR+= u-boot SUBDIR+= u-boot-full +SUBDIR+= u-boot-orangepi-pc SUBDIR+= u-boot-pinebook-crust SUBDIR+= uTox-git SUBDIR+= uade diff --git a/u-boot-orangepi-pc/DESCR b/u-boot-orangepi-pc/DESCR new file mode 100644 index 0000000000..835aed59ff --- /dev/null +++ b/u-boot-orangepi-pc/DESCR @@ -0,0 +1,5 @@ +U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and +several other processors, which can be installed in a boot ROM and used to +initialize and test the hardware or to download and run application code. + +This package provides U-Boot for the Xunlong Orange Pi PC. diff --git a/u-boot-orangepi-pc/Makefile b/u-boot-orangepi-pc/Makefile new file mode 100644 index 0000000000..2ef4862316 --- /dev/null +++ b/u-boot-orangepi-pc/Makefile @@ -0,0 +1,9 @@ +# $NetBSD: Makefile,v 1.8 2019/11/04 21:28:57 rillig Exp $ + +UBOOT_TARGET= orangepi-pc +UBOOT_CONFIG= orangepi_pc_defconfig +UBOOT_BIN= u-boot-sunxi-with-spl.bin + +UBOOT_INSTALLBOOT_PLIST= installboot.plist + +.include "../../sysutils/u-boot/u-boot-arm.mk" diff --git a/u-boot-orangepi-pc/PLIST b/u-boot-orangepi-pc/PLIST new file mode 100644 index 0000000000..1f6003735a --- /dev/null +++ b/u-boot-orangepi-pc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.2 2019/05/07 14:06:24 thorpej Exp $ +share/u-boot/orangepi-one/installboot.plist +share/u-boot/orangepi-one/u-boot-sunxi-with-spl.bin diff --git a/u-boot-orangepi-pc/files/installboot.plist b/u-boot-orangepi-pc/files/installboot.plist new file mode 100644 index 0000000000..ce02337756 --- /dev/null +++ b/u-boot-orangepi-pc/files/installboot.plist @@ -0,0 +1,47 @@ + + + + + xunlong,orangepi-pc + + description + Xunlong Orange Pi PC + u-boot-install + + + file-name + u-boot-sunxi-with-spl.bin + image-offset + 8192 + + + + +