<xypron>
If we want to push to Gitlab without triggering a pipeline we can use 'git push -o ci.skip'. I guess we should add that to our developer documentation.
goliath has quit [Quit: SIGSEGV]
hanetzer has quit [Ping timeout: 276 seconds]
hanetzer has joined #u-boot
tlwoerner has quit [Quit: Leaving]
persmule has joined #u-boot
teejay has quit [Ping timeout: 264 seconds]
persmule has quit [Remote host closed the connection]
<sjg1_>
kettenis: U-Boot has quite good support on x86...there are certainly some users :-)
<sjg1_>
Tartarus: Tested -master on bob (rk3399) and jerry (rk3288) 8be7b4629e8and it seems fine
<sjg1_>
xypron: Have you tried installing Ubuntu 22.04 with U-Boot using bootefi? It gets past Exit Boot Services and then hangs. Is there a special qemu commandline to use?
<sjg1_>
xypron: I am doing: qemu-system-x86_64 -M pc -drive format=raw,file=root.img -bios /tmp/b/qemu-x86_64/u-boot.rom -drive id=disk,file=ubuntu-22.04.2-desktop-amd64.iso,if=none -device ahci,id=ahci -device ide-hd,drive=disk,bus=ahci.0 -m 4096 -serial mon:stdio -smp 4