On 01/31/2016 04:17 PM, Simon Glass wrote:
On 14 January 2016 at 22:06, Alexander Graf <ag...@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 <ag...@suse.de>
---
  include/efi_api.h | 197 ++++++++++++++++++++++++++++++++++++++++++++----------
  1 file changed, 160 insertions(+), 37 deletions(-)
Reviewed-by: Simon Glass <s...@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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to