]> git.proxmox.com Git - qemu.git/commit
lm32: add Milkymist HPDMC support
authorMichael Walle <michael@walle.cc>
Mon, 7 Mar 2011 22:32:33 +0000 (23:32 +0100)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Mon, 4 Apr 2011 08:26:53 +0000 (10:26 +0200)
commite4dc6d2cdca3e64fe09d3c76a56294b7b7aa7d7f
tree9e68c3ed19318b60bd0574d47a5d51e2ea2c28f9
parent25a8bb96f4a9dcb27dc55027b81d9646273a937b
lm32: add Milkymist HPDMC support

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>
Makefile.target
hw/milkymist-hpdmc.c [new file with mode: 0644]
trace-events