Michał Kopeć

Results 269 comments of Michał Kopeć

Indeed, I submitted a PR sorting the tests, but it probably needs to be redone for the latest docs revision: https://github.com/Dasharo/docs/pull/741/files I wouldn't even try rebasing, just re-do everything from...

Fixed by https://github.com/Dasharo/docs/pull/955

coreboot allocates resources for the dGPU device above 4G: ``` [18:34:21.580] [DEBUG] PCI: 00:01:00.0 10

^ issue fixed by https://github.com/Dasharo/edk2/pull/161

I've managed to rework google's code for Nvidia power management to work for our boards. There were some differences: - they did pwr sequencing of each pwr rail, themselves, we...

I believe we intentionally drop removable media from the ESP scanning feature: https://github.com/Dasharo/edk2/blob/26f855c6890743a02961f7b96ffa52e0fc9aa0f4/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c#L2869-L2891 might be related to this issue

Based on the logs it looks like USB detection fails altogether on reboot with AC connected. Not necessarily related to ESP scanning.

Managed to reproduce on V560TND, but only with *some* SanDisk Ultra Flair pendrives, and never with a Goodram stick. EDK2 logs tell me that the USB controller simply does not...

It may be possible to tweak the HD Audio codec to reduce the mic gain somewhat. Depends on access to ALC245 documentation

@marmarek I see your patch has been merged and landed in v6.11, thanks! https://github.com/torvalds/linux/commit/562755501d44cfbbe82703a62cb41502bd067bd1 I think this can be closed then?