]> git.ipfire.org Git - ipfire-2.x.git/commit
config: u-boot: bypass the u-boot script on Traverse Ten64
authorMathew McBride <matt@traverse.com.au>
Mon, 3 Oct 2022 06:20:18 +0000 (06:20 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 4 Oct 2022 14:45:19 +0000 (14:45 +0000)
commit6efb611cbc97908cbd893806ceb82c167cddeb6a
treef364a54f83ed2e045048ab0a93cd057caf4c4f8b
parente77ef3639579e88f1fe86ef332d9c831b4e200ca
config: u-boot: bypass the u-boot script on Traverse Ten64

The Ten64 board runs a U-Boot which works best directly
booting EFI. Attempting to load your own DTB or other steps
will cause issues.
(see https://ten64doc.traverse.com.au/faq/#common-issues)

The current stable Ten64 firmware unfortunately searches for
boot.scr before bootaa64.efi. So redirect it back to the EFI path.

A future Ten64 firmware package will prefer EFI first before
any boot script avoiding this issue. I will provide a patch
reversing this when that day comes.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
config/u-boot/boot.cmd