From owner-dev-commits-ports-all@freebsd.org Fri Jul 9 18:51:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3A2B7664D52; Fri, 9 Jul 2021 18:51:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GM2Lq11s8z4q5b; Fri, 9 Jul 2021 18:51:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BFD719AA2; Fri, 9 Jul 2021 18:51:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 169IpU42003876; Fri, 9 Jul 2021 18:51:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 169IpU9F003875; Fri, 9 Jul 2021 18:51:30 GMT (envelope-from git) Date: Fri, 9 Jul 2021 18:51:30 GMT Message-Id: <202107091851.169IpU9F003875@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernhard Froehlich Subject: git: bfe768d33a24 - main - sysutils/u-boot-nanopi-r4s: u-boot port for FriendlyArm NanoPi R4S MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bfe768d33a24d0184c023a2a05ba309252339f05 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2021 18:51:31 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=bfe768d33a24d0184c023a2a05ba309252339f05 commit bfe768d33a24d0184c023a2a05ba309252339f05 Author: Bernhard Froehlich AuthorDate: 2021-07-09 18:48:53 +0000 Commit: Bernhard Froehlich CommitDate: 2021-07-09 18:51:22 +0000 sysutils/u-boot-nanopi-r4s: u-boot port for FriendlyArm NanoPi R4S U-Boot loader and related files for the FriendlyARM NanoPi-R4S (4GB/LPDDR4) To install this bootloader on an sdcard just do: dd if=/usr/local/share/u-boot/u-boot-nanopi-r4s/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync dd if=/usr/local/share/u-boot/u-boot-nanopi-r4s/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync WWW: https://www.denx.de/wiki/U-Boot PR: 257045 Approved by: manu@ --- sysutils/Makefile | 1 + sysutils/u-boot-nanopi-r4s/Makefile | 7 +++++++ sysutils/u-boot-nanopi-r4s/pkg-descr | 8 ++++++++ 3 files changed, 16 insertions(+) diff --git a/sysutils/Makefile b/sysutils/Makefile index 9151f2c32bb8..89c767d43c2c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1395,6 +1395,7 @@ SUBDIR += u-boot-nanopi-neo SUBDIR += u-boot-nanopi-neo-air SUBDIR += u-boot-nanopi-neo2 + SUBDIR += u-boot-nanopi-r4s SUBDIR += u-boot-olimex-a20-som-evb SUBDIR += u-boot-olinuxino-lime SUBDIR += u-boot-olinuxino-lime2 diff --git a/sysutils/u-boot-nanopi-r4s/Makefile b/sysutils/u-boot-nanopi-r4s/Makefile new file mode 100644 index 000000000000..ad4f32947328 --- /dev/null +++ b/sysutils/u-boot-nanopi-r4s/Makefile @@ -0,0 +1,7 @@ +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= nanopi-r4s +BOARD_CONFIG= nanopi-r4s-rk3399_defconfig +FAMILY= rk3399 + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-nanopi-r4s/pkg-descr b/sysutils/u-boot-nanopi-r4s/pkg-descr new file mode 100644 index 000000000000..3e9c6433304f --- /dev/null +++ b/sysutils/u-boot-nanopi-r4s/pkg-descr @@ -0,0 +1,8 @@ +U-Boot loader and related files for the FriendlyARM NanoPi-R4S (4GB/LPDDR4) + +To install this bootloader on an sdcard just do: + +dd if=/usr/local/share/u-boot/u-boot-nanopi-r4s/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync +dd if=/usr/local/share/u-boot/u-boot-nanopi-r4s/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync + +WWW: https://www.denx.de/wiki/U-Boot