diff options
author | Michael Walle <michael@walle.cc> | 2011-03-07 23:32:33 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-04-04 10:26:53 +0200 |
commit | e4dc6d2cdca3e64fe09d3c76a56294b7b7aa7d7f (patch) | |
tree | 9e68c3ed19318b60bd0574d47a5d51e2ea2c28f9 /Makefile.target | |
parent | 25a8bb96f4a9dcb27dc55027b81d9646273a937b (diff) |
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>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 0610bb8c81..0e4f69379b 100644 --- a/Makefile.target +++ b/Makefile.target @@ -268,6 +268,7 @@ obj-lm32-y += lm32_timer.o obj-lm32-y += lm32_uart.o obj-lm32-y += lm32_sys.o obj-lm32-y += milkymist-ac97.o +obj-lm32-y += milkymist-hpdmc.o obj-mips-y = mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o obj-mips-y += mips_addr.o mips_timer.o mips_int.o |