Port details |
- u-boot-rpi4 Cross-build das u-boot for model rpi4
- 2024.07 sysutils =3 2024.01Version of this port present on the latest quarterly branch.
- Maintainer: uboot@FreeBSD.org
- Port Added: 2019-11-08 08:49:49
- Last Update: 2024-01-12 17:08:45
- Commit Hash: 25cd322
- People watching this port, also watch:: u-boot-rpi-arm64, u-boot-NONE, u-boot-rpi, rpi-firmware, py311-Automat
- License: GPLv2
- WWW:
- https://www.denx.de/wiki/U-Boot
- Description:
- U-Boot loader and related files for the RPi4
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-rpi4>0:sysutils/u-boot-rpi4
- To install the port:
- cd /usr/ports/sysutils/u-boot-rpi4/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/u-boot-rpi4
- pkg install u-boot-rpi4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: u-boot-rpi4
- 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-rpi4
- 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.07 08 Jul 2020 17:18:56 |
manu |
u-boot: Update to 2020.07
Remove upstreamed patches. |
2020.04 25 Apr 2020 15:55:08 |
manu |
u-boot-rpi4: Remove patches that are present upstream in 2020.04
Reported by: Mark Millard |
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.10 08 Nov 2019 08:48:50 |
lwhsu |
Add sysutils/u-boot-rpi4: U-Boot build for the Raspberry Pi 4
PR: 241796
Submitted by: kevans |