CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/04/13 22:21:30
Modified files:
sysutils/u-boot/rk356x: Makefile
sysutils/u-boot/rk356x/files: rkbinpatch.c
sysutils/u-boot/rk3588: Makefile
sysutils/u-boot/rk3588/files: rkbinpatch.c
Added files:
sysutils/u-boot/rk356x/patches: patch-tools_rkcommon_c
sysutils/u-boot/rk3588/patches: patch-tools_rkcommon_c
Log message:
Unbreak sysutils/u-boot/{rk356x,rk3588} when big-endian
Add some swaps between little-endian and host byte order, which allows
my big-endian powerpc to slowly build arm64 rockchip firmware.
kurt@ checked that a rock5b boots with firmware from big-endian
powerpc and from little-endian amd64.
ok kurt@ kettenis@