RE: [PATCH v4 06/23] hw/arm/aspeed: Rename IRQ table and machine name for AST2700 A0

2025-03-03 Thread Jamin Lin
Hi Cedric, > Subject: Re: [PATCH v4 06/23] hw/arm/aspeed: Rename IRQ table and machine > name for AST2700 A0 > > On 3/3/25 10:54, Jamin Lin wrote: > > Currently, AST2700 SoC only supports A0. To support AST2700 A1, rename > > its IRQ table and machine name. >

Re: [PATCH v4 06/23] hw/arm/aspeed: Rename IRQ table and machine name for AST2700 A0

2025-03-03 Thread Cédric Le Goater
On 3/3/25 10:54, Jamin Lin wrote: Currently, AST2700 SoC only supports A0. To support AST2700 A1, rename its IRQ table and machine name. To follow the machine deprecation rule, the initial machine "ast2700-evb" is aliased to "ast2700a0-evb." In the future, we will alias "ast2700-evb" to new SoCs

[PATCH v4 06/23] hw/arm/aspeed: Rename IRQ table and machine name for AST2700 A0

2025-03-03 Thread Jamin Lin via
Currently, AST2700 SoC only supports A0. To support AST2700 A1, rename its IRQ table and machine name. To follow the machine deprecation rule, the initial machine "ast2700-evb" is aliased to "ast2700a0-evb." In the future, we will alias "ast2700-evb" to new SoCs, such as "ast2700a1-evb." Signed-o