Re: [PATCH v13 1/9] hw/misc: Add Nuvoton's PCI Mailbox Module

2024-01-20 Thread Peter Maydell
On Fri, 19 Jan 2024 at 20:33, Nabih Estefan wrote: > > From: Hao Wu > > The PCI Mailbox Module is a high-bandwidth communcation module > between a Nuvoton BMC and CPU. It features 16KB RAM that are both > accessible by the BMC and core CPU. and supports interrupt for > both sides. > > This patch

[PATCH v13 1/9] hw/misc: Add Nuvoton's PCI Mailbox Module

2024-01-19 Thread Nabih Estefan
From: Hao Wu The PCI Mailbox Module is a high-bandwidth communcation module between a Nuvoton BMC and CPU. It features 16KB RAM that are both accessible by the BMC and core CPU. and supports interrupt for both sides. This patch implements the BMC side of the PCI mailbox module. Communication wit