]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
arm/acpi: add placeholder for efi and acpi load address
authorShannon Zhao <shannon.zhao@linaro.org>
Mon, 29 Feb 2016 15:05:32 +0000 (16:05 +0100)
committerWei Liu <wei.liu2@citrix.com>
Tue, 15 Mar 2016 16:32:31 +0000 (16:32 +0000)
We will create EFI table, memory description table and some of acpi
tables and we're going to map them to kinfo->gnttab_start of Dom0.
Add placeholder for the starting address for loading in DOM0 and the
size of new added tables. Also add a placeholder to store the new
created tables.

Signed-off-by: Parth Dixit <parth.dixit@linaro.org>
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen/include/asm-arm/domain.h

index aa7f28321cbe15d63f9ddc453039f3e515e84b5d..8e1161f2368fbafd302c278322db830ce9ace825 100644 (file)
@@ -124,6 +124,11 @@ struct arch_domain
     } vuart;
 
     unsigned int evtchn_irq;
+#ifdef CONFIG_ACPI
+    void *efi_acpi_table;
+    paddr_t efi_acpi_gpa;
+    paddr_t efi_acpi_len;
+#endif
 }  __cacheline_aligned;
 
 struct arch_vcpu