Re: [U-Boot] [PATCH v2] sandbox: Add 64-bit sandbox

2018-02-04 Thread Simon Glass
Hi Mario, On 26 January 2018 at 14:43, Simon Glass wrote: > On 19 January 2018 at 00:17, Mario Six wrote: >> From: Mario Six >> >> To debug device tree issues involving 32- and 64-bit platforms, it is useful >> to >> have a generic 64-bit platform available. >> >> Add a version of the sandbox

Re: [U-Boot] [PATCH v2] sandbox: Add 64-bit sandbox

2018-01-26 Thread Simon Glass
On 19 January 2018 at 00:17, Mario Six wrote: > From: Mario Six > > To debug device tree issues involving 32- and 64-bit platforms, it is useful > to > have a generic 64-bit platform available. > > Add a version of the sandbox that uses 64-bit integers for its physical > addresses as well as a m

[U-Boot] [PATCH v2] sandbox: Add 64-bit sandbox

2018-01-18 Thread Mario Six
From: Mario Six To debug device tree issues involving 32- and 64-bit platforms, it is useful to have a generic 64-bit platform available. Add a version of the sandbox that uses 64-bit integers for its physical addresses as well as a modified device tree. Signed-off-by: Mario Six Reviewed-by: S