1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 01:02:19 +02:00
Files
u-boot-megous/lib
AKASHI Takahiro 6b95b38c41 efi_loader: rework bootmgr/bootefi using load_image API
In the current implementation, bootefi command and EFI boot manager
don't use load_image API, instead, use more primitive and internal
functions. This will introduce duplicated code and potentially
unknown bugs as well as inconsistent behaviours.

With this patch, do_efibootmgr() and do_boot_efi() are completely
overhauled and re-implemented using load_image API.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>

Use efi_root as parent handle for the loaded image.
LoadImage() should be called with BootPolicy = true by the boot manager.
Avoid duplicate free_pool().
Eliminate variable memdp which is not needed after anymore due to
"efi_loader: correctly split device path of loaded image".

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2019-04-23 00:37:28 +02:00
..
2019-04-03 10:26:46 -04:00
2019-02-13 09:40:05 +01:00
2019-04-11 20:10:50 -06:00
2018-06-13 07:49:12 -04:00
2019-04-11 20:10:50 -06:00
2019-02-02 08:19:17 -05:00
2019-02-09 07:50:58 -05:00
2018-09-05 16:02:34 -04:00
2018-11-20 19:14:22 -07:00
2019-03-29 10:53:18 -04:00
2019-02-19 08:55:43 -05:00