[U-Boot] [PATCH 7/9] efi_loader: consistently use efi_uintn_t in boot services
Simon Glass
sjg at chromium.org
Tue Nov 7 05:21:26 UTC 2017
On 22 October 2017 at 06:45, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> Consistenly use efi_uintn_t wherever the UEFI spec uses
> UINTN in boot services interfaces.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> include/efi_api.h | 29 ++++++++++---------
> include/efi_loader.h | 12 ++++----
> lib/efi_loader/efi_boottime.c | 38 ++++++++++++-------------
> lib/efi_loader/efi_memory.c | 20 ++++++-------
> lib/efi_selftest/efi_selftest.c | 6 ++--
> lib/efi_selftest/efi_selftest_events.c | 2 +-
> lib/efi_selftest/efi_selftest_manageprotocols.c | 4 +--
> lib/efi_selftest/efi_selftest_snp.c | 2 +-
> lib/efi_selftest/efi_selftest_tpl.c | 2 +-
> 9 files changed, 59 insertions(+), 56 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list