]> git.baikalelectronics.ru Git - uboot.git/commit
colibri_vf: disable undefined instruction events in user debug
authorStefan Agner <stefan.agner@toradex.com>
Mon, 25 Mar 2019 16:25:07 +0000 (17:25 +0100)
committerStefano Babic <sbabic@denx.de>
Sat, 13 Apr 2019 18:30:09 +0000 (20:30 +0200)
commit8b1e14410517160cf363c1ab49ce0cf18412a4ac
tree3f94abec774b0ab212d616022396b252bc4eae16
parent4bd9a1cdf208fcdb2aae43a6c4baeed8a7cfcb3c
colibri_vf: disable undefined instruction events in user debug

It turns out that OpenSSL calls undefined instructions to detect
ARM capabilities at runtime (via SIGILL handler). This leads to
stack traces e.g. when logging in using SSH:
  [  877.464442] sshd (613): undefined instruction: pc=76ee2da8
  ...

Disable undefined instruction events since it is used as an
autodetecion mechanism.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
include/configs/colibri_vf.h