Ignore:
Timestamp:
12/10/07 18:51:36 (5 years ago)
Author:
andrew
Message:

Weekly sync with cvs.savannah.nongnu.org.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/host/qemu-neo1973/hw/mainstone.c

    r3555 r3627  
    5656        exit(1); 
    5757    } 
    58     if (!pflash_register(MST_FLASH_0, mainstone_ram + PXA2XX_INTERNAL_SIZE, 
     58    if (!pflash_cfi01_register(MST_FLASH_0, 
     59                         mainstone_ram + PXA2XX_INTERNAL_SIZE, 
    5960                         drives_table[index].bdrv, 
    6061                         256 * 1024, 128, 4, 0, 0, 0, 0)) { 
     
    6970        exit(1); 
    7071    } 
    71     if (!pflash_register(MST_FLASH_1, mainstone_ram + PXA2XX_INTERNAL_SIZE, 
     72    if (!pflash_cfi01_register(MST_FLASH_1, 
     73                         mainstone_ram + PXA2XX_INTERNAL_SIZE, 
    7274                         drives_table[index].bdrv, 
    7375                         256 * 1024, 128, 4, 0, 0, 0, 0)) { 
     
    7779 
    7880    mst_irq = mst_irq_init(cpu, MST_FPGA_PHYS, PXA2XX_PIC_GPIO_0); 
     81 
     82    /* MMC/SD host */ 
     83    pxa2xx_mmci_handlers(cpu->mmc, NULL, mst_irq[MMC_IRQ]); 
     84 
    7985    smc91c111_init(&nd_table[0], MST_ETH_PHYS, mst_irq[ETHERNET_IRQ]); 
    8086 
Note: See TracChangeset for help on using the changeset viewer.