mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
ARMv7 support.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3572 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ee4e83ed8d
commit
9ee6e8bb85
35 changed files with 11799 additions and 653 deletions
|
@ -208,10 +208,10 @@ static void versatile_init(int ram_size, int vga_ram_size,
|
|||
}
|
||||
}
|
||||
|
||||
pl011_init(0x101f1000, pic[12], serial_hds[0]);
|
||||
pl011_init(0x101f2000, pic[13], serial_hds[1]);
|
||||
pl011_init(0x101f3000, pic[14], serial_hds[2]);
|
||||
pl011_init(0x10009000, sic[6], serial_hds[3]);
|
||||
pl011_init(0x101f1000, pic[12], serial_hds[0], PL011_ARM);
|
||||
pl011_init(0x101f2000, pic[13], serial_hds[1], PL011_ARM);
|
||||
pl011_init(0x101f3000, pic[14], serial_hds[2], PL011_ARM);
|
||||
pl011_init(0x10009000, sic[6], serial_hds[3], PL011_ARM);
|
||||
|
||||
pl080_init(0x10130000, pic[17], 8);
|
||||
sp804_init(0x101e2000, pic[4]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue