mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 04:39:34 +00:00
dm: rpmb: DM customized changes for RPMB mux kernel module
As RPMB mux kernel module is going to be created, there are two corresponding changes required for DM: 1. The name has been changed to /dev/rpmbmux. 2. DM does NOT check MAC of RPMB result returned by kernel module because DM doesn't own the real key. Tracked-On: #1508 Signed-off-by: Huang, Yang <yang.huang@intel.com> Acked-by: Zhu Bing <bing.zhu@intel.com>
This commit is contained in:
@@ -297,7 +297,7 @@ rpmb_read_block(__u8 mode, __u8 *key, __u16 addr, void *buf, __u32 count)
|
||||
}
|
||||
|
||||
rc = rpmb_check_response("read blocks", RPMB_RESP_DATA_READ,
|
||||
frame_out, count, key, NULL, &addr);
|
||||
frame_out, count, NULL, NULL, &addr);
|
||||
|
||||
if (rc)
|
||||
return rc;
|
||||
|
Reference in New Issue
Block a user