mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33: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
|
@ -497,8 +497,8 @@ static void integratorcp_init(int ram_size, int vga_ram_size,
|
|||
icp_pic_init(0xca000000, pic[26], NULL);
|
||||
icp_pit_init(0x13000000, pic, 5);
|
||||
pl031_init(0x15000000, pic[8]);
|
||||
pl011_init(0x16000000, pic[1], serial_hds[0]);
|
||||
pl011_init(0x17000000, pic[2], serial_hds[1]);
|
||||
pl011_init(0x16000000, pic[1], serial_hds[0], PL011_ARM);
|
||||
pl011_init(0x17000000, pic[2], serial_hds[1], PL011_ARM);
|
||||
icp_control_init(0xcb000000);
|
||||
pl050_init(0x18000000, pic[3], 0);
|
||||
pl050_init(0x19000000, pic[4], 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue