mbox series

[isar-cip-core,v2,0/2] Secureboot fixes

Message ID 20201130144842.4221-1-Quirin.Gylstorff@siemens.com (mailing list archive)
Headers show
Series Secureboot fixes | expand

Message

Quirin Gylstorff Nov. 30, 2020, 2:48 p.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

Adapt OVMF binaries to new upstream names.
Repeat scan for rootfs until udev finished populating /dev or a timeout occurs.
Build at:
https://gitlab.com/Quirin.Gy/isar-cip-core/-/pipelines/223158898

--
Changes Version 2:
- fix author and commit message

Vijai Kumar K (2):
  start-qemu.sh: Change OVMF binary names
  Secureboot:  Wait until udev populates /dev

 doc/README.secureboot.md                      |  12 +-
 .../files/secure-boot-debian-local-patch      | 104 +++++++++++-------
 start-qemu.sh                                 |   4 +-
 3 files changed, 72 insertions(+), 48 deletions(-)

Comments

Jan Kiszka Nov. 30, 2020, 6:41 p.m. UTC | #1
On 30.11.20 15:48, Q. Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> Adapt OVMF binaries to new upstream names.
> Repeat scan for rootfs until udev finished populating /dev or a timeout occurs.
> Build at:
> https://gitlab.com/Quirin.Gy/isar-cip-core/-/pipelines/223158898
> 
> --
> Changes Version 2:
> - fix author and commit message
> 
> Vijai Kumar K (2):
>   start-qemu.sh: Change OVMF binary names
>   Secureboot:  Wait until udev populates /dev
> 
>  doc/README.secureboot.md                      |  12 +-
>  .../files/secure-boot-debian-local-patch      | 104 +++++++++++-------
>  start-qemu.sh                                 |   4 +-
>  3 files changed, 72 insertions(+), 48 deletions(-)
> 

Thanks, applied.

Jan