[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v3 0/1] plat/common: Split ARM generic timer implementation
Split the ARM generic timer implementation in two files, such that we reduce code duplication in future platform specific timer implementation. For example, the Raspberry Pi 3 will have its own versions of: - void generic_timer_mask_irq(void) - void generic_timer_unmask_irq(void) - uint32_t generic_timer_get_frequency(int fdt_timer __unused) - void time_block_until(__snsec until) - void ukplat_time_init(void) including some SoC specific code. Changes: v2->v3: - Addressed Justin's comments v1->v2: - Changed from #ifdef guards to a file split as suggested by Costin Santiago Pagani (1): plat/common: Split ARM generic timer implementation plat/common/arm/generic_timer.c | 302 ++++++++++++++++++++++++++++++++ plat/common/arm/time.c | 261 +-------------------------- plat/common/include/arm/time.h | 10 ++ plat/kvm/Makefile.uk | 1 + 4 files changed, 321 insertions(+), 253 deletions(-) create mode 100644 plat/common/arm/generic_timer.c -- 2.17.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |