Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing: EFI runtime support #736

Open
ricardosalveti opened this issue Feb 5, 2025 · 2 comments
Open

Testing: EFI runtime support #736

ricardosalveti opened this issue Feb 5, 2025 · 2 comments

Comments

@ricardosalveti
Copy link
Contributor

ricardosalveti commented Feb 5, 2025

Validate if EFI runtime support is available and working at runtime.

Ways to validate:

  • Variables available via /sys/firmware/efi/efivars (efivar can also be used)
  • kernel: [ 1.867921] efivars: Registered efivars operations
  • ESP partition automatically mounted on /efi (done by systemd)
  • bootctl (systemd) exposing features supported by the boot loader

Writing variable content is not currently supported on mainline, since it requires QTEE support (and RPMB access).

@lumag
Copy link
Collaborator

lumag commented Feb 5, 2025

  • Verify that storing the value in the EFI var actually survives after reboot, once supported.

@mwasilew
Copy link
Contributor

mwasilew commented Feb 7, 2025

So there is no need to run ARM BSA/BBR tests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants