[PATCH v9 03/11] sandbox: Add a -N flag to control on-host behaviour

2024-11-01 Thread Simon Glass
Sandbox is its own architecture, but sometimes we want to mimic the host architecture, e.g. when running an EFI app not built by U-Boot. Add a -N/--native flag which tells sandbox to reflect the architecture of the host. Signed-off-by: Simon Glass --- (no changes since v8) Changes in v8: - Add

Re: [PATCH v9 03/11] sandbox: Add a -N flag to control on-host behaviour

2024-11-01 Thread Simon Glass
Hi Tom, On Thu, 31 Oct 2024 at 19:14, Tom Rini wrote: > > On Thu, Oct 31, 2024 at 06:52:33PM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Tue, 29 Oct 2024 at 21:14, Tom Rini wrote: > > > > > > On Tue, Oct 29, 2024 at 08:22:11PM +0100, Simon Glass wrote: > > > > > > > Sandbox is its own archi

Re: [PATCH v9 03/11] sandbox: Add a -N flag to control on-host behaviour

2024-10-31 Thread Tom Rini
On Thu, Oct 31, 2024 at 06:52:33PM +0100, Simon Glass wrote: > Hi Tom, > > On Tue, 29 Oct 2024 at 21:14, Tom Rini wrote: > > > > On Tue, Oct 29, 2024 at 08:22:11PM +0100, Simon Glass wrote: > > > > > Sandbox is its own architecture, but sometimes we want to mimic the host > > > architecture, e.g.

Re: [PATCH v9 03/11] sandbox: Add a -N flag to control on-host behaviour

2024-10-31 Thread Simon Glass
Hi Tom, On Tue, 29 Oct 2024 at 21:14, Tom Rini wrote: > > On Tue, Oct 29, 2024 at 08:22:11PM +0100, Simon Glass wrote: > > > Sandbox is its own architecture, but sometimes we want to mimic the host > > architecture, e.g. when running an EFI app not built by U-Boot. > > > > Add a -N/--native flag

Re: [PATCH v9 03/11] sandbox: Add a -N flag to control on-host behaviour

2024-10-29 Thread Tom Rini
On Tue, Oct 29, 2024 at 08:22:11PM +0100, Simon Glass wrote: > Sandbox is its own architecture, but sometimes we want to mimic the host > architecture, e.g. when running an EFI app not built by U-Boot. > > Add a -N/--native flag which tells sandbox to reflect the architecture > of the host. > >

[PATCH v9 03/11] sandbox: Add a -N flag to control on-host behaviour

2024-10-29 Thread Simon Glass
Sandbox is its own architecture, but sometimes we want to mimic the host architecture, e.g. when running an EFI app not built by U-Boot. Add a -N/--native flag which tells sandbox to reflect the architecture of the host. Signed-off-by: Simon Glass --- (no changes since v8) Changes in v8: - Add