u-boot/cmd/arm
Andre Przywara e7588d81cd cmd: exception: arm64: fix undefined, add faults
The arm64 version of the exception command was just defining the
undefined exception, but actually copied the AArch32 instruction.

Replace that with an encoding that is guaranteed to be and stay
undefined. Also add instructions to trigger unaligned access faults and
a breakpoint.
This brings ARM64 on par with ARM(32) for the exception command.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2022-03-02 13:59:29 -05:00
..
exception.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
exception64.c cmd: exception: arm64: fix undefined, add faults 2022-03-02 13:59:29 -05:00
Makefile cmd: add exception command 2019-04-22 12:06:39 -04:00