]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: exception: arm64: fix undefined, add faults
authorAndre Przywara <andre.przywara@arm.com>
Fri, 11 Feb 2022 11:29:34 +0000 (11:29 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 2 Mar 2022 18:59:29 +0000 (13:59 -0500)
commitac6dcfe93a622b928dfde4a90ec5b107a1b7c4b9
tree13ce57ec0c20fac7088e8087f6d2047e4814d200
parentb339567319cce97ace228ea9af1cd72cd4042b8c
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>
cmd/arm/exception64.c