Bug 211951 - [NEW PORT] sysutils/u-boot-a13-olinuxino
Summary: [NEW PORT] sysutils/u-boot-a13-olinuxino
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-17 17:57 UTC by Emmanuel Vadot
Modified: 2016-08-18 17:46 UTC (History)
1 user (show)

See Also:


Attachments
u-boot-a13-olinuxino (1.99 KB, patch)
2016-08-17 17:57 UTC, Emmanuel Vadot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emmanuel Vadot freebsd_committer freebsd_triage 2016-08-17 17:57:40 UTC
Created attachment 173795 [details]
u-boot-a13-olinuxino

Add a uboot port for A13-Olinuxino (Allwinner A13 SoC board)

portlint: OK
poudriere: OK
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-08-18 17:46:34 UTC
A commit references this bug:

Author: pawel
Date: Thu Aug 18 17:46:06 UTC 2016
New revision: 420417
URL: https://svnweb.freebsd.org/changeset/ports/420417

Log:
  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

  PR:		211951
  Submitted by:	Emmanuel Vadot

Changes:
  head/sysutils/Makefile
  head/sysutils/u-boot-a13-olinuxino/
  head/sysutils/u-boot-a13-olinuxino/Makefile
  head/sysutils/u-boot-a13-olinuxino/pkg-descr