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

Simon Glass sjg at chromium.org
Sun Jan 31 16:17:26 CET 2016


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?


More information about the U-Boot mailing list