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 wrote: > > > On 18 May 2015 at 19:41, Julien Grall 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 ca

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

2015-05-23 Thread Parth Dixit
On 18 May 2015 at 19:41, Julien Grall 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. > > > > Signed-of

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 > Signed-off-by: Parth Dixit > --- > xen

[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 Signed-off-by: Parth Dixit --- xen/arch/arm/acpi/Makefile | 1 + xen/arch/arm/acpi/boot.c | 56 +