aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-rpi3
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
* Minor cleanup of u-boot's patchesWarner Losh2018-07-291-4/+4
| | | | | | | | | | | | 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/+7
| | | | | | | | | | | | | | | 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
* Use patchfiles that are in accordance with accepted Ports Collection usage.Mark Linimon2018-07-221-7/+2
| | | | Notes: svn path=/head/; revision=475123
* Add patchfiles that are in accordance with accepted Ports Collection usage.Mark Linimon2018-07-221-0/+19
| | | | Notes: svn path=/head/; revision=475122
* u-boot: Update to v2018.07Emmanuel Vadot2018-07-227-58/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - due to a miscommunication the patch files were not addedDiane Bruce2018-04-297-0/+73
| | | | Notes: svn path=/head/; revision=468630
* Convert to use u-boot-master as per Phabricator D14630Diane Bruce2018-04-037-341/+8
| | | | | | | Reassign to uboot team Notes: svn path=/head/; revision=466377
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Do not overwrite WRKSRC when USE_GITHUB=nodefault.Mathieu Arnold2017-03-291-1/+0
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10091 Notes: svn path=/head/; revision=437197
* Typo forgot :ubootDiane Bruce2017-02-051-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=433351
* Use github for psci monitor [brd]Diane Bruce2017-02-0410-140/+65
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=433336
* Add gonzo's psci monitor code to support RPI3 SMPDiane Bruce2017-02-024-3/+108
| | | | Notes: svn path=/head/; revision=433183
* Update to 2016.11 upstreamDiane Bruce2016-11-167-20/+20
| | | | Notes: svn path=/head/; revision=426266
* Remove stray uneeded patch files.Diane Bruce2016-10-188-323/+0
| | | | Notes: svn path=/head/; revision=424183
* Initial u-boot port for the Raspberry Pi 3Diane Bruce2016-10-1816-0/+642
Notes: svn path=/head/; revision=424162