Skip to content
#

uefi

Here are 552 public repositories matching this topic...

tilck
vvaltchev
vvaltchev commented Aug 8, 2022

As it can be seen from https://app.codecov.io/gh/vvaltchev/tilck/blobs/master/kernel/misc.c, print_banner_line() and show_tilck_logo() don't have coverage, despite being always run on boot. That's simply because in coverage builds, the env variable TILCK_NO_LOGO is set. See https://github.com/vvaltchev/tilck/blob/master/other/coverage_build.yml.

Because those trivial code lines that don'

enhancement good first issue trivial
Foxboron
Foxboron commented Dec 29, 2021

Issues should demand people attach the following outputs:

  • sudo sbctl status
  • sudo hexdump -C /sys/firmware/efi/efivars/PK-8be4df61-93ca-11d2-aa0d-00e098032b8c

And we should preferably implement sudo sbctl debug as a hidden command so we can have some better structured data we can use for debugging.

good first issue

Improve this page

Add a description, image, and links to the uefi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the uefi topic, visit your repo's landing page and select "manage topics."

Learn more