mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 03:17:29 +01:00
riscv: allow resume after exception
If CSRs like seed are readable by S-mode, may not be determinable by S-mode. For safe driver probing allow to resume via a longjmp after an exception. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
committed by
Leo Yu-Chi Liang
parent
b8a902b814
commit
9757cae991
@@ -12,6 +12,7 @@ U-Boot API documentation
|
||||
efi
|
||||
event
|
||||
getopt
|
||||
interrupt
|
||||
linker_lists
|
||||
lmb
|
||||
logging
|
||||
|
||||
6
doc/api/interrupt.rst
Normal file
6
doc/api/interrupt.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
.. SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
Interrupt API
|
||||
=============
|
||||
|
||||
.. kernel-doc:: include/interrupt.h
|
||||
Reference in New Issue
Block a user