Date: Thu, 4 Oct 2018 15:43:36 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481231 - in head/sysutils: u-boot-master u-boot-pinebook Message-ID: <201810041543.w94FhaAl005657@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu Date: Thu Oct 4 15:43:35 2018 New Revision: 481231 URL: https://svnweb.freebsd.org/changeset/ports/481231 Log: sysutils/u-boot-pinebook: Add ports for this board Patches are comming upstream and I've personnally runned the wip branch for a long time. So it's time that other people can enjoy FreeBSD on the pinebook. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17410 Added: head/sysutils/u-boot-pinebook/ head/sysutils/u-boot-pinebook/Makefile (contents, props changed) head/sysutils/u-boot-pinebook/pkg-descr (contents, props changed) Modified: head/sysutils/u-boot-master/distinfo Modified: head/sysutils/u-boot-master/distinfo ============================================================================== --- head/sysutils/u-boot-master/distinfo Thu Oct 4 15:31:07 2018 (r481230) +++ head/sysutils/u-boot-master/distinfo Thu Oct 4 15:43:35 2018 (r481231) @@ -1,7 +1,17 @@ -TIMESTAMP = 1536942201 +TIMESTAMP = 1538666163 SHA256 (u-boot/u-boot-2018.09.tar.bz2) = 839bf23cfe8ce613a77e583a60375179d0ad324e92c82fbdd07bebf0fd142268 SIZE (u-boot/u-boot-2018.09.tar.bz2) = 12744107 SHA256 (u-boot/937869/raw) = 5959afb53dc744d9548a2d05a2a98d7c76e66570156353fc4f1220a648b8ac05 SIZE (u-boot/937869/raw) = 322 SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97 SIZE (u-boot/939129/raw) = 310 +SHA256 (u-boot/976729/raw) = a41021bd21fb6d4cb594f9fe62712ce186e56f47353e53becc6c689aca17b4ba +SIZE (u-boot/976729/raw) = 3243 +SHA256 (u-boot/976733/raw) = 7b7520d18df56d066c618953e2ab52d63c797a72559390b4dc8f6b2b11599646 +SIZE (u-boot/976733/raw) = 730 +SHA256 (u-boot/976732/raw) = 036f576190c6711d59a59ea4aa6c14f95d6540f22c6a769d17108a6ad0d57431 +SIZE (u-boot/976732/raw) = 411 +SHA256 (u-boot/976731/raw) = 303fab17d125b4bcc887772eb0227cc33323e43c2dc0aa52312d8454439ee602 +SIZE (u-boot/976731/raw) = 2258 +SHA256 (u-boot/976730/raw) = 42683e57759a7e6fb5f813678e8caf0fd7a5e347ac618bbc2c5b752487f77a7b +SIZE (u-boot/976730/raw) = 4991 Added: head/sysutils/u-boot-pinebook/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-pinebook/Makefile Thu Oct 4 15:43:35 2018 (r481231) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +PATCHFILES+= 976729/raw \ + 976733/raw \ + 976732/raw \ + 976731/raw \ + 976730/raw + +MODEL= pinebook +BOARD_CONFIG= pinebook_defconfig +FAMILY= allwinner64 + +.include "${MASTERDIR}/Makefile" Added: head/sysutils/u-boot-pinebook/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-pinebook/pkg-descr Thu Oct 4 15:43:35 2018 (r481231) @@ -0,0 +1,9 @@ +U-Boot loader and related files for the Pinebook + +To install this bootloader on an sdcard just do: +dd if=/usr/local/share/u-boot/u-boot-pinebook/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync + +For information about running FreeBSD on Allwinner boards, see + https://wiki.freebsd.org/FreeBSD/arm/Allwinner + +For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810041543.w94FhaAl005657>