On 2015/11/17 19:57, Julien Grall wrote:
> Hi Shannon,
>
> On 17/11/15 09:40, shannon.z...@linaro.org wrote:
>> From: Shannon Zhao
>>
>> When preparing EFI tables for Dom0, it needs the information of EFI
>> system table. Here store it in efi structure.
>
> On ARM64 the EFI stub is completely in
Hi Shannon,
On 17/11/15 09:40, shannon.z...@linaro.org wrote:
> From: Shannon Zhao
>
> When preparing EFI tables for Dom0, it needs the information of EFI
> system table. Here store it in efi structure.
On ARM64 the EFI stub is completely independent and therefore it's not
possible to share var
>>> On 17.11.15 at 10:40, wrote:
> From: Shannon Zhao
>
> When preparing EFI tables for Dom0, it needs the information of EFI
> system table. Here store it in efi structure.
Again I'm pretty sure I had already pointed out that this not being
needed on x86 calls for either more than the brief de
From: Shannon Zhao
When preparing EFI tables for Dom0, it needs the information of EFI
system table. Here store it in efi structure.
Signed-off-by: Parth Dixit
Signed-off-by: Shannon Zhao
---
xen/common/efi/boot.c | 2 ++
xen/include/xen/efi.h | 1 +
2 files changed, 3 insertions(+)
diff --g