Re: [U-Boot] [PATCH v4 07/16] efi: sandbox: Add distroboot support

2018-06-11 Thread Simon Glass
Hi Alex, On 11 June 2018 at 23:42, Alexander Graf wrote: > > > On 12.06.18 07:27, Simon Glass wrote: >> Hi Alex, >> >> On 24 May 2018 at 06:32, Alexander Graf wrote: >>> >>> >>> On 16.05.18 17:42, Simon Glass wrote: With sandbox these values depend on the host system. Let's assume that it >

Re: [U-Boot] [PATCH v4 07/16] efi: sandbox: Add distroboot support

2018-06-11 Thread Alexander Graf
On 12.06.18 07:27, Simon Glass wrote: > Hi Alex, > > On 24 May 2018 at 06:32, Alexander Graf wrote: >> >> >> On 16.05.18 17:42, Simon Glass wrote: >>> With sandbox these values depend on the host system. Let's assume that it >>> is x86_64 for now. >>> >>> Signed-off-by: Simon Glass >>> --- >>>

Re: [U-Boot] [PATCH v4 07/16] efi: sandbox: Add distroboot support

2018-06-11 Thread Simon Glass
Hi Alex, On 24 May 2018 at 06:32, Alexander Graf wrote: > > > On 16.05.18 17:42, Simon Glass wrote: >> With sandbox these values depend on the host system. Let's assume that it >> is x86_64 for now. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v4: None >> Changes in v3: None >> Chang

Re: [U-Boot] [PATCH v4 07/16] efi: sandbox: Add distroboot support

2018-05-24 Thread Alexander Graf
On 16.05.18 17:42, Simon Glass wrote: > With sandbox these values depend on the host system. Let's assume that it > is x86_64 for now. > > Signed-off-by: Simon Glass > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: None > > include/config_distro_bootcmd.h | 2 +- > 1 file

[U-Boot] [PATCH v4 07/16] efi: sandbox: Add distroboot support

2018-05-16 Thread Simon Glass
With sandbox these values depend on the host system. Let's assume that it is x86_64 for now. Signed-off-by: Simon Glass --- Changes in v4: None Changes in v3: None Changes in v2: None include/config_distro_bootcmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/co