Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Jul 2020 17:18:56
2020.07

|
manu  |
u-boot: Update to 2020.07
Remove upstreamed patches. |
27 Jun 2020 12:44:31
2020.04

|
manu  |
sysutils/u-boot-tools: Unbreak on <13
rsa tools needs malloc.h, remove this include for now, a patch
will be sent upstream.
While here pet portlint. |
25 Jun 2020 14:25:00
2020.04

|
manu  |
sysutils/u-boot-tools: Update to 2020.04 |
03 Jun 2020 20:34:43
2019.10

|
antoine  |
u-boot-tools builds fine with default python
With hat: portmgr |
18 May 2020 01:45:04
2019.10

|
linimon  |
Mark as BROKEN on powerpc64:
include/config_distro_bootcmd.h:279:3: sandbox EFI support is only supported
on ARM and x86
This is even after adding the fix for 12-STABLE of compiler:c11 to USES,
which at least allows the build to get that far.
I took a look at this one time, thinking it would be easy, but I was not
able to come up with a quick answer.
Approved by: portmgr (tier-2 blanket) |
30 Apr 2020 20:45:31
2019.10

|
manu  |
sysutils/u-boot-tools: Mark broken with libressl
PR: 235505
Submitted by: mikael |
08 Nov 2019 09:17:05
2019.10

|
lwhsu  |
Use HTTPS as possible |
09 Oct 2019 19:15:25
2019.10

|
manu  |
u-boot: Update to v2019.10
Update u-boot to its latest version.
For RK3399 we now use SPL+TPL from u-boot, no need for RockChip blob.
Remove one efi related patch that isn't needed anymore.
Tested-on: Pine64-LTS, Rock64, Rockpro64, BBB, RPI2, OrangePi One |
04 Feb 2019 18:26:34
2019.01

|
manu  |
u-boot-tools: Update to 2019.01
Approved by: bapt (mentor, implicit) |
03 Feb 2019 20:07:41
2018.11

|
manu  |
u-boot-tools: U-Boot needs bison, add it to the USES
Approved by: bapt (mentor, implicit) |
01 Feb 2019 14:54:44
2018.11

|
manu  |
u-boot-tools: Update to 2018.11
Version 2019.01 is out but I don't have updated the u-boot-master ports yet
so just to be safe use the same version for the tool.
Approved by: bapt (mentor, implicit) |
27 Mar 2018 11:42:38
2018.03

|
manu  |
sysutils/u-boot-tools: Update to 2018.03
This also include the local patch that we had.
Reviewed by: bapt
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D14866 |
16 Mar 2018 09:41:39
2017.09_2

|
jhale  |
Fix typos in CONFLICTS |
16 Feb 2018 02:54:14
2017.09_2

|
swills  |
sysutils/u-boot-tools: Use CC as HOSTCC for building tools
Submitted by: jhibbits
Reviewed by: bapt, manu
Approved by: brd
Differential Revision: https://reviews.freebsd.org/D14264 |
06 Feb 2018 20:53:54
2017.09_1

|
kevans  |
sysutils/u-boot-tools: Add recently upstream patch to fix endianness checks
Patch originally sent upstream by jhibbits@; fix endianness checks so that
powerpc hosts can actually build powerpc images. Backport it to our 2017.09
since it won't appear in a release until 2018.03 at the earliest.
Reviewed by: manu
Approved by: imp (ports)
Differential Revision: https://reviews.freebsd.org/D14219 |
19 Dec 2017 15:08:41
2017.09

|
bapt  |
CLeanup u-boot-tools
- Do not overwrite do-build, it is not necessary
- Ensure the env variables are respected during configure phase
- Now that we use the regular do-build kernel we can pass gmake variables via
arguments which allows to overwrites predefine ones without custom patches
- Force verbose mode when building to see what command line is invoke, in in
particular which compiler is called
- Overwrite NOSTDINC_FLAGS because on freebsd we do actually want to use our
regular standard include files
- Register the dependency on libssl/libcrypto
Approved by: manu
Differential Revision: https://reviews.freebsd.org/D13543 |
19 Dec 2017 14:20:19
2017.09

|
linimon  |
Apply similar fix to scripts/Makefile.autoconf as to ../Makefile. |
18 Dec 2017 19:20:08
2017.09

|
manu  |
Add new port sysutils/u-boot-tools
U-Boot tools for creating and analyzing u-boot images.
U-Boot images are used to embed kernels into a know format for u-boot.
It can also be FIT (Flattened Image Tree) images when the source describing
the image is written like a DTS (Device Tree Source).
Reviewed by: imp
Approved by: imp
Differential Revision: https://reviews.freebsd.org/D13455 |