mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
SD card emulation (initial implementation by Andrzei Zaborowski).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2620 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
84409ddbda
commit
a1bb27b1e9
10 changed files with 2084 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* ARM RealView Baseboard System emulation.
|
||||
*
|
||||
* Copyright (c) 2006 CodeSourcery.
|
||||
* Copyright (c) 2006-2007 CodeSourcery.
|
||||
* Written by Paul Brook
|
||||
*
|
||||
* This code is licenced under the GPL.
|
||||
|
@ -55,6 +55,8 @@ static void realview_init(int ram_size, int vga_ram_size, int boot_device,
|
|||
|
||||
pl110_init(ds, 0x10020000, pic, 23, 1);
|
||||
|
||||
pl181_init(0x10005000, sd_bdrv, pic, 17, 18);
|
||||
|
||||
pci_bus = pci_vpb_init(pic, 48, 1);
|
||||
if (usb_enabled) {
|
||||
usb_ohci_init_pci(pci_bus, 3, -1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue