1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-15 15:01:32 +02:00
Files
u-boot-megous/include
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-21 10:26:52 +02:00
2019-02-13 09:40:05 +01:00
2018-12-07 08:13:45 -05:00
2018-12-07 08:13:45 -05:00
2019-02-20 15:27:09 +08:00
2018-12-06 23:26:32 -05:00
2019-02-09 12:50:22 -07:00
2019-01-01 14:12:18 +01:00
2019-01-01 14:12:18 +01:00
2019-02-09 07:50:58 -05:00
2018-12-05 06:01:35 -07:00
2019-02-02 08:19:17 -05:00
2019-04-12 08:05:52 -04:00
2019-01-18 22:19:09 +05:30
2018-12-05 06:06:44 -07:00
2019-02-01 16:59:12 +01:00