Searched hist:"0 f4060ebcb4f60287c456586cf089510e43ba339" (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | fs.c | diff 0f4060ebcb4f60287c456586cf089510e43ba339 Thu Mar 03 18:10:14 CST 2016 Alexander Graf <agraf@suse.de> efi_loader: Pass proper device path in on boot
EFI payloads can query for the device they were booted from. Because we have a disconnect between loading binaries and running binaries, we passed in a dummy device path so far.
Unfortunately that breaks grub2's logic to find its configuration file from the same device it was booted from.
This patch adds logic to have the "load" command call into our efi code to set the device path to the one we last loaded a binary from.
With this grub2 properly detects where we got booted from and can find its configuration file, even when searching by-partition.
Signed-off-by: Alexander Graf <agraf@suse.de>
|
H A D | bootefi.c | diff 0f4060ebcb4f60287c456586cf089510e43ba339 Thu Mar 03 18:10:14 CST 2016 Alexander Graf <agraf@suse.de> efi_loader: Pass proper device path in on boot
EFI payloads can query for the device they were booted from. Because we have a disconnect between loading binaries and running binaries, we passed in a dummy device path so far.
Unfortunately that breaks grub2's logic to find its configuration file from the same device it was booted from.
This patch adds logic to have the "load" command call into our efi code to set the device path to the one we last loaded a binary from.
With this grub2 properly detects where we got booted from and can find its configuration file, even when searching by-partition.
Signed-off-by: Alexander Graf <agraf@suse.de>
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_disk.c | diff 0f4060ebcb4f60287c456586cf089510e43ba339 Thu Mar 03 18:10:14 CST 2016 Alexander Graf <agraf@suse.de> efi_loader: Pass proper device path in on boot
EFI payloads can query for the device they were booted from. Because we have a disconnect between loading binaries and running binaries, we passed in a dummy device path so far.
Unfortunately that breaks grub2's logic to find its configuration file from the same device it was booted from.
This patch adds logic to have the "load" command call into our efi code to set the device path to the one we last loaded a binary from.
With this grub2 properly detects where we got booted from and can find its configuration file, even when searching by-partition.
Signed-off-by: Alexander Graf <agraf@suse.de>
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | diff 0f4060ebcb4f60287c456586cf089510e43ba339 Thu Mar 03 18:10:14 CST 2016 Alexander Graf <agraf@suse.de> efi_loader: Pass proper device path in on boot
EFI payloads can query for the device they were booted from. Because we have a disconnect between loading binaries and running binaries, we passed in a dummy device path so far.
Unfortunately that breaks grub2's logic to find its configuration file from the same device it was booted from.
This patch adds logic to have the "load" command call into our efi code to set the device path to the one we last loaded a binary from.
With this grub2 properly detects where we got booted from and can find its configuration file, even when searching by-partition.
Signed-off-by: Alexander Graf <agraf@suse.de>
|