Revision 87ecb68b hw/omap.c

b/hw/omap.c
18 18
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
19 19
 * MA 02111-1307 USA
20 20
 */
21
#include "vl.h"
22
#include "arm_pic.h"
21
#include "hw.h"
22
#include "arm-misc.h"
23
#include "omap.h"
24
#include "sysemu.h"
25
#include "qemu-timer.h"
26
/* We use pc-style serial ports.  */
27
#include "pc.h"
23 28

  
24 29
/* Should signal the TCMI */
25 30
uint32_t omap_badwidth_read8(void *opaque, target_phys_addr_t addr)
......
4716 4721
    omap_dpll_init(&s->dpll[1], 0xfffed000, omap_findclk(s, "dpll2"));
4717 4722
    omap_dpll_init(&s->dpll[2], 0xfffed100, omap_findclk(s, "dpll3"));
4718 4723

  
4719
    s->mmc = omap_mmc_init(0xfffb7800, s->irq[1][OMAP_INT_OQN],
4724
    s->mmc = omap_mmc_init(0xfffb7800, sd_bdrv, s->irq[1][OMAP_INT_OQN],
4720 4725
                    &s->drq[OMAP_DMA_MMC_TX], omap_findclk(s, "mmc_ck"));
4721 4726

  
4722 4727
    s->mpuio = omap_mpuio_init(0xfffb5000,

Also available in: Unified diff