[U-Boot] [PATCH 6/9] efi_loader: replace UINTN by efi_uintn_t

Simon Glass sjg at chromium.org
Mon Nov 6 17:02:42 UTC 2017


On 22 October 2017 at 06:45, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> UINTN is used in the UEFI specification for unsigned integers
> matching the bitness of the CPU.
>
> Types in U-Boot should be lower case. The patch replaces it
> by efi_uintn_t.
>
> Suggested-by: Simon Glass <sjg at chromium.org>
> Suggested-by: Rob Clark <robdclark at gmail.com>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  include/efi_api.h                   |  8 ++++----
>  include/efi_loader.h                |  4 ++--
>  lib/efi_loader/efi_boottime.c       | 12 ++++++------
>  lib/efi_selftest/efi_selftest_tpl.c |  2 +-
>  4 files changed, 13 insertions(+), 13 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list