summary refs log tree commit diff stats
path: root/hw/omap.h
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-04 15:26:28 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-04 15:26:28 +0000
commit54585ffec7b378b187679d9a374b70f9e6720dd5 (patch)
treeb0a11a0ebf4a654e6ecd93ab269ca59522c64868 /hw/omap.h
parent4c54e8756839e5ba2812ebe812d3542498a6a8a1 (diff)
downloadfocaccia-qemu-54585ffec7b378b187679d9a374b70f9e6720dd5.tar.gz
focaccia-qemu-54585ffec7b378b187679d9a374b70f9e6720dd5.zip
OMAP STI/XTI console.
Add a dummy serial to receive the output from STI console (OMAP
debugging/emulation interface).
Add some more OMAP UART dummy registers.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4331 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/omap.h')
-rw-r--r--hw/omap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/omap.h b/hw/omap.h
index 91c1588e34..d11048a97e 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -330,6 +330,7 @@ void omap_gpmc_attach(struct omap_gpmc_s *s, int cs, int iomemtype,
 /*
  * OMAP-24xx common IRQ numbers
  */
+# define OMAP_INT_24XX_STI		4
 # define OMAP_INT_24XX_SYS_NIRQ		7
 # define OMAP_INT_24XX_L3_IRQ		10
 # define OMAP_INT_24XX_PRCM_MPU_IRQ	11