Re: [U-Boot] [PATCH 1/1] efi_selftest: use standalone UEFI program for exception

2019-08-28 Thread Bin Meng
On Wed, Aug 28, 2019 at 1:26 AM Heinrich Schuchardt wrote: > > To fully demonstrate crash outputs for UEFI images provide a standalone > UEFI application that tries to invoke an illegal opcode. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_selftest/Makefile | 10 +-

Re: [U-Boot] [PATCH 1/1] efi_selftest: use standalone UEFI program for exception

2019-08-28 Thread Bin Meng
Hi Heinrich, On Wed, Aug 28, 2019 at 1:26 AM Heinrich Schuchardt wrote: > > To fully demonstrate crash outputs for UEFI images provide a standalone > UEFI application that tries to invoke an illegal opcode. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_selftest/Makefile

Re: [U-Boot] [PATCH 1/1] efi_selftest: use standalone UEFI program for exception

2019-08-28 Thread Heinrich Schuchardt
On 8/29/19 5:18 AM, Bin Meng wrote: Hi Heinrich, On Wed, Aug 28, 2019 at 1:26 AM Heinrich Schuchardt wrote: To fully demonstrate crash outputs for UEFI images provide a standalone UEFI application that tries to invoke an illegal opcode. Signed-off-by: Heinrich Schuchardt ---

[U-Boot] [PATCH 1/1] efi_selftest: use standalone UEFI program for exception

2019-08-27 Thread Heinrich Schuchardt
To fully demonstrate crash outputs for UEFI images provide a standalone UEFI application that tries to invoke an illegal opcode. Signed-off-by: Heinrich Schuchardt --- lib/efi_selftest/Makefile | 10 +- lib/efi_selftest/efi_selftest_exception.c | 141 +++---