commit | a241451263d9c43a9662807e03a77e2c2e506d33 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Jun 18 17:22:58 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 25 14:57:43 2018 +0200 |
tree | da4d08c886158dad5f5c56e9e97896ca4cda8f49 | |
parent | 8aec3081c798886b9ba59c27935b957d2398c90d [diff] |
efi_loader: Use map_sysmem() in bootefi command 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 <agraf@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>