]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: pass GUID by address to efi_dp_from_lo
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 26 Apr 2024 14:13:08 +0000 (16:13 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 1 May 2024 06:40:42 +0000 (08:40 +0200)
commit8745f13fe102968f58a9e2e5f69ad153a675b59c
treecd5b5ae2fd542e757e052f7beb6407bbf07ed8b5
parentb3193562388a36e0098501887adda9771cd43db6
efi_loader: pass GUID by address to efi_dp_from_lo

We should not pass GUIDs by value as this requires copying.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
include/efi_loader.h
lib/efi_loader/efi_helper.c
lib/efi_loader/efi_load_initrd.c