Re: [PATCH v2 00/28] x86: Improve operation under QEMU

2025-02-16 Thread Paolo Bonzini
On 2/16/25 21:43, Simon Glass wrote: U-Boot can start and boot an OS in both qemu-x86 and qemu-x86_64 but it is not perfect. With both builds, executing the VESA ROM causes an intermittent hang, at least on some AMD CPUs. With qemu-x86_64 kvm cannot be used since the move to long mode (64-bit)

Re: [U-Boot] RSA in U-Boot

2019-05-16 Thread Paolo Bonzini
On 16/05/19 09:23, Sughosh Ganu wrote: > > > It's also license-incompatible with U-Boot's GPLv2 I think.  I guess > > grub can use it because GPLv3 and Apache v2 can be combined just fine. > > Reusing Linux's code seems like the best match. > > > > Paolo > > > > You co

Re: [U-Boot] RSA in U-Boot

2019-04-27 Thread Paolo Bonzini
> >> I've done porting linux's pkcs7/x509 parsers and they work well > >> with my UEFI secure boot patch, but I'm still looking for other options > >> as well. > >> > >> * openssl > >> Most of existing components linked to UEFI secure boot, including > >> EDK2, shim and grub, reply on this lib

Re: [U-Boot] U-boot qemu-x86 :load acpi tables from fw_cfg.

2015-05-25 Thread Paolo Bonzini
On 22/05/2015 18:54, Saket Sinha wrote: > Hi Simon, > >>> >>> Is it possible for us to add support to qemu to provide acpi tables >>> via fw_cfg in u-boot ? >>> >>> If we find acpi tables in fw_cfg try loading them, otherwise fallback >>> to the builtin acpi tables. >>> >>> Coreboot does it in t