Re: [PATCH v2 7/9] aspeed/soc : Add AST1030 support

2022-03-31 Thread Jamin Lin
The 03/31/2022 11:08, Cédric Le Goater wrote: > On 3/31/22 10:15, Jamin Lin wrote: > > From: Steven Lee > > > > The embedded core of AST1030 SoC is ARM Coretex M4. > > It is hard to be integrated in the common Aspeed Soc framework. > > We introduce a new ast1030 class with instance_init and reali

Re: [PATCH v2 7/9] aspeed/soc : Add AST1030 support

2022-03-31 Thread Cédric Le Goater
On 3/31/22 10:15, Jamin Lin wrote: From: Steven Lee The embedded core of AST1030 SoC is ARM Coretex M4. It is hard to be integrated in the common Aspeed Soc framework. We introduce a new ast1030 class with instance_init and realize handlers. Signed-off-by: Troy Lee Signed-off-by: Jamin Lin S

[PATCH v2 7/9] aspeed/soc : Add AST1030 support

2022-03-31 Thread Jamin Lin
From: Steven Lee The embedded core of AST1030 SoC is ARM Coretex M4. It is hard to be integrated in the common Aspeed Soc framework. We introduce a new ast1030 class with instance_init and realize handlers. Signed-off-by: Troy Lee Signed-off-by: Jamin Lin Signed-off-by: Steven Lee --- hw/arm