Re: [PATCH v4 06/11] hw/arm/allwinner-r40: add SDRAM controller device

2023-05-22 Thread qianfan
在 2023/5/16 3:47, Niek Linnenbank 写道: On Wed, May 10, 2023 at 12:30 PM wrote: From: qianfan Zhao Types of memory that the SDRAM controller supports are DDR2/DDR3 and capacities of up to 2GiB. This commit adds emulation support of the Allwinner R40 SDRAM controller. T

Re: [PATCH v4 06/11] hw/arm/allwinner-r40: add SDRAM controller device

2023-05-15 Thread Niek Linnenbank
On Wed, May 10, 2023 at 12:30 PM wrote: > From: qianfan Zhao > > Types of memory that the SDRAM controller supports are DDR2/DDR3 > and capacities of up to 2GiB. This commit adds emulation support > of the Allwinner R40 SDRAM controller. > > This driver only support 256M, 512M and 1024M memory n

[PATCH v4 06/11] hw/arm/allwinner-r40: add SDRAM controller device

2023-05-10 Thread qianfanguijin
From: qianfan Zhao Types of memory that the SDRAM controller supports are DDR2/DDR3 and capacities of up to 2GiB. This commit adds emulation support of the Allwinner R40 SDRAM controller. This driver only support 256M, 512M and 1024M memory now. Signed-off-by: qianfan Zhao --- hw/arm/allwinne