Re: [External] Re: [PATCH 2/2] aspeed: Add support for the g220a-bmc board

2020-10-07 Thread John Wang
On Thu, Oct 1, 2020 at 10:56 PM Cédric Le Goater wrote: > > On 9/29/20 7:53 AM, John Wang wrote: > > G220A is a 2 socket x86 motherboard supported by OpenBMC. > > Strapping configuration was obtained from hardware. > > > > Signed-off-by: John Wang > > Reviewed-by: Cédric Le Goater > > > One

Re: [PATCH 2/2] aspeed: Add support for the g220a-bmc board

2020-10-05 Thread Joel Stanley
On Tue, 29 Sep 2020 at 05:53, John Wang wrote: > > G220A is a 2 socket x86 motherboard supported by OpenBMC. > Strapping configuration was obtained from hardware. > > Signed-off-by: John Wang Reviewed-by: Joel Stanley > --- > hw/arm/aspeed.c | 60

Re: [PATCH 2/2] aspeed: Add support for the g220a-bmc board

2020-10-01 Thread Cédric Le Goater
On 9/29/20 7:53 AM, John Wang wrote: > G220A is a 2 socket x86 motherboard supported by OpenBMC. > Strapping configuration was obtained from hardware. > > Signed-off-by: John Wang Reviewed-by: Cédric Le Goater One quick question below. > --- > hw/arm/aspeed.c | 60

[PATCH 2/2] aspeed: Add support for the g220a-bmc board

2020-09-28 Thread John Wang
G220A is a 2 socket x86 motherboard supported by OpenBMC. Strapping configuration was obtained from hardware. Signed-off-by: John Wang --- hw/arm/aspeed.c | 60 + 1 file changed, 60 insertions(+) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c