notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
u-boot-starfive-visionfive2 Cross-build das u-boot for model starfive-visionfive2
2024.01_1 sysutils on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2024.01_1Version of this port present on the latest quarterly branch.
Maintainer: uboot@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-01-23 17:21:08
Last Update: 2024-02-01 16:09:13
Commit Hash: 7fb860a
License: GPLv2
WWW:
https://www.denx.de/wiki/U-Boot
Description:
U-Boot loader and related files for the StarFive VisionFive v2 (JH7110). The SD card must be formatted with a GPT partition scheme, and expects two specific GUID partition types for the SPL and FIT image. Assuming an SD card device in /dev/da2, execute: # gpart create -s gpt da2 # gpart add -l spl -t \!2E54B353-1271-4842-806F-E436D6AF6985 -b 2m -s 2m da2 # gpart add -l uboot -t \!BC13C2FF-59E6-4262-A352-B275FD6F7172 -b 4m -s 4m da2 Now, copy the u-boot files to the SD card with dd(1). dd if=/usr/local/share/u-boot/u-boot-starfive-visionfive2/u-boot-spl.bin.normal.out \ of=/dev/da2p1 conv=sync dd if=/usr/local/share/u-boot/u-boot-starfive-visionfive2/u-boot.itb \ of=/dev/da2p2 conv=sync
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. share/u-boot/u-boot-starfive-visionfive2/u-boot.itb
  2. share/u-boot/u-boot-starfive-visionfive2/u-boot-spl.bin.normal.out
  3. share/u-boot/u-boot-starfive-visionfive2/README
  4. /usr/local/share/licenses/u-boot-starfive-visionfive2-2024.01_1/catalog.mk
  5. /usr/local/share/licenses/u-boot-starfive-visionfive2-2024.01_1/LICENSE
  6. /usr/local/share/licenses/u-boot-starfive-visionfive2-2024.01_1/GPLv2
Collapse this list.
Dependency lines:
  • u-boot-starfive-visionfive2>0:sysutils/u-boot-starfive-visionfive2
To install the port:
cd /usr/ports/sysutils/u-boot-starfive-visionfive2/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/u-boot-starfive-visionfive2
  • pkg install u-boot-starfive-visionfive2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: u-boot-starfive-visionfive2
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1704888643 SHA256 (u-boot/u-boot-2024.01.tar.bz2) = b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3 SIZE (u-boot/u-boot-2024.01.tar.bz2) = 19926911

Packages (timestamps in pop-ups are UTC):
u-boot-starfive-visionfive2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2024.01_12024.01_1-2024.01_12024.01_1---
FreeBSD:13:quarterly2024.01_12024.01_1-2024.01_12024.01_1---
FreeBSD:14:latest2024.01_12024.01_1-2024.01_12024.01_1---
FreeBSD:14:quarterly2024.01_12024.01_1-2024.01_12024.01_1---
FreeBSD:15:latest2024.01_12024.01_1n/a2024.01_1n/a2024.01_12024.01_12024.01_1
Master port: sysutils/u-boot-master
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. fw_dynamic.bin : sysutils/opensbi
  2. gsed : textproc/gsed
  3. swig : devel/swig
  4. dtc>=1.4.1 : sysutils/dtc
  5. mkimage : sysutils/u-boot-tools
  6. py39-setuptools-pkg>=0 : devel/py-setuptools-pkg@py39
  7. riscv64-none-elf-gcc : devel/riscv64-none-elf-gcc
  8. e2fsprogs-libuuid>=0 : misc/e2fsprogs-libuuid
  9. gnutls>=0 : security/gnutls
  10. bison : devel/bison
  11. gmake>=4.3 : devel/gmake
  12. python3.9 : lang/python39
  13. pkgconf>=1.3.0_1 : devel/pkgconf
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_u-boot-starfive-visionfive2
USES:
bison gmake python:build pkgconfig shebangfix tar:bz2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.denx.de/pub/u-boot/
  2. https://ftp.denx.de/pub/u-boot/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: sysutils/u-boot-master
CommitCreditsLog message
2024.01_1
01 Feb 2024 16:09:13
commit hash: 7fb860ab8aa0f3ac3688d44fdc4364c8358f3413commit hash: 7fb860ab8aa0f3ac3688d44fdc4364c8358f3413commit hash: 7fb860ab8aa0f3ac3688d44fdc4364c8358f3413commit hash: 7fb860ab8aa0f3ac3688d44fdc4364c8358f3413 files touched by this commit
Mitchell Horne (mhorne) search for other commits by this committer
sysutils/u-boot-starfive-visionfive2: fix description

Some interactive shells (csh, zsh) will try to interpret the '!' at the
beginning of the partition type as a previous command. Unconditionally
escape this in the example commands, as it can be a source of confusion.

PR:		276765
Reported by:	rdunkle@smallcatbrain.com
Sponsored by:	The FreeBSD Foundation
2024.01
23 Jan 2024 17:19:26
commit hash: 970cec81a5cd4e2a11937b3c42ffa398f180c966commit hash: 970cec81a5cd4e2a11937b3c42ffa398f180c966commit hash: 970cec81a5cd4e2a11937b3c42ffa398f180c966commit hash: 970cec81a5cd4e2a11937b3c42ffa398f180c966 files touched by this commit
Mitchell Horne (mhorne) search for other commits by this committer
sysutils/u-boot-starfive-visionfive2: new port

Create a u-boot port for the VisionFive 2 RISC-V SBC.

Reviewed by:	manu
Approved by:	manu (ports)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D43517

Number of commits found: 2