Re: [PATCH 08/21] hw/dma/zynq-devcfg: Fix register memory

2025-04-25 Thread Edgar E. Iglesias
On Tue, Mar 18, 2025 at 02:07:59PM +0100, Corvin Köhne wrote: > From: YannickV > > Registers are always 32 bit aligned. R_MAX is not the maximum > register address, it is the maximum register number. The memory > size can be determined by 4 * R_MAX. > > Currently every register with an offset bi

[PATCH 08/21] hw/dma/zynq-devcfg: Fix register memory

2025-03-18 Thread Corvin Köhne
From: YannickV Registers are always 32 bit aligned. R_MAX is not the maximum register address, it is the maximum register number. The memory size can be determined by 4 * R_MAX. Currently every register with an offset bigger than 0x40 will be ignored, because the memory size is set wrong. This e