From 6b0520c939e068aee9f367be951133c249447082 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 17 Jan 2024 17:46:52 +0100 Subject: cmd: sbi: add support for Debug Trigger Extension Detect and show if the SBI implements the Debug Trigger Extension. Signed-off-by: Heinrich Schuchardt Reviewed-by: Leo Yu-Chi Liang --- cmd/riscv/sbi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd') 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, -- cgit v1.2.3