commit | 5dfa883b40aea0d32158687528b6fe285b48c994 | [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 | b50c9a0f2f3cb1a889b04172db0228c4ac622908 [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>