summaryrefslogtreecommitdiffstats
path: root/hw/misc/allwinner-h3-dramc.c
Commit message (Collapse)AuthorAgeFilesLines
* hw/arm/allwinner-h3: add SDRAM controller deviceNiek Linnenbank2020-03-121-0/+358
In the Allwinner H3 SoC the SDRAM controller is responsible for interfacing with the external Synchronous Dynamic Random Access Memory (SDRAM). 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 H3 SDRAM controller. Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20200311221854.30370-12-nieklinnenbank@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>