diff options
| author | Tom Rini <[email protected]> | 2024-01-31 08:49:35 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-31 08:49:35 -0500 |
| commit | 625e68ef65ef375e60b86984289d99c673fda30e (patch) | |
| tree | 3ee7d98c10ca1f11d45b4954881e32bef7d18c37 /cmd | |
| parent | 28760ce8640ff6266bd1c1c568a4a231576f3919 (diff) | |
| parent | 6882255ac3107c58e1153311df8a8270087f8cb3 (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
* Add RISC-V falcon mode documentation
* Add Clang build support
* Add cmd to detect Debug Trigger Extension support
* Add PWM setting for Unmatched board
* Add Milk-V Duo board support
* Add new device node and enable new config option for VisionFive2 board
* Add second virtio device for RISC-V QEMU
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/riscv/sbi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/riscv/sbi.c b/cmd/riscv/sbi.c index 940d9bc1681..9daf0e247ad 100644 --- a/cmd/riscv/sbi.c +++ b/cmd/riscv/sbi.c @@ -53,6 +53,7 @@ static struct sbi_ext extensions[] = { { SBI_EXT_CPPC, "Collaborative Processor Performance Control Extension" }, { SBI_EXT_NACL, "Nested Acceleration Extension" }, { SBI_EXT_STA, "Steal-time Accounting Extension" }, + { SBI_EXT_DBTR, "Debug Trigger Extension" }, }; static int do_sbi(struct cmd_tbl *cmdtp, int flag, int argc, |
