mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD).
The TSC2102 chip is not included in documentation because a patch is pending. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6038 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
de956597d6
commit
997641a84f
5 changed files with 267 additions and 1 deletions
|
@ -11,6 +11,8 @@ void register_machines(void)
|
|||
qemu_register_machine(&spitzpda_machine);
|
||||
qemu_register_machine(&borzoipda_machine);
|
||||
qemu_register_machine(&terrierpda_machine);
|
||||
qemu_register_machine(&sx1_machine_v1);
|
||||
qemu_register_machine(&sx1_machine_v2);
|
||||
qemu_register_machine(&palmte_machine);
|
||||
qemu_register_machine(&n800_machine);
|
||||
qemu_register_machine(&n810_machine);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue