[PATCH v2 12/16] ARM: Xen: Document UEFI support on Xen ARM virtual platforms
From: Stefano Stabellini <hidden>
Date: 2016-01-19 14:12:28
Also in:
linux-devicetree, linux-efi, lkml
On Tue, 19 Jan 2016, Shannon Zhao wrote:
On 2016/1/19 21:13, Mark Rutland wrote:quoted
On Tue, Jan 19, 2016 at 12:23:17PM +0000, Stefano Stabellini wrote:quoted
quoted
On Tue, 19 Jan 2016, Mark Rutland wrote:quoted
quoted
On Tue, Jan 19, 2016 at 06:25:25PM +0800, Shannon Zhao wrote:quoted
quoted
quoted
quoted
quoted
quoted
We don't do this in Documentation/arm/uefi.txt, and Idon't see why wequoted
quoted
quoted
quoted
quoted
should do so here. Does Xen handle arbitrary size memory map descriptors? I'mnot sure whatquoted
quoted
quoted
quoted
quoted
new information might be passed in future additions to thedescriptorquoted
quoted
quoted
quoted
quoted
format, and I'm not sure what should happen in the Dom0case.quoted
quoted
quoted
Xen passes to Dom0 the memory map in the same format as thenativequoted
quoted
quoted
quoted
memory map.Does Xen parse or modify the EFI memory map in any way?Xen: - calls EFI_BOOT_SERVICES.GetMemoryMap() - takes note of the memory regions for its own usage - create the fdt notes, including efi-mmap-start, with a pointer to itquoted
quoted
Does it pass the raw values returned byEFI_BOOT_SERVICES.GetMemoryMap()quoted
quoted
through to the xen,uefi-* properties, or does is make any static assumptions about what the values will be?It just passes the raw values.I take it that means that any memory carved out for Xen itself is described/discovered via a separate mechanism? How does that workFor Xen hypervisor booting on UEFI, it get the EFI memory map through the similar way like Linux, e.g. call EFI_BOOT_SERVICES.GetMemoryMap(). For Dom0, Xen will create a new EFI memory map for Dom0. See [PATCH v3 52/62] arm/acpi: Prepare EFI memory descriptor for Dom0 http://lists.xen.org/archives/html/xen-devel/2015-11/msg01884.html
Ah! That patch is not upstream yet, that's why I thought that something was off. Listen to Shannon, don't listen to me :-)