Skip to content

Commit e6d57f4

Browse files
yang8621lijinxia
authored andcommitted
DM: Add simulated RPMB support
Create file as simulated RPMB storage for pre-production usage. Add RPMB APIs to emulate behavior of physical RPMB controllor. Signed-off-by: Huang Yang <yang.huang@intel.com> Signed-off-by: Du Min <minx.du@intel.com> Acked-by: Zhu Bing <bing.zhu@intel.com>
1 parent 76d2441 commit e6d57f4

File tree

4 files changed

+754
-0
lines changed

4 files changed

+754
-0
lines changed

devicemodel/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ SRCS += hw/pci/virtio/virtio_rnd.c
8181
SRCS += hw/pci/virtio/virtio_hyper_dmabuf.c
8282
SRCS += hw/pci/virtio/virtio_heci.c
8383
SRCS += hw/pci/virtio/virtio_rpmb.c
84+
SRCS += hw/pci/virtio/rpmb_sim.c
8485
SRCS += hw/pci/irq.c
8586
SRCS += hw/pci/uart.c
8687
SRCS += hw/pci/gvt.c

0 commit comments

Comments
 (0)