Re: [Xen-devel] [PATCH v2 15/41] arm : acpi parse GTDT to initialize timer

2015-07-05 Thread Parth Dixit
+shannon On 24 May 2015 at 12:30, Parth Dixit wrote: > > > On 20 May 2015 at 23:33, Julien Grall wrote: >> >> Hi Parth, >> >> On 17/05/15 21:03, Parth Dixit wrote: >> > Parse GTDT (Generic Timer Descriptor Table) to initialize timer. >> > Using the information presented by GTDT to initialize the

Re: [Xen-devel] [PATCH v2 15/41] arm : acpi parse GTDT to initialize timer

2015-05-24 Thread Parth Dixit
On 20 May 2015 at 23:33, Julien Grall wrote: > Hi Parth, > > On 17/05/15 21:03, Parth Dixit wrote: > > Parse GTDT (Generic Timer Descriptor Table) to initialize timer. > > Using the information presented by GTDT to initialize the arch > > timer (not memory-mapped). > > > > Clear all el2 fields in

Re: [Xen-devel] [PATCH v2 15/41] arm : acpi parse GTDT to initialize timer

2015-05-20 Thread Julien Grall
Hi Parth, On 17/05/15 21:03, Parth Dixit wrote: > Parse GTDT (Generic Timer Descriptor Table) to initialize timer. > Using the information presented by GTDT to initialize the arch > timer (not memory-mapped). > > Clear all el2 fields in GTDT table after initialization > for passing it to Dom0. >

[Xen-devel] [PATCH v2 15/41] arm : acpi parse GTDT to initialize timer

2015-05-17 Thread Parth Dixit
Parse GTDT (Generic Timer Descriptor Table) to initialize timer. Using the information presented by GTDT to initialize the arch timer (not memory-mapped). Clear all el2 fields in GTDT table after initialization for passing it to Dom0. Signed-off-by: Naresh Bhat Signed-off-by: Parth Dixit --- x