svn commit: r447139 - in head/sysutils: . u-boot-nanopi-m1plus u-boot-nanopi-neo-air

Mark Linimon linimon at FreeBSD.org
Wed Aug 2 18:16:53 UTC 2017


Author: linimon
Date: Wed Aug  2 18:16:52 2017
New Revision: 447139
URL: https://svnweb.freebsd.org/changeset/ports/447139

Log:
  Add U-Boot ports for nanopi-m1plus and nanopi-neo-air.
  
  PR:		221180, 221181
  Submitted by:	manu

Added:
  head/sysutils/u-boot-nanopi-m1plus/
  head/sysutils/u-boot-nanopi-m1plus/Makefile   (contents, props changed)
  head/sysutils/u-boot-nanopi-m1plus/pkg-descr   (contents, props changed)
  head/sysutils/u-boot-nanopi-neo-air/
  head/sysutils/u-boot-nanopi-neo-air/Makefile   (contents, props changed)
  head/sysutils/u-boot-nanopi-neo-air/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Wed Aug  2 18:14:33 2017	(r447138)
+++ head/sysutils/Makefile	Wed Aug  2 18:16:52 2017	(r447139)
@@ -1183,7 +1183,9 @@
     SUBDIR += u-boot-duovero
     SUBDIR += u-boot-imx-serial-loader
     SUBDIR += u-boot-master
+    SUBDIR += u-boot-nanopi-m1plus
     SUBDIR += u-boot-nanopi-neo
+    SUBDIR += u-boot-nanopi-neo-air
     SUBDIR += u-boot-olimex-a20-som-evb
     SUBDIR += u-boot-olinuxino-lime
     SUBDIR += u-boot-orangepi-one

Added: head/sysutils/u-boot-nanopi-m1plus/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-nanopi-m1plus/Makefile	Wed Aug  2 18:16:52 2017	(r447139)
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+MAINTAINER=    manuFreeBSD.org
+MASTERDIR=     ${.CURDIR}/../u-boot-master
+
+MODEL=         nanopi_m1plus
+BOARD_CONFIG=  nanopi_m1_plus_defconfig
+FAMILY=                allwinner
+
+.include "${MASTERDIR}/Makefile"

Added: head/sysutils/u-boot-nanopi-m1plus/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-nanopi-m1plus/pkg-descr	Wed Aug  2 18:16:52 2017	(r447139)
@@ -0,0 +1,16 @@
+U-Boot loader for NanoPi M1 Plus.
+
+To install this bootloader, follow the instructions in
+ http://linux-sunxi.org/Bootable_SD_card#Bootloader
+
+This version is patched so that:
+ * ELF and API features are enabled.
+ * The distroboot command knows how to load FreeBSD loader(8)
+ * By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT
+   partition to address 0x42000000, and launches it. If ubldr.bin is
+   not found, it falls back on ubldr
+
+For information about running FreeBSD on NanoPi Neo, see
+ https://wiki.freebsd.org/FreeBSD/arm/Allwinner
+
+For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot

Added: head/sysutils/u-boot-nanopi-neo-air/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-nanopi-neo-air/Makefile	Wed Aug  2 18:16:52 2017	(r447139)
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+MAINTAINER=    manuFreeBSD.org
+MASTERDIR=     ${.CURDIR}/../u-boot-master
+
+MODEL=         nanopi_neo_air
+BOARD_CONFIG=  nanopi_neo_air_defconfig
+FAMILY=                allwinner
+
+.include "${MASTERDIR}/Makefile"

Added: head/sysutils/u-boot-nanopi-neo-air/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-nanopi-neo-air/pkg-descr	Wed Aug  2 18:16:52 2017	(r447139)
@@ -0,0 +1,16 @@
+U-Boot loader for NanoPi Neo Air.
+
+To install this bootloader, follow the instructions in
+ http://linux-sunxi.org/Bootable_SD_card#Bootloader
+
+This version is patched so that:
+ * ELF and API features are enabled.
+ * The distroboot command knows how to load FreeBSD loader(8)
+ * By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT
+   partition to address 0x42000000, and launches it. If ubldr.bin is
+   not found, it falls back on ubldr
+
+For information about running FreeBSD on NanoPi Neo, see
+ https://wiki.freebsd.org/FreeBSD/arm/Allwinner
+
+For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot


More information about the svn-ports-head mailing list