summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-04-09 13:48:14 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-05 11:13:12 +0300
commit91e4b7516d84cefab7324765b3c8d6a909185ce2 (patch)
tree445e39aed11bcfee455d7cd0d1bcd3cae822e7ed /doc/usage
parent1412b8d48a920f1a4f5eac256814d25c320fb9b6 (diff)
downloadu-boot-91e4b7516d84cefab7324765b3c8d6a909185ce2.tar.xz
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/usage')
-rw-r--r--doc/usage/exception.rst3
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