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

2018-06-11 Thread Simon Glass
Hi Alex, On 11 June 2018 at 23:44, Alexander Graf wrote: > > > On 12.06.18 07:27, Simon Glass wrote: >> Hi Alex, >> >> On 24 May 2018 at 06:34, Alexander Graf wrote: >>> >>> >>> On 16.05.18 17:42, Simon Glass wrote: Add these so that we can build the EFI loader for sandbox. The values are >

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

2018-06-11 Thread Alexander Graf
On 12.06.18 07:27, Simon Glass wrote: > Hi Alex, > > On 24 May 2018 at 06:34, Alexander Graf wrote: >> >> >> On 16.05.18 17:42, 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 w

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

2018-06-11 Thread Simon Glass
Hi Alex, On 24 May 2018 at 06:34, Alexander Graf wrote: > > > On 16.05.18 17:42, 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

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

2018-05-24 Thread Alexander Graf
On 16.05.18 17:42, 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 > --- > > Changes in v4: None > Changes in v3: None > Cha