diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-04-09 10:48:14 +0000 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2021-05-05 16:13:12 +0800 |
commit | 91e4b7516d84cefab7324765b3c8d6a909185ce2 (patch) | |
tree | 445e39aed11bcfee455d7cd0d1bcd3cae822e7ed /doc | |
parent | 1412b8d48a920f1a4f5eac256814d25c320fb9b6 (diff) | |
download | u-boot-91e4b7516d84cefab7324765b3c8d6a909185ce2.tar.gz |
cmd/exception: support ebreak exception on RISC-V
The ebreak instruction should generate a breakpoint exception.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage/exception.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/usage/exception.rst b/doc/usage/exception.rst index db1490f005..27df88bd5c 100644 --- a/doc/usage/exception.rst +++ b/doc/usage/exception.rst @@ -31,6 +31,9 @@ type **RISC-V:** + ebreak + breakpoint exception + unaligned load address misaligned |