Re: [Xen-devel] [PATCH v2 24/41] arm : acpi create efi node for DOM0

2015-07-05 Thread Parth Dixit
+shannon On 26 May 2015 at 13:51, Jan Beulich wrote: On 24.05.15 at 08:30, wrote: >> On 20 May 2015 at 21:46, Jan Beulich wrote: >> >>> >>> On 17.05.15 at 22:03, wrote: >>> > --- a/xen/include/xen/efi.h >>> > +++ b/xen/include/xen/efi.h >>> > @@ -8,7 +8,7 @@ >>> > extern const bool_t efi

Re: [Xen-devel] [PATCH v2 24/41] arm : acpi create efi node for DOM0

2015-05-26 Thread Jan Beulich
>>> On 26.05.15 at 10:21, wrote: > Btw - please correct your reply style such that it is immediately clear > which parts comprise your response and which parts are what you > respond to (you have a misguiding > on the first line of your reply > text here as well as in the reply to 02/41). Ah, loo

Re: [Xen-devel] [PATCH v2 24/41] arm : acpi create efi node for DOM0

2015-05-26 Thread Jan Beulich
>>> On 24.05.15 at 08:30, wrote: > On 20 May 2015 at 21:46, Jan Beulich wrote: > >> >>> On 17.05.15 at 22:03, wrote: >> > --- a/xen/include/xen/efi.h >> > +++ b/xen/include/xen/efi.h >> > @@ -8,7 +8,7 @@ >> > extern const bool_t efi_enabled; >> > >> > #define EFI_INVALID_TABLE_ADDR (~0UL) >>

Re: [Xen-devel] [PATCH v2 24/41] arm : acpi create efi node for DOM0

2015-05-23 Thread Parth Dixit
On 20 May 2015 at 21:46, Jan Beulich wrote: > >>> On 17.05.15 at 22:03, wrote: > > --- a/xen/include/xen/efi.h > > +++ b/xen/include/xen/efi.h > > @@ -8,7 +8,7 @@ > > extern const bool_t efi_enabled; > > > > #define EFI_INVALID_TABLE_ADDR (~0UL) > > - > > +#define EFI_MEM_DESC_V1 1 > > /* Add

Re: [Xen-devel] [PATCH v2 24/41] arm : acpi create efi node for DOM0

2015-05-20 Thread Jan Beulich
>>> On 17.05.15 at 22:03, wrote: > --- a/xen/include/xen/efi.h > +++ b/xen/include/xen/efi.h > @@ -8,7 +8,7 @@ > extern const bool_t efi_enabled; > > #define EFI_INVALID_TABLE_ADDR (~0UL) > - > +#define EFI_MEM_DESC_V1 1 > /* Add fields here only if they need to be referenced from non-EFI cod

[Xen-devel] [PATCH v2 24/41] arm : acpi create efi node for DOM0

2015-05-17 Thread Parth Dixit
RSDP and memory map will be passed via efi table. DTB wil contain the address of EFI table, starting address of memory map desctiption table and description size. Address of EFI table and memory map description is not available at the time creation of DT. Create stub entries which will be fixed la