mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
omap: Wire up the DMA request line to the GPMC
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
ef20677ca6
commit
eee0a1c67e
3 changed files with 8 additions and 3 deletions
|
@ -119,7 +119,8 @@ void omap_sdrc_reset(struct omap_sdrc_s *s);
|
|||
/* OMAP2 general purpose memory controller */
|
||||
struct omap_gpmc_s;
|
||||
struct omap_gpmc_s *omap_gpmc_init(struct omap_mpu_state_s *mpu,
|
||||
target_phys_addr_t base, qemu_irq irq);
|
||||
target_phys_addr_t base,
|
||||
qemu_irq irq, qemu_irq drq);
|
||||
void omap_gpmc_reset(struct omap_gpmc_s *s);
|
||||
void omap_gpmc_attach(struct omap_gpmc_s *s, int cs, MemoryRegion *iomem);
|
||||
void omap_gpmc_attach_nand(struct omap_gpmc_s *s, int cs, DeviceState *nand);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue