aboutsummaryrefslogtreecommitdiff
path: root/hw/omap_gpmc.c
AgeCommit message (Expand)Author
2012-01-04hw/omap_gpmc: Fix region map/unmap when configuring prefetch enginePeter Maydell
2011-11-09hw/omap_gpmc.c: Add missing 'break's to fix 8 bit NAND writesPeter Maydell
2011-09-23hw/omap_gpmc: Modify correct field when writing IRQSTATUS registerPeter Maydell
2011-09-23hw/omap_gpmc: Add comment about FIFOTHRESHOLDSTATUS bitPeter Maydell
2011-08-28omap_gpmc: Implement prefetch enginePeter Maydell
2011-08-28omap: Wire up the DMA request line to the GPMCPeter Maydell
2011-08-28omap_gpmc: Pull prefetch engine data into sub-structPeter Maydell
2011-08-28omap_gpmc: Accept a zero mask field on omap3630Juha Riihimäki
2011-08-28omap_gpmc: Support NAND devicesPeter Maydell
2011-08-28omap_gpmc: Reindent misindented switch statementsPeter Maydell
2011-08-28omap_gpmc: Calculate revision from OMAP modelJuha Riihimäki
2011-08-28omap_gpmc: Take omap_mpu_state* in omap_gpmc_initJuha Riihimäki
2011-08-28omap_gpmc: Fix handling of FIFOTHRESHOLDSTATUS bitPeter Maydell
2011-08-28omap_gpmc: Wire up the GPMC IRQ correctlyPeter Maydell
2011-08-28omap_gpmc: GPMC_IRQSTATUS is write-one-to-clearPeter Maydell
2011-08-28omap_gpmc: Refactor omap_gpmc_cs_map and omap_gpmc_cs_unmapPeter Maydell
2011-08-28omap_gpmc: Clean up omap_gpmc_attach MemoryRegion conversionPeter Maydell
2011-08-23hw/omap_gpmc: Don't try to map CS0 twice on resetPeter Maydell
2011-08-22omap_gpmc/nseries/tusb6010: convert to memory APIAvi Kivity
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-06-30hw/omap2.c : separate gpmc(general purpose memory controller)cmchao