This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a7d6b9f084
qemu
/
default-configs
/
unicore32-softmmu.mak
5 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
unicore32-softmmu: Add unicore32-softmmu build support This patch adds unicore32-softmmu build support, include configure, makefile, arch_init, and all missing functions needed by softmmu. Although all missing functions are empty, unicore32-softmmu could be build successfully. By 20120804: change QEMU_ARCH_UNICORE32 to 0x4000 Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2012-08-10 10:42:21 +04:00
# Default configuration for unicore32-softmmu
unicore32-softmmu: Add puv3 soc/board support This patch only add puv3 soc/board support, which introduces puv3 machine description, and specifies console type. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2012-08-10 10:42:27 +04:00
CONFIG_PUV3
=
y
unicore32-softmmu: Add puv3 ostimer support This patch adds puv3 ostimer support, include os timer device simulation and ptimer support in puv3 machine. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2012-08-10 10:42:29 +04:00
CONFIG_PTIMER
=
y
unicore32-softmmu: Add ps2 support This patch adds ps2/keyboard support, and enables CONFIG_PCKBD. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2012-08-10 10:42:33 +04:00
CONFIG_PCKBD
=
y
Reference in New Issue
Copy Permalink