diff options
author | Michael Walle <michael@walle.cc> | 2011-03-07 23:32:38 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-04-04 10:26:53 +0200 |
commit | 00d26e91f4b4553c21c160bc47c8bbf431748050 (patch) | |
tree | 4142cc2d794ec565f61514d33fa26629605c0eab /Makefile.target | |
parent | ef745e02894ae783f436bff4f6e23b70a7769e15 (diff) | |
download | qemu-00d26e91f4b4553c21c160bc47c8bbf431748050.tar.gz qemu-00d26e91f4b4553c21c160bc47c8bbf431748050.tar.bz2 qemu-00d26e91f4b4553c21c160bc47c8bbf431748050.zip |
lm32: add Milkymist System Controller support
This patch adds support for Milkymist's System Controller core. The model
has the following features:
- support for shutting down and restarting the board
- provide two timers and GPIO
- provide registers for system identification and reading the boards
capabilities
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 8924626c30..c1175652f9 100644 --- a/Makefile.target +++ b/Makefile.target @@ -273,6 +273,7 @@ obj-lm32-y += milkymist-memcard.o obj-lm32-y += milkymist-minimac.o obj-lm32-y += milkymist-pfpu.o obj-lm32-y += milkymist-softusb.o +obj-lm32-y += milkymist-sysctl.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 |