]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Add a -N flag to control on-host behaviour
authorSimon Glass <sjg@chromium.org>
Thu, 7 Nov 2024 21:31:42 +0000 (14:31 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 9 Nov 2024 09:00:15 +0000 (10:00 +0100)
commitefe9bd4a088c958eefaaf39bb83320871669662e
treeb3f275ea7c8e3f0319bd907955ceef0ca184e9ed
parent34d2faaef6cf14a0578f09f798b8bf36d28e84ad
sandbox: Add a -N flag to control on-host behaviour

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 <sjg@chromium.org>
arch/sandbox/cpu/start.c
arch/sandbox/include/asm/state.h