Algotech has quit [Remote host closed the connection]
Guest8404 has quit [Quit: Quit]
Net147 has joined #u-boot
Net147 has quit [Changing host]
Net147 has joined #u-boot
Raito_Bezarius has joined #u-boot
<Raito_Bezarius>
Hi there, I'm trying to run U-Boot on QEMU x86_64 (with its defconfig, etc.) on a accel=tcg QEMU with a virtio block device serving as a rootfs, U-Boot seems to pick up the kernel & initramfs, run it, but at kernel time, when I try to mount the root disk, it fails and the kernel seems to say it doesn't see any virtio block device
<Raito_Bezarius>
I double checked and I compiled the kernel with virtio support
<Raito_Bezarius>
Does it ring a bell to anyone who used the U-Boot QEMU x86_64 stuff?
<Raito_Bezarius>
I tried also IDE with no avail
<Raito_Bezarius>
I also ensured myself to use the right devicetree for the q35 model I am using
<Raito_Bezarius>
ahem
<Raito_Bezarius>
> machine # Initial RAM disk at linear address 0x04000000, size 0 bytes
<Raito_Bezarius>
I guess this is not good
tprrt has quit [Server closed connection]
tprrt has joined #u-boot
<Raito_Bezarius>
ah yes
<Raito_Bezarius>
uninitialized memory in pxe_utils.c
<Raito_Bezarius>
I sent a patch on the mailing list
<Tartarus>
re U-Boot NFS, yes, it's the ability for U-Boot to "mount" an NFS share and copy a file to memory, not nfs root in Linux, that's just kernel args :)
<alpernebbi_>
actually was planning to work on that after the video damage series (after I return home)
Clamor has quit [Ping timeout: 264 seconds]
Clamor has joined #u-boot
<mps>
alpernebbi_: right, it overwrite text with space, but it is better than no visible cursor
<mps>
and also I thought to work on it to make it better
smoothdev has quit [Quit: smoothdev]
smoothdev has joined #u-boot
smoothdev has quit [Ping timeout: 258 seconds]
smoothdev has joined #u-boot
goliath has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
aat596_3 has quit [Server closed connection]
aat596_3 has joined #u-boot
Clamor has quit [Ping timeout: 240 seconds]
Clamor has joined #u-boot
mmu_man has joined #u-boot
<Raito_Bezarius>
sjg1: if you find it again curious
mmu_man has quit [Ping timeout: 240 seconds]
Clamor has quit [Ping timeout: 244 seconds]
Clamor has joined #u-boot
<Raito_Bezarius>
Is there a known way to store FIT public keys in UEFI security databases or TPM2 ?
<Raito_Bezarius>
Which works "agnostic" of the board if the mean is available
mmu_man has joined #u-boot
<xypron>
Raito_Bezarius: https://u-boot.readthedocs.io/en/latest/usage/fit/beaglebone_vboot.html has a good description on how the public key for the FIT signature verifications is built into the internal device-tree of U-Boot. There is no support in the EFI sub-system for the verification.