u-boot/cmd/arm
Andre Przywara c579d4ee4e cmd: exception: arm64: fix undefined, add faults
commit e7588d81cd upstream.

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>
[nm@ti.com: backport from upstream]
Signed-off-by: Nishanth Menon <nm@ti.com>
2022-04-04 18:24:34 -05:00
..
Makefile
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-04-04 18:24:34 -05:00