2020-01-23 19:26:35 by Jonathan A. Kollasch | Files touched by this commit (1) |
Log message:
include sysutils/u-boot/u-boot-arm64.mk (which includes bsd.pkg.mk) last
should ensure dependency on rk3399 ATF is registered
|
2020-01-14 10:01:53 by matthew green | Files touched by this commit (1) |
Log message:
bump pkg revision.
|
2020-01-14 09:44:03 by matthew green | Files touched by this commit (11) |
Log message:
pull in various patches for pinebook pro that:
- 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.
|
2020-01-06 10:43:16 by matthew green | Files touched by this commit (5) |
Log message:
build rksd_loader.img again, now that i found the option to make
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.
|
2020-01-06 09:41:44 by matthew green | Files touched by this commit (15) |
Log message:
add a u-boot for pinebook pro. it's mostly functional though reboot
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.)
|