On 2015/11/17 19:57, Julien Grall wrote: > Hi Shannon, > > On 17/11/15 09:40, [email protected] wrote: >> From: Shannon Zhao <[email protected]> >> >> 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 variable between Xen and the stub. > > If it's working today is only by luck as we zero the BSS after the stub > jumped to Xen entry point. > Yes, that's right. Sorry, I didn't investigate this deeply while just getting this patch of Parth version.
I re-think about it. The reason why we need that variable is that when we create EFI System table for Dom0 it copies the table header from that. Since it supplies Dom0 a Xen specific UEFI and it could get the information from other way, this change is not necessary. I'll drop this at next version. Thanks, -- Shannon _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
