Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.01, v2023.04-rc2 / Merge Window is CLOSED, next branch is OPEN / Release v2023.04 is scheduled for 2023-04-03 / Channel archives at https://libera.irclog.whitequark.org/u-boot
tlwoerner has quit [Ping timeout: 240 seconds]
tlwoerner has joined #u-boot
qschulz has quit [Read error: Connection reset by peer]
qschulz has joined #u-boot
thopiekar has quit [Ping timeout: 240 seconds]
thopiekar has joined #u-boot
vagrantc has quit [Quit: leaving]
mmu_man has quit [Ping timeout: 268 seconds]
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
camus has joined #u-boot
Wouter010067044 has joined #u-boot
alpernebbi has quit [Ping timeout: 250 seconds]
alpernebbi has joined #u-boot
urja has quit [Ping timeout: 276 seconds]
urja has joined #u-boot
<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]
camus has quit [Ping timeout: 255 seconds]
jaganteki has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
RecursiveG[m] has quit [Quit: You have been kicked for being idle]
rvalue has quit [Read error: Connection reset by peer]
camus has joined #u-boot
rvalue has joined #u-boot
camus has quit [Quit: camus]
camus has joined #u-boot
jaganteki has joined #u-boot
goliath has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
sam_sepi0l has quit [Quit: Textual IRC Client: www.textualapp.com]
camus1 has joined #u-boot
camus has quit [Ping timeout: 246 seconds]
camus1 is now known as camus
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
tlwoerner has joined #u-boot
persmule has joined #u-boot
tlwoerner has quit [Ping timeout: 264 seconds]
tlwoerner has joined #u-boot
rah has joined #u-boot
<rah> (how) can I chainload u-boot using Linux kexec?
<kettenis> rah: generally you can't
<kettenis> there is CONFIG_LINUX_KERNEL_IMAGE_HEADER but it is probably a bit more complicated than just building u-boot with that option
vagrantc has joined #u-boot
<rah> kettenis: I read that u-boot is multiboot compliant and that kexec and can load any multiboot OS; is u-boot multiboot compliant?
<rah> or can it be built so?
<kettenis> dunno; multiboot was a grub concept that never really went anywhere
<kettenis> looks like u-boot makes an effort to add a multiboot header for x86
<kettenis> but who uses u-boot on x86 ;)
jaganteki has quit [Ping timeout: 260 seconds]
Casey3[m] has joined #u-boot
<rah> aye, this is for an arm64 machine
jaganteki has joined #u-boot
camus has quit [Quit: camus]
vagrantc has quit [Quit: leaving]
EdSwarthout has quit [Ping timeout: 255 seconds]
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
goliath has quit [Quit: SIGSEGV]
mmu_man has quit [Ping timeout: 255 seconds]
thopiekar_ has joined #u-boot
thopiekar has quit [Ping timeout: 268 seconds]
davlefou has quit [Ping timeout: 264 seconds]
davlefou has joined #u-boot
<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