aboutsummaryrefslogtreecommitdiff
path: root/hw/omap_tap.c
AgeCommit message (Collapse)Author
2011-11-28omap_l4: rename omap_l4_attach_region() to omap_l4_attach()Avi Kivity
Signed-off-by: Avi Kivity <avi@redhat.com>
2011-11-28omap_tap: convert to memory APIAvi Kivity
Signed-off-by: Avi Kivity <avi@redhat.com>
2011-11-28omap: eliminate l4_register_io_memoryAvi Kivity
This is a trivial wrapper around cpu_register_io_memory(), adding no value. Inline it into all callers. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Avi Kivity <avi@redhat.com>
2010-06-30hw/omap2.c : separate tap module(Test-Chip-level)cmchao
Signed-off-by: cmchao <cmchao@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>