Hello Jorge,
On 22.06.2018 12:52, Jorge Fernandez Monteagudo wrote:
I've found the src/southbridge/amd/pi/hudson/lpc.c, the related to the AMD Bettong demoboard, and
'lpc_acpi_name' and 'lpc_ops' are already defined... Maybe they are not enabled or used?
I guess it's used, but you need an acpi name for all devices along the path. "LIBR" is the name for the LPC device, there should also be one for the PCI bus/domain. I would try `src/northbridge/amd/pi/00660F01/ northbridge.c`.
Nico
Hi Nico, thanks for the feedback!
I guess it's used, but you need an acpi name for all devices along the path. "LIBR" is the name for the LPC device, there should also be one for the PCI bus/domain. I would try `src/northbridge/amd/pi/00660F01/ northbridge.c`.
Could you point me to an example to know what I have to look for, p.e, to a good supported board or something related. I'm still introducing me in the coreboot world :)
Regards,
Jorge
________________________________ De: Nico Huber nico.h@gmx.de Enviado: viernes, 22 de junio de 2018 18:47:04 Para: coreboot@coreboot.org; Zaolin; Jorge Fernandez Monteagudo Asunto: Re: [coreboot] RV: Error booting with TPM enabled.
Hello Jorge,
On 22.06.2018 12:52, Jorge Fernandez Monteagudo wrote:
I've found the src/southbridge/amd/pi/hudson/lpc.c, the related to the AMD Bettong demoboard, and
'lpc_acpi_name' and 'lpc_ops' are already defined... Maybe they are not enabled or used?
I guess it's used, but you need an acpi name for all devices along the path. "LIBR" is the name for the LPC device, there should also be one for the PCI bus/domain. I would try `src/northbridge/amd/pi/00660F01/ northbridge.c`.
Nico