[U-Boot] [PATCH v2] efi_loader: move efi_init_obj_list() to a new efi_setup.c

Heinrich Schuchardt xypron.glpk at gmx.de
Tue Jan 15 03:16:52 UTC 2019


On 1/15/19 3:54 AM, AKASHI Takahiro wrote:
> # removed unnecessary "#if" statements from v1
> 
> The function, efi_init_obj_list(), can be shared in different pseudo efi
> applications, like bootefi/bootmgr as well as my efishell. Moreover, it
> will be utilized to extend efi initialization, for example, my "removable
> disk support" patch and "capsule-on-disk support" patch in the future.
> 
> So with this patch, it will be moved to a new file, efi_setup.c, under
> lib/efi_loader and exported, making no changes in functionality.
> 
> Signed-off-by: AKASHI Takahiro <takahiro.akashi at linaro.org>

A corrected version 1 patch is already merged in efi-next:

https://github.com/agraf/u-boot/commits/efi-next

"efi_loader: move efi_init_obj_list() to a new efi_setup.c"
https://github.com/agraf/u-boot/commit/f30df235b5b5b3db65f89360ef114719d542ca0d

So I think this v2 patch is obsolete.

Should you find any mistake in the merged patch, please, provide a
follow up patch.

Best regards

Heinrich


More information about the U-Boot mailing list