Re: [U-Boot] [PATCH v2 04/11] efi_loader: Use map_sysmem() in bootefi command

2018-06-14 Thread Simon Glass
On 14 June 2018 at 12:22, Alexander Graf wrote: > The bootefi command gets a few addresses as values passed in. In sandbox, > these values are in U-Boot address space, so we need to make sure we > explicitly call map_sysmem() on them to be able to access them. > > Signed-off-by: Alexander Graf >

[U-Boot] [PATCH v2 04/11] efi_loader: Use map_sysmem() in bootefi command

2018-06-14 Thread Alexander Graf
The bootefi command gets a few addresses as values passed in. In sandbox, these values are in U-Boot address space, so we need to make sure we explicitly call map_sysmem() on them to be able to access them. Signed-off-by: Alexander Graf --- cmd/bootefi.c | 13 - 1 file changed, 8 ins