Re: [U-Boot] [PATCH] cmd: fat: fatload: pass device path for efi payload

2019-06-14 Thread Heinrich Schuchardt
On 5/31/19 4:03 PM, Mian Yousaf Kaukab wrote: fatload command can be used to load the EFI payload since EFI system partition is always a FAT partition. Call into EFI code from do_fat_fsload() to set the device path from which the last binary was loaded. An EFI application like grub2 can’t find it

[U-Boot] [PATCH] cmd: fat: fatload: pass device path for efi payload

2019-05-31 Thread Mian Yousaf Kaukab
fatload command can be used to load the EFI payload since EFI system partition is always a FAT partition. Call into EFI code from do_fat_fsload() to set the device path from which the last binary was loaded. An EFI application like grub2 can’t find its configuration file without the device path set