[RFC 0/1] mips: malta: Select PCI_QUIRKS if POWER_RESET_PIIX4_POWEROFF is enabled

Yuan Tan posted 1 patch 2 years, 1 month ago
There is a newer version of this series
arch/mips/Kconfig | 1 +
1 file changed, 1 insertion(+)
[RFC 0/1] mips: malta: Select PCI_QUIRKS if POWER_RESET_PIIX4_POWEROFF is enabled
Posted by Yuan Tan 2 years, 1 month ago
Hi list,

I just found that the on QEMU Malta, POWER_RESET_PIIX4_POWEROFF relay on
PCI_QUIRKS to work, or else the reboot will hang.

Welcome everyone's suggestions.

Yuan Tan (1):
  mips: malta: select PCI_QUIRK for POWER_RESET_PIIX4_POWEROFF

 arch/mips/Kconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.34.1
Re: [RFC 0/1] mips: malta: Select PCI_QUIRKS if POWER_RESET_PIIX4_POWEROFF is enabled
Posted by Maciej W. Rozycki 2 years, 1 month ago
On Wed, 2 Aug 2023, Yuan Tan wrote:

> I just found that the on QEMU Malta, POWER_RESET_PIIX4_POWEROFF relay on
> PCI_QUIRKS to work, or else the reboot will hang.

 I'll check if it is reproducible with actual hardware, otherwise it might 
be an issue to fix in QEMU.

  Maciej