FreeBSD Bugzilla – Attachment 173795 Details for
Bug 211951
[NEW PORT] sysutils/u-boot-a13-olinuxino
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
u-boot-a13-olinuxino
u-boot-a13-olinuxino.diff (text/plain), 1.99 KB, created by
Emmanuel Vadot
on 2016-08-17 17:57:40 UTC
(
hide
)
Description:
u-boot-a13-olinuxino
Filename:
MIME Type:
Creator:
Emmanuel Vadot
Created:
2016-08-17 17:57:40 UTC
Size:
1.99 KB
patch
obsolete
>diff --git a/sysutils/Makefile b/sysutils/Makefile >index e1699e6..f677af9 100644 >--- a/sysutils/Makefile >+++ b/sysutils/Makefile >@@ -1102,6 +1102,7 @@ > SUBDIR += tuptime > SUBDIR += tw_cli > SUBDIR += tzdialog >+ SUBDIR += u-boot-a13-olinuxino > SUBDIR += u-boot-bananapi > SUBDIR += u-boot-bananapim2 > SUBDIR += u-boot-beaglebone >diff --git a/sysutils/u-boot-a13-olinuxino/Makefile b/sysutils/u-boot-a13-olinuxino/Makefile >new file mode 100644 >index 0000000..2d4cebe >--- /dev/null >+++ b/sysutils/u-boot-a13-olinuxino/Makefile >@@ -0,0 +1,14 @@ >+# $FreeBSD$ >+ >+PKGNAMESUFFIX= -a13-olinuxino >+ >+COMMENT= Cross-build U-Boot loader for A13 Olinuxino >+ >+LICENSE= GPLv2 >+ >+MASTERDIR= ${.CURDIR}/../u-boot-olimex-a20-som-evb >+DESCR= ${.CURDIR}/pkg-descr >+MODEL= sun5i-a13-olinuxino >+BOARD_CONFIG= A13-OLinuXino_defconfig >+ >+.include "${MASTERDIR}/Makefile" >diff --git a/sysutils/u-boot-a13-olinuxino/pkg-descr b/sysutils/u-boot-a13-olinuxino/pkg-descr >new file mode 100644 >index 0000000..3e270a6 >--- /dev/null >+++ b/sysutils/u-boot-a13-olinuxino/pkg-descr >@@ -0,0 +1,19 @@ >+U-Boot loader for A13 Olinuxino. >+ >+To install this bootloader on an sdcard just do : >+dd if=/usr/local/share/u-boot/u-boot-boardname/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync >+ >+This version is patched so that: >+ * ELF and API features are enabled. >+ * The default environment is trimmed to just what's needed to boot. >+ * The saveenv command writes to the file u-boot.env on the FAT partition. >+ * The DTB file name is chosen based on the board model and passed to ubldr.bin >+ using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on >+ the FreeBSD partition. >+ * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition >+ to address 0x42000000, and launches it. >+ >+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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211951
: 173795
Working