[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 3/6] hw/openrisc/openrisc_sim: Use IRQ splitter when conne
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH v3 3/6] hw/openrisc/openrisc_sim: Use IRQ splitter when connecting UART |
|
Date: |
Sat, 19 Feb 2022 13:01:28 +0000 |
On Sat, 19 Feb 2022 at 06:42, Stafford Horne <shorne@gmail.com> wrote:
>
> Currently the OpenRISC SMP configuration only supports 2 cores due to
> the UART IRQ routing being limited to 2 cores. As was done in commit
> 1eeffbeb11 ("hw/openrisc/openrisc_sim: Use IRQ splitter when connecting
> IRQ to multiple CPUs") we can use a splitter to wire more than 2 CPUs.
>
> This patch moves serial initialization out to it's own function and
> uses a splitter to connect multiple CPU irq lines to the UART.
>
> Signed-off-by: Stafford Horne <shorne@gmail.com>
> ---
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v3 0/6] OpenRISC Device Tree Generation, Stafford Horne, 2022/02/19
- [PATCH v3 1/6] hw/openrisc/openrisc_sim: Create machine state for or1ksim, Stafford Horne, 2022/02/19
- [PATCH v3 3/6] hw/openrisc/openrisc_sim: Use IRQ splitter when connecting UART, Stafford Horne, 2022/02/19
- [PATCH v3 4/6] hw/openrisc/openrisc_sim: Increase max_cpus to 4, Stafford Horne, 2022/02/19
- [PATCH v3 5/6] hw/openrisc/openrisc_sim: Add automatic device tree generation, Stafford Horne, 2022/02/19
- [PATCH v3 2/6] hw/openrisc/openrisc_sim: Parameterize initialization, Stafford Horne, 2022/02/19
- [PATCH v3 6/6] hw/openrisc/openrisc_sim: Add support for initrd loading, Stafford Horne, 2022/02/19