Re: [PATCH 3/7] Change EFI helper APIs to be more flexible

2013-08-06 Thread Matt Fleming
On Fri, 02 Aug, at 02:29:04PM, Roy Franz wrote: > * Change the EFI helper functions to be more flexible to allow their use > by other architectures. > * Pass system table pointer as argument to all functions that use it, > rather than use a global variable. > * Change name of __get_map to efi_get_m

[PATCH 3/7] Change EFI helper APIs to be more flexible

2013-08-02 Thread Roy Franz
* Change the EFI helper functions to be more flexible to allow their use by other architectures. * Pass system table pointer as argument to all functions that use it, rather than use a global variable. * Change name of __get_map to efi_get_memory_map, and add key pointer argument so it can be used