+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
>>> 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
>>> 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)
>>
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
>>> 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
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