Home
last modified time | relevance | path

Searched hist:"503 f26955489af052c0c01eaf7bdc6ae3ecc3aa2" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Defi_api.h503f26955489af052c0c01eaf7bdc6ae3ecc3aa2 Tue Jul 18 18:17:19 UTC 2017 xypron.glpk@gmx.de <xypron.glpk@gmx.de> efi_loader: correct size for tpl level

The UEFI standard defines the type for the tpl level as EFI_TPL
alias UINTN.

UINTN is an integer is defined as an unsigned integer of native
width. So we can use size_t for the definition.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
H A Defi_loader.h503f26955489af052c0c01eaf7bdc6ae3ecc3aa2 Tue Jul 18 18:17:19 UTC 2017 xypron.glpk@gmx.de <xypron.glpk@gmx.de> efi_loader: correct size for tpl level

The UEFI standard defines the type for the tpl level as EFI_TPL
alias UINTN.

UINTN is an integer is defined as an unsigned integer of native
width. So we can use size_t for the definition.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c503f26955489af052c0c01eaf7bdc6ae3ecc3aa2 Tue Jul 18 18:17:19 UTC 2017 xypron.glpk@gmx.de <xypron.glpk@gmx.de> efi_loader: correct size for tpl level

The UEFI standard defines the type for the tpl level as EFI_TPL
alias UINTN.

UINTN is an integer is defined as an unsigned integer of native
width. So we can use size_t for the definition.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>