Re: [PATCH 2/4] arm64/efi: move EFI_PAGE definitions to efi/memory.h

2017-09-13 Thread Leif Lindholm
On Wed, Sep 13, 2017 at 06:00:21AM +0200, Daniel Kiper wrote: > On Tue, Sep 05, 2017 at 09:41:12PM +0100, Leif Lindholm wrote: > > The EFI page definitions and macros are generic and should not be confined > > to arm64 headers - so move to efi/memory.h. > > I am OK with this. > > > Also add EFI_P

Re: [PATCH 2/4] arm64/efi: move EFI_PAGE definitions to efi/memory.h

2017-09-12 Thread Daniel Kiper
On Tue, Sep 05, 2017 at 09:41:12PM +0100, Leif Lindholm wrote: > The EFI page definitions and macros are generic and should not be confined > to arm64 headers - so move to efi/memory.h. I am OK with this. > Also add EFI_PAGE_SIZE macro. However, this should be added in 3rd patch. > Update loade

[PATCH 2/4] arm64/efi: move EFI_PAGE definitions to efi/memory.h

2017-09-05 Thread Leif Lindholm
The EFI page definitions and macros are generic and should not be confined to arm64 headers - so move to efi/memory.h. Also add EFI_PAGE_SIZE macro. Update loader sources to reflect new header location. Signed-off-by: Leif Lindholm --- grub-core/loader/arm64/linux.c| 1 + grub-core/loader/a