balena-os / meta-balena

A collection of Yocto layers used to build balenaOS images
https://www.balena.io/os
968 stars 115 forks source link

recipes-bsp: add recipe for GRUB 2.12 #3370

Closed jakogut closed 5 months ago

jakogut commented 6 months ago

This version changes how kernel images are booted, passing them to the EFI boot services LoadImage method, which uses EFISTUB and retains the TPM event log in memory.

Copy this recipe from Poky rev 43f9098.

More info: https://edk2.groups.io/g/devel/topic/93730585

This is required for PCR7 sealing with secure boot, as it makes the TPM event log available.

Change-type: patch


Contributor checklist

Reviewer Guidelines

jakogut commented 6 months ago

@resin-jenkins retest this please

jakogut commented 5 months ago

@resin-jenkins retest this please

jakogut commented 5 months ago

@resin-jenkins retest this please

jakogut commented 5 months ago

@resin-jenkins retest this please

jakogut commented 5 months ago

@resin-jenkins retest this please

jakogut commented 5 months ago

@resin-jenkins retest this please

jakogut commented 5 months ago

Closing in favor of https://github.com/balena-os/meta-balena/pull/3259, which is already passing tests