Re: [PATCH v2 19/22] arm: stm32mp: add helper function stm32mp_is_closed()

2025-04-28 Thread Patrice CHOTARD
On 4/25/25 15:15, Patrice Chotard wrote: > From: Patrick Delaunay > > Add the helper function stm32mp_is_closed() to check the "closed" state in > product life cycle, when product secrets have been provisioned into the > device, by "secure secret provisioning" tools (SSP) for example. > > Si

[PATCH v2 19/22] arm: stm32mp: add helper function stm32mp_is_closed()

2025-04-25 Thread Patrice Chotard
From: Patrick Delaunay Add the helper function stm32mp_is_closed() to check the "closed" state in product life cycle, when product secrets have been provisioned into the device, by "secure secret provisioning" tools (SSP) for example. Signed-off-by: Patrick Delaunay Signed-off-by: Patrice Chot