[PATCH v1 7/7] lib: sbi: Print number of debug triggers found
Himanshu Chauhan
hchauhan at ventanamicro.com
Tue Dec 19 03:28:56 PST 2023
Print the total number of triggers found on the boot hart.
Signed-off-by: Himanshu Chauhan <hchauhan at ventanamicro.com>
---
lib/sbi/sbi_init.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/sbi/sbi_init.c b/lib/sbi/sbi_init.c
index 0dcde27..061c5f2 100644
--- a/lib/sbi/sbi_init.c
+++ b/lib/sbi/sbi_init.c
@@ -114,6 +114,8 @@ static void sbi_boot_print_general(struct sbi_scratch *scratch)
cppc_dev = sbi_cppc_get_device();
sbi_printf("Platform CPPC Device : %s\n",
(cppc_dev) ? cppc_dev->name : "---");
+ sbi_printf("Platform Debug Triggers : %d trigger(s) found.\n",
+ sbi_dbtr_get_total_triggers());
/* Firmware details */
sbi_printf("Firmware Base : 0x%lx\n", scratch->fw_start);
--
2.34.1
More information about the opensbi
mailing list