Skip to content

Commit 99617b6

Browse files
rivos-eblotlexbaileylowrisc
authored andcommitted
[ot] hw/riscv, hw/opentitan: add Opentitan Alert handler device
Signed-off-by: Lex Bailey <lex.bailey@lowrisc.org> Includes existing MIT licenced code (already published elsewhere)
1 parent 27b15f9 commit 99617b6

File tree

9 files changed

+712
-7
lines changed

9 files changed

+712
-7
lines changed

hw/opentitan/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# OpenTitan devices
22

3+
config OT_ALERT
4+
bool

hw/opentitan/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# OpenTitan devices
22

3+
system_ss.add(when: 'CONFIG_OT_ALERT', if_true: files('ot_alert.c'))

0 commit comments

Comments
 (0)