History log of /u-boot/lib/efi_loader/efi_load_options.c
Revision Date Author Comments
# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# c38cb227 14-Dec-2023 Tom Rini <trini@konsulko.com>

efi_loader: Remove <common.h>

We largely do not need <common.h> in these files, so drop it. The only
exception here is that efi_freestanding.c needs <linux/types.h> and had
been getting that via <common.h>.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# a7eb8aec 27-Jul-2023 Dan Carpenter <dan.carpenter@linaro.org>

efi_loader: fix uninitialized variable bug in efi_set_load_options()

Check for efi_search_protocol() failure before dereferencing "handler"
to avoid a crash.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 731ab362 07-Oct-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_set_load_options()

* Replace the OpenProtocol() call by efi_search_protocol().
* Remove the CloseProtocol() call.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 8bf5f9af 02-Apr-2022 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: simplify efi_serialize_load_option()

Use u16_strsize().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


# 2363effb 15-Jan-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>