Michał Żygowski

Results 126 comments of Michał Żygowski

> > > > -CONFIG_TPM_PIRQ=0x27 > > > > +CONFIG_TPM_PIRQ=0x0 > > > > > > > > > This looks suspicious though. > > > > > > Ohh...

> @miczyg1 please check notes on [81cc526](https://github.com/linuxboot/heads/commit/81cc5263a0898c36777eb0572d7816096466f66b) https://github.com/Dasharo/coreboot/commit/b35dc4a4f25497acfbe159d6abd057d885661a02

Issued a PR that should address the issue: https://github.com/linuxboot/heads/pull/1609 As far as heads is concerned, it doesn't matter which event log format is used right? Or rather coreboot's custom format...

@mkopec extracted from vendor BIOS. I don't think it will help for headphones vs headset detection (which our customer reported for recent release), but may help with other things (like...

> Yeah headset detection is a problem with the hardware, not sure if we can do anything from FW side. Will test tomorrow. But maybe it will help with this:...

@mkopec any updates on testing it? I also noticed that the subvendor differed between NS5X and NS7X

By comparing the UefiPayloadPkg directory structure and the edk2 logs from running upstream EDK2 we will have to: 1. Migrate UefiPayloadPkg/AcpiPlatformDxe to DasharoModulePkg. 2. Upstream EDK2 i PEI-less so everything...

> I think it would be preferable to start this way and apply our changes we have done to UefiPayloadPkg into DasharoPayloadPkg instead. I am not sure how practical would...

> Do we need those keyboard changes which have + and ?- in different versions? When I looked at theKB commits, there were some duplications in the Get/SetConfig calls. I...