summaryrefslogtreecommitdiff
path: root/hw/milkymist-hpdmc.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-02milkymist-hpdmc: convert to memory APIMichael Walle1-16/+16
Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Avi Kivity <avi@redhat.com>
2011-04-04lm32: add Milkymist HPDMC supportMichael Walle1-0/+161
This patch adds support for the Milkymist's High Performance Dynamic Memory Controller. This is just a dumb model without any functionality. While the real hardware acts for example as a bridge between software and hardware for sending SDRAM commans, this model will only eat up these commands and always returns the expected hardware states, eg. PLL locked etc. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>