Port details |
- u-boot-rpi Cross-build das u-boot for model rpi
- 2024.07 sysutils =3 2024.01Version of this port present on the latest quarterly branch.
- Maintainer: uboot@FreeBSD.org
- Port Added: 2014-12-11 19:47:37
- Last Update: 2024-01-12 17:08:45
- Commit Hash: 25cd322
- People watching this port, also watch:: u-boot-NONE, u-boot-rpi4, rpi-firmware, u-boot-rpi-arm64, py311-Automat
- License: GPLv2
- WWW:
- https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
- Description:
- U-Boot loader for Raspberry Pi
To install this bootloader, copy u-boot.bin in the share/u-boot/u-boot-rpi
directory to the first partition, formatted as FAT16 or FAT32, on an SD card.
You will also need the firmware files from the rpi-firmware package.
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 ${kernel_addr_r}, and launches it. If ubldr.bin is
not found, it falls back on ubldr
For information about running FreeBSD on RaspberryPi, see
For general information about U-Boot see WWW: https://www.denx.de/wiki/U-Boot
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- u-boot-rpi>0:sysutils/u-boot-rpi
- To install the port:
- cd /usr/ports/sysutils/u-boot-rpi/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/u-boot-rpi
- pkg install u-boot-rpi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: u-boot-rpi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727176237
SHA256 (u-boot/u-boot-2024.07.tar.bz2) = f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f
SIZE (u-boot/u-boot-2024.07.tar.bz2) = 26086110
Packages (timestamps in pop-ups are UTC):
- Master port: sysutils/u-boot-master
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gsed : textproc/gsed
- swig : devel/swig
- dtc>=1.4.1 : sysutils/dtc
- mkimage : sysutils/u-boot-tools
- py311-setuptools-pkg>=0 : devel/py-setuptools-pkg@py311
- arm-none-eabi-gcc : devel/arm-none-eabi-gcc
- e2fsprogs-libuuid>=0 : misc/e2fsprogs-libuuid
- gnutls>=0 : security/gnutls
- bison : devel/bison
- gmake>=4.4.1 : devel/gmake
- python3.11 : lang/python311
- 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-rpi
- USES:
- bison compiler:c11 gmake python:build pkgconfig shebangfix ssl tar:bz2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
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 |
Commit | Credits | Log message |
2024.01 12 Jan 2024 17:08:45 |
Emmanuel Vadot (manu) |
sysutils/u-boot-*: Update to 2024.01
Sponsored by: Beckhoff Automation GmbH & Co. KG |
2023.10_1 10 Dec 2023 08:38:31 |
Emmanuel Vadot (manu) |
sysutils/u-boot-rpi*: Fix sd boot after v2023.10 update
U-Boot update broke sd boot for rpi* models, use upstream patch that fixes it.
PR: 275655
Sponsored by: Beckhoff Automation GmbH & Co.KG |
2023.10 09 Dec 2023 11:24:54 |
Emmanuel Vadot (manu) |
sysutils/u-boot-master: Update to 2023.10
Sponsored by: Beckhoff Automation GmbH & Co. KG |
2022.04_1 08 Sep 2022 15:46:38 |
Stefan Eßer (se) |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
2022.04_1 08 Sep 2022 15:43:21 |
Stefan Eßer (se) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
2022.04 03 May 2022 08:10:43 |
Emmanuel Vadot (manu) |
sysutils/u-boot: Update to 2022.04 |
2021.07_1 09 Nov 2021 19:56:54 |
Emmanuel Vadot (manu) |
sysutils/u-boot-*: Add patch to fix MMC ordering
For FreeBSD we use a dtb overlay that switches between the sdhost and
the sdhci controller for sd card.
Recent changes in u-boot device model changed device numbering and the
sd card controller became "mmc2" for our setup which isn't accounted for
in the possible boot devices.
Patch isn't accepted yet upstream but bring this patch in for our ports anyway. |
2021.07 14 Jul 2021 19:24:43 |
Emmanuel Vadot (manu) |
u-boot-*: Remove U_BOOT_SLAVE_PORTREVISION_2021.04
This is not needed anymore as we have 2921.07 now. |
2021.04_1 11 May 2021 20:22:54 |
Emmanuel Vadot (manu) |
sysutils/u-boot-*: Remove ubldr support
We have been using loader.efi on armv7 for a long time now.
Remove support for booting with ubldr and the needed patches that were
never upstreamed.
While here add CONFIG_EFI_GRUB_ARM32_WORKAROUND=y in the Fragment as it's
needed to have the cache flushed for us when loader.efi is started. |
2021.04 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2020.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2019.01 04 Feb 2019 18:22:06 |
manu |
Update U-Boot to 2019.01
This removes a lot of local patches
Approved by: bapt (mentor, implicit) |
2018.07_1 29 Jul 2018 17:37:00 |
imp |
Minor cleanup of u-boot's patches
Move to using the 'raw' patches for those patches that are currently
in u-boot's upstream landing zone. Move to using a u-boot directory
since the numeric names aren't very u-boot specific and might
conflict. Bump PORTREVISION out of an abundance of caution.
Differential Review: https://reviews.freebsd.org/D16409 |
2018.07 23 Jul 2018 03:04:18 |
imp |
Remove MAINTAINER lines. They are set by the master port and all these
ports are maintained by the uboot@ mailing list.
Approved by: uboot@ (maintainer of these ports)
Differential Review: https://reviews.freebsd.org/D16397 |
2018.07 23 Jul 2018 03:04:08 |
imp |
Revert r475122, r475123 and r475124.
To manage upstream, we use the exact patches we've submitted upstream
via their patchwork server. This deviates a little from a standard
port, but it's what we do with all the other u-boot ports and isn't
grossly out of line (many other ports pull patches during the build).
We do it this way because the standard way was an unmanageable
nightmare and resulted in divergence of u-boot ports.
Approved by: uboot@ (maintainer of these ports)
Differential Revision: https://reviews.freebsd.org/D16397 |
2018.07 22 Jul 2018 20:25:39 |
linimon |
Use patchfiles that are in accordance with accepted Ports Collection usage. |
2018.07 22 Jul 2018 20:20:12 |
linimon |
Add patchfiles that are in accordance with accepted Ports Collection usage. |
2018.07 22 Jul 2018 11:58:23 |
manu |
u-boot: Update to v2018.07
This add:
- Explicit Depency on bison
- Remove the DTC= on MAKE_ARGS as we use the BINARY_ALIAS already
- metadata variables
- Add cache cmds and disable secure boot
- All RPI uses some special fragments to enable OF_BOARD.
This makes u-boot using the DTB loaded by the firmware instead of
using it's own.
- For patches accepted but not in mainline due to timing issue use patchwork
directly instead of putting files in the port
- All armv7 boards are EFI enabled and boot in secure mode
(Only the first 15 lines of the commit message are shown above ) |
2018.03 22 May 2018 17:49:05 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
2017.09.00 15 Nov 2017 18:50:36 |
manu |
Update the u-boot-rpi port to use the u-boot-master port.
This also bring u-boot to version 2017.09 and the firmware files are no
longer in this port but in sysutils/rpi-firmware.
Also I'm stepping in as maintainer.
Tested On: RPI-B, RPI0v1.2, RPI0v1.3
Reviewed by: imp
Approved by: imp
Differential Revision: https://reviews.freebsd.org/D13048 |
2016.01_1 24 Dec 2016 18:58:31 |
antoine |
Fix build after arm-none-eabi-gcc was updated to 6.2.0 |
2016.01_1 24 Jul 2016 09:48:39 |
pawel |
Fix few style violations in u-boot ports:
- GMAKE -> MAKE_CMD, MAKE_CMD is always set to required make implementation
- CP -> INSTALL_DATA, INSTALL_DATA makes sure files are always installed
with proper permissions
- sysutils/u-boot-rpi: include missed files installed in STAGEDIR in PLIST_FILES
PR: 210982
Submitted by: myself
Approved by: maintainers timeout |
2016.01 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2016.01 19 Feb 2016 23:15:24 |
ian |
Update u-boot-rpi to the latest versions of u-boot and firmware files.
The updated boot firmware reportedly supports the new Rpi Zero as well as
existing models. The latest u-boot now runs with caches enabled for faster
booting.
These changes add the standard freebsd API patch to flush caches on device
close. Also, CONFIG_CMD_ELF is removed from our config changes, because it's
now on by default for rpi in 2016.01.
Approved by: sbruno(mentor)
Differential Revision: https://reviews.freebsd.org/D5150 |
2015.10 23 Oct 2015 19:12:27 |
brd |
Update sysutils/u-boot-rpi to 2015.10
Submitted by: ian
Approved by: bdrewery (mentor) |
2013.01_2 09 Aug 2015 01:38:56 |
ian |
Use gcc 4.9.2 to cross-compile u-boot for rpi.
Approved by: rpaulo |
2013.01_2 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2013.01_2 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
2013.01_2 19 Jan 2015 02:23:07 |
ian |
Use new RPi boot firmware files. Also, fix a typo in the ubldr load address.
Approved by: bapt |
2013.01_1 02 Jan 2015 02:18:38 |
ian |
Add all the files required to boot a Raspberry Pi to the port. Also, change
the default environment variables to be similar to wandboard and beaglebone.
Approved by: imp |
2013.01 20 Dec 2014 19:42:46 |
bapt |
Cleanup plist |
2013.01 11 Dec 2014 18:33:20 |
imp |
Customized version of uboot for RPi, with extra files for boot
images.
Submitted by: ian@ |