Re: [U-Boot] [PATCH 13/16] efi: sandbox: Add relocation constants

2017-12-04 Thread Simon Glass
Hi Heinrich, On 18 September 2017 at 05:13, Heinrich Schuchardt wrote: > On 09/18/2017 12:59 AM, Simon Glass wrote: >> Add these so that we can build the EFI loader for sandbox. The values are >> for x86_64 so potentially bogus. But we don't support relocation within >> sandbox anyway. >> >> Sign

Re: [U-Boot] [PATCH 13/16] efi: sandbox: Add relocation constants

2017-09-18 Thread Heinrich Schuchardt
On 09/18/2017 12:59 AM, Simon Glass wrote: > Add these so that we can build the EFI loader for sandbox. The values are > for x86_64 so potentially bogus. But we don't support relocation within > sandbox anyway. > > Signed-off-by: Simon Glass > --- > > lib/efi_loader/efi_runtime.c | 3 +++ > 1 f

[U-Boot] [PATCH 13/16] efi: sandbox: Add relocation constants

2017-09-17 Thread Simon Glass
Add these so that we can build the EFI loader for sandbox. The values are for x86_64 so potentially bogus. But we don't support relocation within sandbox anyway. Signed-off-by: Simon Glass --- lib/efi_loader/efi_runtime.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/efi_loader/efi