summaryrefslogtreecommitdiffstats
path: root/hw/omap_l4.c
diff options
context:
space:
mode:
authorJuha Riihimäki <juha.riihimaki@nokia.com>2011-07-29 16:35:14 +0100
committerAndrzej Zaborowski <andrew.zaborowski@intel.com>2011-07-30 06:00:33 +0200
commitf9049203d33847562de155a7c5bc75fe7a3e77f6 (patch)
treeba2a6d5221940b9b5f4adb8eb8b9e4209c7bce27 /hw/omap_l4.c
parent64de0e46c06eeb2edb21a936aa4e4b60ca2e5a25 (diff)
downloadhqemu-f9049203d33847562de155a7c5bc75fe7a3e77f6.zip
hqemu-f9049203d33847562de155a7c5bc75fe7a3e77f6.tar.gz
hw/omap_l4.c: Add helper function omap_l4_region_base
Add helper function omap_l4_region_base() to return the base address of a particular region of an L4 target agent. Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com> [Riku Voipio: Fixes and restructuring patchset] Signed-off-by: Riku Voipio <riku.voipio@iki.fi> [Peter Maydell: More fixes and cleanups for upstream submission] Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
Diffstat (limited to 'hw/omap_l4.c')
-rw-r--r--hw/omap_l4.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/omap_l4.c b/hw/omap_l4.c
index 4af0ca8..59c84b1 100644
--- a/hw/omap_l4.c
+++ b/hw/omap_l4.c
@@ -146,6 +146,12 @@ struct omap_l4_s *omap_l4_init(target_phys_addr_t base, int ta_num)
return bus;
}
+target_phys_addr_t omap_l4_region_base(struct omap_target_agent_s *ta,
+ int region)
+{
+ return ta->bus->base + ta->start[region].offset;
+}
+
static uint32_t omap_l4ta_read(void *opaque, target_phys_addr_t addr)
{
struct omap_target_agent_s *s = (struct omap_target_agent_s *) opaque;
OpenPOWER on IntegriCloud