Re: [PATCH v4 0/3] Make commonly useful UEFI functions common

2013-09-05 Thread Matt Fleming
On Thu, 05 Sep, at 11:34:52AM, Leif Lindholm wrote: > This set breaks out some common code from x86/ia64 EFI support > code and puts it into drivers/firmware/efi. > > First it takes the definition of the global "efi" data structure > and moves it into global efi.c. Then it implements a common

[PATCH v4 0/3] Make commonly useful UEFI functions common

2013-09-05 Thread Leif Lindholm
This set breaks out some common code from x86/ia64 EFI support code and puts it into drivers/firmware/efi. First it takes the definition of the global "efi" data structure and moves it into global efi.c. Then it implements a common version of efi_config_init(). Secondly it breaks the

[PATCH v4 0/3] Make commonly useful UEFI functions common

2013-09-05 Thread Leif Lindholm
This set breaks out some common code from x86/ia64 EFI support code and puts it into drivers/firmware/efi. First it takes the definition of the global efi data structure and moves it into global efi.c. Then it implements a common version of efi_config_init(). Secondly it breaks the

Re: [PATCH v4 0/3] Make commonly useful UEFI functions common

2013-09-05 Thread Matt Fleming
On Thu, 05 Sep, at 11:34:52AM, Leif Lindholm wrote: This set breaks out some common code from x86/ia64 EFI support code and puts it into drivers/firmware/efi. First it takes the definition of the global efi data structure and moves it into global efi.c. Then it implements a common version