Damien Zammit

Results 110 comments of Damien Zammit

Second warning silenced, haven't fixed the first one yet, it's nothing to worry about though.

It is quite difficult to know what is going on with ME. But from that output I am guessing you ran it on a X200 with libreboot installed. Basically, it...

I may not have the correct code written to unhide the pci device on all chipsets, especially the older ones. So at this point, intelmetool cannot really tell you if...

You're probably right, the tool doesn't work on all models of the ME because different number of bytes are returned by different models, I haven't worked it all out. Thanks...

Looks like your MEI pci device has been disabled by the HAP bit. But I did a change to the code that looks for RCBA base address in the southbridge...

Basically pci hiding (function disable) is not the same on your platform and higher. But since I don't have any such hardware, it is difficult for me to test anything.

Try with latest "main" branch

Hi thanks for report, can you please show output for: ``` lspci -nn | grep -E "00:00.0|LPC" ```

I don't know if ICH10 has a function disable 2 (FD2) register in RCBA. Therefore I don't know if its possible to hide/unhide the device, and so I can't be...

NB: MEI == pci device attached to the ME hardware. You definitely have ME hardware on board as stated, but the code I wrote possibly can't find your MEI pci...