Home
last modified time | relevance | path

Searched hist:c07ad7c03588ab7b8f87b6567ac9202cf32b9bbe (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/cmd/
H A Dfs.cdiff c07ad7c03588ab7b8f87b6567ac9202cf32b9bbe Mon Apr 11 09:16:19 CDT 2016 Alexander Graf <agraf@suse.de> efi_loader: Pass file path to payload

The payload gets information on where it got loaded from. This includes
the device as well as file path.

So far we've treated both as the same thing and always gave it the device
name. However, in some situations grub2 actually wants to find its loading
path to find its configuration file.

So let's split the two semantically separte bits into separate structs and
pass the loaded file name into our payload when we load it using "load".

Signed-off-by: Alexander Graf <agraf@suse.de>
H A Dbootefi.cdiff c07ad7c03588ab7b8f87b6567ac9202cf32b9bbe Mon Apr 11 09:16:19 CDT 2016 Alexander Graf <agraf@suse.de> efi_loader: Pass file path to payload

The payload gets information on where it got loaded from. This includes
the device as well as file path.

So far we've treated both as the same thing and always gave it the device
name. However, in some situations grub2 actually wants to find its loading
path to find its configuration file.

So let's split the two semantically separte bits into separate structs and
pass the loaded file name into our payload when we load it using "load".

Signed-off-by: Alexander Graf <agraf@suse.de>
/openbmc/u-boot/include/
H A Defi_loader.hdiff c07ad7c03588ab7b8f87b6567ac9202cf32b9bbe Mon Apr 11 09:16:19 CDT 2016 Alexander Graf <agraf@suse.de> efi_loader: Pass file path to payload

The payload gets information on where it got loaded from. This includes
the device as well as file path.

So far we've treated both as the same thing and always gave it the device
name. However, in some situations grub2 actually wants to find its loading
path to find its configuration file.

So let's split the two semantically separte bits into separate structs and
pass the loaded file name into our payload when we load it using "load".

Signed-off-by: Alexander Graf <agraf@suse.de>