Re: [Xen-devel] [PATCH v2 06/41] arm/acpi : Add basic ACPI initialization

2015-07-05 Thread Parth Dixit
+shannon On 24 May 2015 at 11:32, Parth Dixit parth.di...@linaro.org wrote: On 18 May 2015 at 19:41, Julien Grall julien.gr...@citrix.com wrote: Hi Parth, On 17/05/15 21:03, Parth Dixit wrote: acpi_boot_table_init() will be called in start_xen to get the RSDP and all the table

Re: [Xen-devel] [PATCH v2 06/41] arm/acpi : Add basic ACPI initialization

2015-05-24 Thread Parth Dixit
On 18 May 2015 at 19:41, Julien Grall julien.gr...@citrix.com wrote: Hi Parth, On 17/05/15 21:03, Parth Dixit wrote: acpi_boot_table_init() will be called in start_xen to get the RSDP and all the table pointers. with this patch, we can get ACPI boot-time tables from firmware on ARM64.

Re: [Xen-devel] [PATCH v2 06/41] arm/acpi : Add basic ACPI initialization

2015-05-18 Thread Julien Grall
Hi Parth, On 17/05/15 21:03, Parth Dixit wrote: acpi_boot_table_init() will be called in start_xen to get the RSDP and all the table pointers. with this patch, we can get ACPI boot-time tables from firmware on ARM64. Signed-off-by: Naresh Bhat naresh.b...@linaro.org Signed-off-by: Parth

[Xen-devel] [PATCH v2 06/41] arm/acpi : Add basic ACPI initialization

2015-05-17 Thread Parth Dixit
acpi_boot_table_init() will be called in start_xen to get the RSDP and all the table pointers. with this patch, we can get ACPI boot-time tables from firmware on ARM64. Signed-off-by: Naresh Bhat naresh.b...@linaro.org Signed-off-by: Parth Dixit parth.di...@linaro.org ---