CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/05/22 07:51:09
Modified files:
sysutils/u-boot: Makefile
sysutils/u-boot/patches: patch-arch_arm_dts_rk3399-rockpro64_dts
patch-configs_rock64-rk3328_defconfig
sysutils/u-boot/pkg: PFRAG.aarch64 PFRAG.arm
Added files:
sysutils/u-boot/patches:
patch-arch_arm_dts_rk3328-rock64-u-boot_dtsi
Log message:
Various u-boot changes:
* Rockchip now outputs a single image that combines idbloader.img
and u-boot.itb called u-boot-rockchip.bin. It gets written at
block 64. For example:
dd if=u-boot-rockchip.bin of=/dev/sdXc seek=64
* Fix rock64 gen3 SPL boot hang. Reviewed upstream.
Tested on both gen2 and gen3 boards.
* Enable PCIe gen2 on rockpro64. I've been running with this
since December and tested various PCIe boards.
okay jsg@