On 27 August 2017 at 06:51, Heinrich Schuchardt <[email protected]> wrote: > Macro EFI_CALL was introduced to call an UEFI function.
Should this be 'an EFI'. Or 'a UEFI'? > Unfortunately it does not support return values. > Most UEFI functions have a return value. > > So let's rename EFI_CALL to EFI_CALL_VOID and introduce a > new EFI_CALL macro that supports return values. > > Cc: Rob Clark <[email protected]> > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > include/efi_loader.h | 17 +++++++++++++++-- > lib/efi_loader/efi_boottime.c | 3 ++- > 2 files changed, 17 insertions(+), 3 deletions(-) Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

