Re: [PATCH 1/1] efi_selftest: on sandbox use host specific assembly

2022-09-02 Thread Simon Glass
Hi Heinrich, On Thu, 1 Sept 2022 at 19:01, Heinrich Schuchardt wrote: > > The selftest checking the handling of exceptions in UEFI binaries is using > assembly to provide an undefined instruction. On the sandbox the correct > form of the instruction depends on the host architecture. > > Signed-of

Re: [PATCH 1/1] efi_selftest: on sandbox use host specific assembly

2022-09-01 Thread Ilias Apalodimas
On Fri, 2 Sept 2022 at 04:01, Heinrich Schuchardt wrote: > > The selftest checking the handling of exceptions in UEFI binaries is using > assembly to provide an undefined instruction. On the sandbox the correct > form of the instruction depends on the host architecture. > > Signed-off-by: Heinrich

[PATCH 1/1] efi_selftest: on sandbox use host specific assembly

2022-09-01 Thread Heinrich Schuchardt
The selftest checking the handling of exceptions in UEFI binaries is using assembly to provide an undefined instruction. On the sandbox the correct form of the instruction depends on the host architecture. Signed-off-by: Heinrich Schuchardt --- lib/efi_selftest/efi_selftest_miniapp_exception.c |