
25 Jul
2023
25 Jul
'23
8:48 p.m.
Hi there,
I am playing around with qemu arm image of UBoot, and I'm trying to figure out how much of UEFI work actually works.
I don't currently have any real arm machine I could use for that, so I chose qemu. In any case, I have mostly followed the following article:
https://www.linaro.org/blog/enabling-uefi-secure-boot-on-u-boot/
I've successfully gotten to setting up EFI variables, but have been bounced off by the error:
Missing TPMv2 device for EFI_TCG_PROTOCOL Missing RNG device for EFI_RNG_PROTOCOL
I've glanced through .config and I can see everything TPMv2 and RNG enabled, hence it should be included into Uboot image.
Am I missing something ?
Thank you guys in advance for your help.