| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This removes a lot of local patches
Approved by: bapt (mentor, implicit)
Notes:
svn path=/head/; revision=492147
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tested-On: RPI*
Tested-On: OrangePi One
Tested-On: Pine*
sysutils/u-boot-pinebook: Update to latest upstream patches
All those patches have been merged upstream but have not made into the
latest u-boot release, add them here as they have bugfixes and hardware support
improvement.
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D18312, https://reviews.freebsd.org/D18314
Notes:
svn path=/head/; revision=485932
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=475665
|
|
|
|
|
|
|
|
|
|
| |
ports are maintained by the uboot@ mailing list.
Approved by: uboot@ (maintainer of these ports)
Differential Review: https://reviews.freebsd.org/D16397
Notes:
svn path=/head/; revision=475142
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=475141
|
|
|
|
|
|
|
| |
Collection usage.
Notes:
svn path=/head/; revision=475124
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
More on metadata file :
The goal is to have a u-boot-install package that will read those and auto
install u-boot either on a dir (method copy) or on a device (method raw)
As all the u-boots are either one file to be dd'ed or one/multiple files
to be copied this simple method is good enough.
Since the maximum variable is 4 (for the raw method), simply use echo instead
of a .in files (ok bapt@)
Reviewed by: imp
Approved by: imp (implicit)
Differential Revision: https://reviews.freebsd.org/D16241
Notes:
svn path=/head/; revision=475103
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=470648
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: RPI2v1.1, RPI2v1.2
Reviewed by: imp
Approved by: imp
Differential Revision: https://reviews.freebsd.org/D13049
Notes:
svn path=/head/; revision=454265
|
|
|
|
| |
Notes:
svn path=/head/; revision=429378
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=418996
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
To install this bootloader, copy ALL the files in the share/u-boot/u-boot-rpi2
directory to the first partition, formatted as FAT32, on an SD card.
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 uboot.env on the FAT partition.
For information about running FreeBSD on RaspberryPi, see
WWW: http://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
Approved by: garga
Notes:
svn path=/head/; revision=384677
|