Port details |
- u-boot-rpi3 Cross-build das u-boot for model rpi3
- 2024.07 sysutils =2 2024.01Version of this port present on the latest quarterly branch.
- Maintainer: uboot@FreeBSD.org
- Port Added: 2016-10-18 14:24:00
- Last Update: 2024-01-12 17:08:45
- Commit Hash: 25cd322
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://www.denx.de/wiki/U-Boot
- Description:
- U-Boot loader and related files for the RPi3
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-rpi3>0:sysutils/u-boot-rpi3
- To install the port:
- cd /usr/ports/sysutils/u-boot-rpi3/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/u-boot-rpi3
- pkg install u-boot-rpi3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: u-boot-rpi3
- 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
- aarch64-none-elf-gcc : devel/aarch64-none-elf-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-rpi3
- 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 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.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. |
2020.10 09 Nov 2020 11:42:33 |
mat |
Remove references to non existent patches.
PR: 250723 |
2020.07 08 Jul 2020 17:18:56 |
manu |
u-boot: Update to 2020.07
Remove upstreamed patches. |
2020.04 29 May 2020 01:27:17 |
brd |
Add sysutils/u-boot-rpi3-32 to build a 32-bit version of u-boot
This is useful for using the camera hardware, as
misc/raspberrypi-userland does not support aarch64.
Approved by: imp, manu
Differential Revision: https://reviews.freebsd.org/D21603 |
2020.04 23 Apr 2020 18:46:43 |
manu |
sysutils/u-boot: Update to 2020.04
While here use python3 for it as it now works.
Two slave ports have been marked broken :
u-boot-pandaboard and u-boot-duovero
Both of those boards have ~0 users in FreeBSD so if you are one of
those raise your hand. |
2019.10_1 16 Mar 2020 21:32:56 |
kevans |
sysutils/u-boot-rpi{3,4}: Add patch to fix PSCI stub reservation
For the traditional spin table setup, only the lowest page needs
to be reserved. However, our PSCI stubs are slightly bigger and occupy
a little over one page. These patches, already sent upstream, allow a
variable number of initial pages to be reserved for the SMP stubs. We
then set the values for these in our fragment to '2' to reserve the first
and second page.
Approved by: koobs (mentor)
Approved by: manu (uboot, maintainer)
MFH: 2020Q1
Differential Revision: https://reviews.freebsd.org/D24085 |
2019.10 08 Nov 2019 09:17:05 |
lwhsu |
Use HTTPS as possible |
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_1 29 Apr 2018 14:44:25 |
db |
- due to a miscommunication the patch files were not added |
2018.03 03 Apr 2018 20:46:57 |
db |
Convert to use u-boot-master as per Phabricator D14630
Reassign to uboot team |
2017.01_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2017.01 29 Mar 2017 13:11:26 |
mat |
Do not overwrite WRKSRC when USE_GITHUB=nodefault.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10091 |
2017.01 05 Feb 2017 04:45:43 |
db |
Typo forgot :uboot
Reported by: pkg-fallout |
2017.01 04 Feb 2017 20:09:25 |
db |
Use github for psci monitor [brd]
Chase upstream
Redo save_boot_params in lowlevel__init.S to add reserve_memory remove
save_boot_params from rpi.c
Note network code diffs are now upstreamed already
PR: ports/216757
Submitted by: brd |
2016.11_1 02 Feb 2017 23:18:45 |
db |
Add gonzo's psci monitor code to support RPI3 SMP |
2016.11 16 Nov 2016 21:24:09 |
db |
Update to 2016.11 upstream |
2016.09 18 Oct 2016 17:23:04 |
db |
Remove stray uneeded patch files. |
2016.09 18 Oct 2016 14:23:51 |
db |
Initial u-boot port for the Raspberry Pi 3 |