Re: [PATCH 1/2] hw/arm: add quanta-gbs-bmc machine

2021-06-02 Thread Philippe Mathieu-Daudé
On 6/2/21 4:41 PM, Patrick Venture wrote: > On Thu, May 27, 2021 at 2:34 AM Peter Maydell > wrote: >> >> On Tue, 18 May 2021 at 20:54, Patrick Venture wrote: >>> >>> Adds initial quanta-gbs-bmc machine support. >>> >>> Tested: Boots to userspace. >>> Signed-off-by: Patrick Venture >>> Reviewed-

Re: [PATCH 1/2] hw/arm: add quanta-gbs-bmc machine

2021-06-02 Thread Patrick Venture
On Thu, May 27, 2021 at 2:34 AM Peter Maydell wrote: > > On Tue, 18 May 2021 at 20:54, Patrick Venture wrote: > > > > Adds initial quanta-gbs-bmc machine support. > > > > Tested: Boots to userspace. > > Signed-off-by: Patrick Venture > > Reviewed-by: Brandon Kim > > Reviewed-by: Hao Wu > > ---

Re: [PATCH 1/2] hw/arm: add quanta-gbs-bmc machine

2021-05-27 Thread Peter Maydell
On Tue, 18 May 2021 at 20:54, Patrick Venture wrote: > > Adds initial quanta-gbs-bmc machine support. > > Tested: Boots to userspace. > Signed-off-by: Patrick Venture > Reviewed-by: Brandon Kim > Reviewed-by: Hao Wu > --- > hw/arm/npcm7xx_boards.c | 33 + > 1 fi

[PATCH 1/2] hw/arm: add quanta-gbs-bmc machine

2021-05-18 Thread Patrick Venture
Adds initial quanta-gbs-bmc machine support. Tested: Boots to userspace. Signed-off-by: Patrick Venture Reviewed-by: Brandon Kim Reviewed-by: Hao Wu --- hw/arm/npcm7xx_boards.c | 33 + 1 file changed, 33 insertions(+) diff --git a/hw/arm/npcm7xx_boards.c b/hw/a