Re: [PATCH] aspeed: Emulate the AST2600A3

2021-04-12 Thread Joel Stanley
On Mon, 12 Apr 2021 at 22:57, Andrew Jeffery wrote: > > > > On Tue, 13 Apr 2021, at 00:57, Cédric Le Goater wrote: > > On 3/4/21 1:43 PM, Joel Stanley wrote: > > > This is the latest revision of the ASPEED 2600 SoC. > > > > Should we change all machines to use the new SoC ? > > > > I would prefer

Re: [PATCH] aspeed: Emulate the AST2600A3

2021-04-12 Thread Andrew Jeffery
On Tue, 13 Apr 2021, at 00:57, Cédric Le Goater wrote: > On 3/4/21 1:43 PM, Joel Stanley wrote: > > This is the latest revision of the ASPEED 2600 SoC. > > Should we change all machines to use the new SoC ? > > I would prefer if we introduced an "ast2600-a3" Aspeed SoC, that we would > use f

Re: [PATCH] aspeed: Emulate the AST2600A3

2021-04-12 Thread Cédric Le Goater
On 3/4/21 1:43 PM, Joel Stanley wrote: > This is the latest revision of the ASPEED 2600 SoC. Should we change all machines to use the new SoC ? I would prefer if we introduced an "ast2600-a3" Aspeed SoC, that we would use for the newer rainier machine, and leave the tacoma-bmc and ast2600-evb

Re: [PATCH] aspeed: Emulate the AST2600A3

2021-03-04 Thread Philippe Mathieu-Daudé
On 3/4/21 1:43 PM, Joel Stanley wrote: > This is the latest revision of the ASPEED 2600 SoC. > > Reset values are taken from v8 of the datasheet. > > Signed-off-by: Joel Stanley > --- > include/hw/misc/aspeed_scu.h | 2 ++ > hw/arm/aspeed_ast2600.c | 2 +- > hw/misc/aspeed_scu.c

[PATCH] aspeed: Emulate the AST2600A3

2021-03-04 Thread Joel Stanley
This is the latest revision of the ASPEED 2600 SoC. Reset values are taken from v8 of the datasheet. Signed-off-by: Joel Stanley --- include/hw/misc/aspeed_scu.h | 2 ++ hw/arm/aspeed_ast2600.c | 2 +- hw/misc/aspeed_scu.c | 32 +--- 3 files changed, 2