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

Simon Glass sjg at chromium.org
Wed Feb 3 04:31:10 CET 2016


On 1 February 2016 at 19:45, 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>
>
> ---
>
> v2 -> v3:
>
>   - Add EFIAPI to notify_function
>   - Add access denied code
> ---
>  include/efi.h     |   1 +
>  include/efi_api.h | 198 ++++++++++++++++++++++++++++++++++++++++++++----------
>  2 files changed, 162 insertions(+), 37 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>
Tested on Beaglebone Black and Minnowboard MAX:
Tested-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list