commit | db3585d181221dd025fcdece9d56b02da63cfe96 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Aug 06 12:34:59 2020 +0200 |
committer | Andes <uboot@andestech.com> | Fri Aug 14 14:39:34 2020 +0800 |
tree | 5ebe42ed72ac8f7ef6e2bfc83cce8862836105d8 | |
parent | 3a85e03f83e979e431e86c2d6394a5e4770dad1f [diff] |
cmd: exception: unaligned data access on RISC-V The command 'exception' can be used to test the handling of exceptions. Currently the exception command only allows to create an illegal instruction exception on RISC-V. Provide a sub-command 'exception unaligned' to cause a misaligned load address exception. Adjust the online help for 'exception undefined'. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Rick Chen <rick@andestech.com>