Statistics
| Branch: | Revision:

root / default-configs / unicore32-softmmu.mak @ 3bd88451

History | View | Annotate | Download (91 Bytes)

# Date Author Comment
79683f61 08/11/2012 12:37 pm Guan Xuetao

unicore32-softmmu: Add ps2 support

This patch adds ps2/keyboard support, and enables CONFIG_PCKBD.

Signed-off-by: Guan Xuetao <>
Signed-off-by: Blue Swirl <>

56d07a90 08/11/2012 12:37 pm Guan Xuetao

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 <>
Signed-off-by: Blue Swirl <>

fbbdf983 08/11/2012 12:36 pm Guan Xuetao

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 <>
Signed-off-by: Blue Swirl <>

4f23a1e6 08/11/2012 12:36 pm Guan Xuetao

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...