Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: sysutils/u-boot-master |
Date | By | Description |
22 Nov 2020 17:37:40
2020.10_1

|
manu  |
sysutils/atf: Update to v2.4
Bump u-boot ports that depends on it.
While here update the metadata and pkg-descr for the allwinner64 family so
u-boot is put in an alternate location that doesn't conflict with GPT
partitions. |
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 |
27 Jul 2019 14:57:25
2019.07_1

|
manu  |
sysutils/u-boot-firefly-rk3399: Bump portrevision as we now use miniloader
Since we now use the miniloader instead of SPL bump portrevision for this port. |
19 Jul 2019 19:00:04
2019.07

|
manu  |
sysutils/u-boot: Update to 2019.07
Remove one patch for RockChip RK3399 that was upstream.
Add a patch for storage api to remove SCSI. Allwinner A20 was converted
to DM_SCSI upstream and we don't have a good way to do what the api code
was doing (only had a brief look). This patch will probably be upstreamed
once I've found a better way. For now this means that you cannot boot from
SCSI drives using ubldr, using loader.efi will still work. Only Allwinner A20
boards are affected by this. |
10 Apr 2019 21:16:48
2019.04

|
manu  |
sysutils/u-boot: Update to 2019.04
Beaglebone slave port change its defconfig.
ZYNC related u-boot are broken. |
05 Feb 2019 15:58:29
2019.01

|
manu  |
u-boot-firefly-rk3399: Add a u-boot port for this board
This is a ARM64 board with a RockChip RK3399 SoC.
Add support for RK3399 to the u-boot-master port. No METADATA are created
for now as this u-boot is split in two file and we don't support this scheme
yet.
Two patch are needed :
- One to allow booting u-boot proper from the same source as the DTS (accepted
and merge upstream)
- One to have the BL31 (ATF binary) path in a environment variable instead of
in the source directory (accepted upstream). |