RE: [PATCH v5 04/29] hw/intc/aspeed: Support setting different register size

2025-03-06 Thread Jamin Lin
Hi Cedric, > Subject: Re: [PATCH v5 04/29] hw/intc/aspeed: Support setting different > register size > > On 3/6/25 11:38, Jamin Lin wrote: > > Currently, the size of the regs array is 0x2000, which is too large. > > So far, it only use GICINT128 - GICINT134, and the

Re: [PATCH v5 04/29] hw/intc/aspeed: Support setting different register size

2025-03-06 Thread Cédric Le Goater
On 3/6/25 11:38, Jamin Lin wrote: Currently, the size of the regs array is 0x2000, which is too large. So far, it only use GICINT128 - GICINT134, and the offsets from 0 to 0x1000 are unused. To save code size, introduce a new class attribute "reg_size" to set the different register sizes for the

[PATCH v5 04/29] hw/intc/aspeed: Support setting different register size

2025-03-06 Thread Jamin Lin via
Currently, the size of the regs array is 0x2000, which is too large. So far, it only use GICINT128 - GICINT134, and the offsets from 0 to 0x1000 are unused. To save code size, introduce a new class attribute "reg_size" to set the different register sizes for the INTC models in AST2700 and add a reg