Re: [U-Boot] [PATCH 1/1] sandbox: fix phys_to_virt()

2018-09-26 Thread Alexander Graf
On 26.09.18 07:12, Heinrich Schuchardt wrote: > Allow for pointers not created by map_to_sysmem(). > > This fixes the fit image and vboot test. > > Fixes: 8b79c294ec57 ("sandbox: Enhance map_to_sysmem() to handle foreign > pointers") > Signed-off-by: Heinrich Schuchardt Unfortunately I'm

[U-Boot] [PATCH 1/1] sandbox: fix phys_to_virt()

2018-09-25 Thread Heinrich Schuchardt
Allow for pointers not created by map_to_sysmem(). This fixes the fit image and vboot test. Fixes: 8b79c294ec57 ("sandbox: Enhance map_to_sysmem() to handle foreign pointers") Signed-off-by: Heinrich Schuchardt --- Alex, this should fix the issues with the efi-next pull request. Would you add