Date: Tue, 9 Mar 2021 09:03:54 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567909 - in head/sysutils: . u-boot-orangepi-zero-plus Message-ID: <202103090903.12993scn030432@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Tue Mar 9 09:03:54 2021 New Revision: 567909 URL: https://svnweb.freebsd.org/changeset/ports/567909 Log: Add sysutils/u-boot-orangepi-zero-plus: Das U-Boot build for orangepi-zero-plus PR: 253052 Submitted by: balazs@wee.hu Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D28325 Added: head/sysutils/u-boot-orangepi-zero-plus/ head/sysutils/u-boot-orangepi-zero-plus/Makefile (contents, props changed) head/sysutils/u-boot-orangepi-zero-plus/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Mar 9 08:51:14 2021 (r567908) +++ head/sysutils/Makefile Tue Mar 9 09:03:54 2021 (r567909) @@ -1385,6 +1385,7 @@ SUBDIR += u-boot-orangepi-plus-2e SUBDIR += u-boot-orangepi-r1 SUBDIR += u-boot-orangepi-zero + SUBDIR += u-boot-orangepi-zero-plus SUBDIR += u-boot-pandaboard SUBDIR += u-boot-pcduino3 SUBDIR += u-boot-pine-h64 Added: head/sysutils/u-boot-orangepi-zero-plus/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-orangepi-zero-plus/Makefile Tue Mar 9 09:03:54 2021 (r567909) @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= orangepi-zero-plus +BOARD_CONFIG= orangepi_zero_plus_defconfig +FAMILY= allwinner64 + +.include "${MASTERDIR}/Makefile" Added: head/sysutils/u-boot-orangepi-zero-plus/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-orangepi-zero-plus/pkg-descr Tue Mar 9 09:03:54 2021 (r567909) @@ -0,0 +1,13 @@ +U-Boot loader for OrangePi Zero Plus. + +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-zero-plus/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=128k seek=1 conv=sync + +This version is patched so that: + * API features are enabled. + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + +For information about running FreeBSD on Allwinner boards, see +https://wiki.freebsd.org/FreeBSD/arm/Allwinner + +WWW: https://www.denx.de/wiki/U-Boot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103090903.12993scn030432>