Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145053928
D28325.1777288842.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D28325.1777288842.diff
View Options
Index: head/sysutils/Makefile
===================================================================
--- head/sysutils/Makefile
+++ head/sysutils/Makefile
@@ -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
Index: head/sysutils/u-boot-orangepi-zero-plus/Makefile
===================================================================
--- head/sysutils/u-boot-orangepi-zero-plus/Makefile
+++ head/sysutils/u-boot-orangepi-zero-plus/Makefile
@@ -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"
Index: head/sysutils/u-boot-orangepi-zero-plus/pkg-descr
===================================================================
--- head/sysutils/u-boot-orangepi-zero-plus/pkg-descr
+++ head/sysutils/u-boot-orangepi-zero-plus/pkg-descr
@@ -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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 27, 11:20 AM (10 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28439039
Default Alt Text
D28325.1777288842.diff (1 KB)
Attached To
Mode
D28325: Add Orange PI Zero Plus u-boot package
Attached
Detach File
Event Timeline
Log In to Comment