Skip to content

Commit b25d9af

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 0e71bed commit b25d9af

10 files changed

Lines changed: 715 additions & 8 deletions

File tree

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
@@ -4,3 +4,4 @@ libtomcrypt_dep = subproject('libtomcrypt').get_variable('libtomcrypt_dep')
44

55
# OpenTitan devices
66

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

0 commit comments

Comments
 (0)