Michał Żygowski

Results 126 comments of Michał Żygowski

Brigthness levels are defined here: https://github.com/Dasharo/coreboot/blob/clevo/release/src/mainboard/clevo/adl-p/acpi/backlight.asl#L10 We can define as much steps as we want.

Code complete: https://github.com/Dasharo/edk2/pull/26

Few more things to do would be: 1. To check for PS/2 keyboard before disabling USB entirely and lock out the firmware from USB keyboard. 2. Disable only the onboard...

My latest comment is still relevant, but could be probably converted to separate issues first, before we close this one

Sent a patch to gerrit: https://review.coreboot.org/c/coreboot/+/68919 tested on Protectli VP46xx: https://review.coreboot.org/c/coreboot/+/68920

Besides the patches we will also need a setup option to switch between fTPM and discrete TPM, however it depends on https://github.com/Dasharo/dasharo-issues/issues/113 The setup option was our ultimate goal, so...

@rafkoch I have written it above. 1. Get https://github.com/Dasharo/dasharo-issues/issues/113 done 2. Implement setup option to switch between fTPM and dTPM

The second point is not yet implemented. Default is HW dependent. In case of NovaCustom laptops, you shouldn't probably even need it, because all your units have dTPM anyways. For...

No idea which GPIO the error refers to. The description of the error in dmesg is rather vague. The only thing that comes to my mind which uses GPIO IRQ...

Found bugs in Shim's/MOKManagers's filesystem browser, which resulted in hangs of the shim when trying to enroll from a disk. Fix: https://github.com/rhboot/shim/pull/622