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

2024-05-30 Thread Peter Maydell
On Sun, 19 May 2024 at 10:42, 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

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

2024-05-19 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