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