aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-04-09 10:48:14 +0000
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-05 16:13:12 +0800
commit91e4b7516d84cefab7324765b3c8d6a909185ce2 (patch)
tree445e39aed11bcfee455d7cd0d1bcd3cae822e7ed /doc
parent1412b8d48a920f1a4f5eac256814d25c320fb9b6 (diff)
downloadu-boot-91e4b7516d84cefab7324765b3c8d6a909185ce2.zip
u-boot-91e4b7516d84cefab7324765b3c8d6a909185ce2.tar.gz
u-boot-91e4b7516d84cefab7324765b3c8d6a909185ce2.tar.bz2
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.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/usage/exception.rst b/doc/usage/exception.rst
index db1490f..27df88b 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