[U-Boot] [PATCH 02/14] include/efi_api.h: Add more detailed API definitions

Alexander Graf agraf at suse.de
Mon Feb 1 23:46:45 CET 2016



On 01/31/2016 04:17 PM, Simon Glass wrote:
> On 14 January 2016 at 22:06, Alexander Graf <agraf at suse.de> wrote:
>> The EFI API header is great, but missing a good chunk of function prototype,
>> GUID defines and enum declarations.
>>
>> This patch extends it to cover more of the EFI API. It's still not 100%
>> complete, but sufficient enough for our EFI payload interface.
>>
>> Signed-off-by: Alexander Graf <agraf at suse.de>
>> ---
>>   include/efi_api.h | 197 ++++++++++++++++++++++++++++++++++++++++++++----------
>>   1 file changed, 160 insertions(+), 37 deletions(-)
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> But does the notify_function parameter need EFIAPI also?

Yes, probably. The reason nobody realized it is that there's nobody 
calling it today :). Only 32bit arm and ia64 grub2 make use of it. Linux 
doesn't use the callback at all.

But I'll change it.


Alex



More information about the U-Boot mailing list