Re: [U-Boot] [PATCH v2 10/16] efi: sandbox: Add distroboot support

2017-12-04 Thread Simon Glass
Hi Heinrich, On 4 December 2017 at 15:37, Heinrich Schuchardt wrote: > > > On 12/04/2017 10:28 PM, Simon Glass wrote: >> >> With sandbox these values depend on the host system. Let's assume that it >> is x86_64 for now. > > > How would you run this on a Pinebook (arm64)? > > Shouldn't we strive t

Re: [U-Boot] [PATCH v2 10/16] efi: sandbox: Add distroboot support

2017-12-04 Thread Heinrich Schuchardt
On 12/04/2017 10:28 PM, Simon Glass wrote: With sandbox these values depend on the host system. Let's assume that it is x86_64 for now. How would you run this on a Pinebook (arm64)? Shouldn't we strive to make sandbox work on any architecture? Best regards Heinrich Signed-off-by: Simon

[U-Boot] [PATCH v2 10/16] efi: sandbox: Add distroboot support

2017-12-04 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 v2: None include/config_distro_bootcmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config_distro_bootcmd.h b/include/config_d