RE: [PATCH v3 12/16] aspeed/soc: Add AST2700 support

2024-05-17 Thread Jamin Lin
Hi Cerdric, > On 4/19/24 09:58, Jamin Lin wrote: > > Hi Cedric, > >> On 4/16/24 11:18, Jamin Lin wrote: > >>> Initial definitions for a simple machine using an AST2700 SOC > >>> (Cortex-a35 > >> CPU). > >>> > >>> AST2700 SOC and its interrupt controller are too complex to handle > >>> in the commo

Re: [PATCH v3 12/16] aspeed/soc: Add AST2700 support

2024-05-17 Thread Cédric Le Goater
On 4/19/24 09:58, Jamin Lin wrote: Hi Cedric, On 4/16/24 11:18, Jamin Lin wrote: Initial definitions for a simple machine using an AST2700 SOC (Cortex-a35 CPU). AST2700 SOC and its interrupt controller are too complex to handle in the common Aspeed SoC framework. We introduce a new ast2700 c

Re: [PATCH v3 12/16] aspeed/soc: Add AST2700 support

2024-05-07 Thread Cédric Le Goater
Peter, Could you please look at aspeed_soc_ast2700_gic() when you have some time ? My GIC knowledge is a bit limited and I would feel more confortable with your feedback. The rest looks good to me. Thanks, C. On 4/16/24 11:18, Jamin Lin wrote: Initial definitions for a simple machine using

RE: [PATCH v3 12/16] aspeed/soc: Add AST2700 support

2024-04-19 Thread Jamin Lin
Hi Cedric, > On 4/16/24 11:18, Jamin Lin wrote: > > Initial definitions for a simple machine using an AST2700 SOC (Cortex-a35 > CPU). > > > > AST2700 SOC and its interrupt controller are too complex to handle in > > the common Aspeed SoC framework. We introduce a new ast2700 class with > > instanc

Re: [PATCH v3 12/16] aspeed/soc: Add AST2700 support

2024-04-19 Thread Cédric Le Goater
On 4/16/24 11:18, Jamin Lin wrote: Initial definitions for a simple machine using an AST2700 SOC (Cortex-a35 CPU). AST2700 SOC and its interrupt controller are too complex to handle in the common Aspeed SoC framework. We introduce a new ast2700 class with instance_init and realize handlers. AST