diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-02 09:30:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-02 09:30:34 -0400 |
commit | b0c391ce0c01064a96711965e22f5d745e73edc3 (patch) | |
tree | fd9655433e4af8ee818e80267ff42713ff8d2290 /doc/api | |
parent | 658caf0bf14e163be78b6fc063d883d1252163a2 (diff) | |
parent | 9d22d4a7cef7f2fdaf5c060b71574e6f82ea5ff0 (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
+ CI: Use OpenSBI 1.3.1 release for testing
+ riscv: Support resume after exception
+ rng: Support RNG provided by RISC-V Zkr ISA extension
+ board: starfive VF2: Support jtag
+ board: starfive VF2: Support TRNG driver
+ board: sifive unmatched: Move kernel load address
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/index.rst | 1 | ||||
-rw-r--r-- | doc/api/interrupt.rst | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst index 2f0218c47a3..51b2013af36 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -12,6 +12,7 @@ U-Boot API documentation efi event getopt + interrupt linker_lists lmb logging diff --git a/doc/api/interrupt.rst b/doc/api/interrupt.rst new file mode 100644 index 00000000000..5721231d919 --- /dev/null +++ b/doc/api/interrupt.rst @@ -0,0 +1,6 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Interrupt API +============= + +.. kernel-doc:: include/interrupt.h |