Re: [PATCH 3/3] hw/misc: Implement mailbox properties for customer OTP and device specific private keys

2024-05-13 Thread Philippe Mathieu-Daudé
On 10/5/24 16:10, Rayhan Faizel wrote: Four mailbox properties are implemented as follows: 1. Customer OTP: GET_CUSTOMER_OTP and SET_CUSTOMER_OTP 2. Device-specific private key: GET_PRIVATE_KEY and SET_PRIVATE_KEY. The customer OTP is located in the rows 36-43. The device-specific private key is

[PATCH 3/3] hw/misc: Implement mailbox properties for customer OTP and device specific private keys

2024-05-10 Thread Rayhan Faizel
Four mailbox properties are implemented as follows: 1. Customer OTP: GET_CUSTOMER_OTP and SET_CUSTOMER_OTP 2. Device-specific private key: GET_PRIVATE_KEY and SET_PRIVATE_KEY. The customer OTP is located in the rows 36-43. The device-specific private key is located in the rows 56-63. The customer