rockpro64 does and avoid "saveenv" saving over the top of the
u-boot installation itself.
now my pbp can boot from just SPI and NVMe.
bump pkg revision.
tested in sd, emmc, and spi on rockpro64, and on emmc on pbp.
should not affect u-boot-rockpro64-ayufan, but should finally
make it obsolete as the SPI version works again.
- adds support for panel on pinebook-pro (needs rk_anxdp.c r1.4)
- enable ahci/sata for rockpro64
- workaround usb_stop() bug in u-boot. see eg:
https://patchwork.ozlabs.org/project/uboot/patch/20210406151059.1187379-1-icenowy@aosc.io/
- remove long obsolete files
tested on original iso pbp that was upgraded to ansi key, and a
first generation ansi pbp, as well as two rockpro64 v2.1s.
pull in b4899041e5
from upstream, and also force this code path to be used.
bump version of both the rk3399 ATF and the pbp u-boot, and adjust
the buildlink version to require the updated ATF.
fix MESSAGE for u-boot-pinebook-pro to not refer to rockpro64.
- turn on the power led
- reduce a timeout slightly
- possibly enable usb boot (untested)
- possibly enable sd boot from emmc uboot (untested)
from Emmanuel Vadot <manu@freebsd.org> and dhivael <dhivael.git@eno.space>
and some minor massaging from myself.
uboot itself live at 256k from the start of the image, not 8MB
(CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x200.)
adjust MESSAGE etc to reference just this. bump pkg revision.
is not working for me currently, and the power LED stays off until
netbsd boots still.
this is based upon u-boot 2020.01-rc5 with patches from:
https://patchwork.ozlabs.org/project/uboot/list/?series=142716
which add specific pinebook pro support. (these sources are known
to have a working reboot, but not from a build i've made.)