]> git.sur5r.net Git - u-boot/commit
efi_loader: adjust definitions of variable services
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 17 May 2018 05:57:05 +0000 (07:57 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 3 Jun 2018 13:27:20 +0000 (15:27 +0200)
commit45c66f9cdfe40aee78c01ea3f4cdc9573b2c60ed
tree459089a29222d5c60ea4f6f61ba77a660255809d
parente37aa7ada39f5291ce92f7d8bc2b66917fb5f8fa
efi_loader: adjust definitions of variable services

The definitons of the variable services are adjusted:
- use efi_uintn_t instead of unsigned long
- use u16 * instead of s16 * for Unicode strings
- correct definition of QueryVariableInfo
- rename efi_get_next_variable to efi_get_next_variable_name

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_api.h
include/efi_loader.h
lib/efi_loader/efi_bootmgr.c
lib/efi_loader/efi_runtime.c
lib/efi_loader/efi_variable.c