mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00

The PL031 is a Real Time Clock, not a timer. Move it under the hw/rtc/ subdirectory. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20191003230404.19384-3-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
8 lines
344 B
Text
8 lines
344 B
Text
# See docs/devel/tracing.txt for syntax documentation.
|
|
|
|
# pl031.c
|
|
pl031_irq_state(int level) "irq state %d"
|
|
pl031_read(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
|
|
pl031_write(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
|
|
pl031_alarm_raised(void) "alarm raised"
|
|
pl031_set_alarm(uint32_t ticks) "alarm set for %u ticks"
|