On 29.06.2018 12:48, Jorge Fernandez Monteagudo wrote:
Ok, I think I've found the problem... If I force in 'src/drivers/pc80/tpm/tis.c'
the path value to "\_SB_.PCI0.LIBR" it works!
Now, I'll try to guess from where the "_SB._SB.LIBR" current value comes from... but now it's working.
This is expected if you still haven't implemented `.acpi_name` for your northbridge device. In case you haven't tried it yet: Just copy what `nb/amd/pi/00730F01/northbridge.c` does about `.acpi_name` to `nb/amd/pi/00660F01/northbridge.c`.
Again, if the domain device doesn't implement `.acpi_name`, its parent device will be asked. And in this case the parent, the root device, always returns `_SB`.
Nico