mbox series

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

Message ID cover.1690968173.git.tanyuan@tinylab.org (mailing list archive)
Headers show
Series mips: malta: Select PCI_QUIRKS if POWER_RESET_PIIX4_POWEROFF is enabled | expand

Message

Yuan Tan Aug. 2, 2023, 9:24 a.m. UTC
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(+)

Comments

Maciej W. Rozycki Aug. 8, 2023, 3:31 p.m. UTC | #1
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