Re: [PATCH v2 01/17] efi_loader: change efi objects initialization order

2020-07-03 Thread Heinrich Schuchardt
On 09.06.20 07:09, AKASHI Takahiro wrote: > The simplest solution to revert the commit b32ac16f9a32 ("test/py: fix > test_efi_secboot/conftest.py") is to move efi_console_register() > forward before efi_disk_register(). > > Signed-off-by: AKASHI Takahiro Reviewed-by: Heinrich Schuchardt

[PATCH v2 01/17] efi_loader: change efi objects initialization order

2020-06-08 Thread AKASHI Takahiro
The simplest solution to revert the commit b32ac16f9a32 ("test/py: fix test_efi_secboot/conftest.py") is to move efi_console_register() forward before efi_disk_register(). Signed-off-by: AKASHI Takahiro --- lib/efi_loader/efi_setup.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)