[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/4] hw/riscv: sifive_u: Allow specifying the CPU
From: |
Bin Meng |
Subject: |
Re: [PATCH v2 1/4] hw/riscv: sifive_u: Allow specifying the CPU |
Date: |
Tue, 20 Oct 2020 11:17:44 +0800 |
On Wed, Oct 14, 2020 at 8:28 AM Alistair Francis
<alistair.francis@wdc.com> wrote:
>
> Allow the user to specify the main application CPU for the sifive_u
> machine.
>
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> Reviewed-by: Bin Meng <bin.meng@windriver.com>
> ---
> include/hw/riscv/sifive_u.h | 1 +
> hw/riscv/sifive_u.c | 18 +++++++++++++-----
> 2 files changed, 14 insertions(+), 5 deletions(-)
>
Tested-by: Bin Meng <bin.meng@windriver.com>