Re: [Xen-devel] [PATCH v4 17/21] arm/acpi: Parse GTDT to initialize timer

2016-02-02 Thread Stefano Stabellini
On Sat, 23 Jan 2016, Shannon Zhao wrote: > From: Shannon Zhao > > Parse GTDT (Generic Timer Descriptor Table) to initialize timer. Using > the information presented by GTDT to initialize the arch timer (not > memory-mapped). > > Signed-off-by: Parth Dixit > Signed-off-by: Shannon Zhao > --- >

[Xen-devel] [PATCH v4 17/21] arm/acpi: Parse GTDT to initialize timer

2016-01-23 Thread Shannon Zhao
From: Shannon Zhao Parse GTDT (Generic Timer Descriptor Table) to initialize timer. Using the information presented by GTDT to initialize the arch timer (not memory-mapped). Signed-off-by: Parth Dixit Signed-off-by: Shannon Zhao --- V4: Factor dt parts --- xen/arch/arm/time.c | 82 +++