aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-rpi2
Commit message (Collapse)AuthorAgeFilesLines
* Update U-Boot to 2019.01Emmanuel Vadot2019-02-041-2/+1
| | | | | | | | | This removes a lot of local patches Approved by: bapt (mentor, implicit) Notes: svn path=/head/; revision=492147
* sysutils/u-boot: Update to 2018.11Emmanuel Vadot2018-11-261-0/+2
| | | | | | | | | | | | | | | | | | 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
* Minor cleanup of u-boot's patchesWarner Losh2018-07-291-3/+3
| | | | | | | | | | | | 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
* Remove MAINTAINER lines. They are set by the master port and all theseWarner Losh2018-07-231-1/+0
| | | | | | | | | | 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
* Revert r475122, r475123 and r475124.Warner Losh2018-07-232-21/+6
| | | | | | | | | | | | | | | 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
* Add and use patchfiles that are in accordance with accepted PortsMark Linimon2018-07-222-6/+21
| | | | | | | Collection usage. Notes: svn path=/head/; revision=475124
* u-boot: Update to v2018.07Emmanuel Vadot2018-07-222-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update WWWSunpoet Po-Chuan Hsieh2018-05-221-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=470648
* Update the u-boot-rpi2 port to use the u-boot-master port.Emmanuel Vadot2017-11-1511-388/+15
| | | | | | | | | | | | | | | 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
* Fix build after arm-none-eabi-gcc was updated to 6.2.0Antoine Brodin2016-12-241-0/+3
| | | | Notes: svn path=/head/; revision=429378
* Fix few style violations in u-boot ports:Pawel Pekala2016-07-241-4/+4
| | | | | | | | | | | | | | - 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
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* U-Boot loader and related files for Raspberry Pi 2Luiz Otavio O Souza2015-04-2411-0/+399
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