Re: [PATCH 3/4] arm: stm32mp: support several key in command stm32key

2022-09-18 Thread Patrice CHOTARD
HI Patrick On 9/15/22 18:11, Patrick Delaunay wrote: > Update the command stm32key to support several keys selected by > key name and managed by the new sub-command: > > stm32key list > stm32key select [] > stm32key read -a > > This patch doesn't change the STM32MP15 behavior, only PKH is > supp

[PATCH 3/4] arm: stm32mp: support several key in command stm32key

2022-09-15 Thread Patrick Delaunay
Update the command stm32key to support several keys selected by key name and managed by the new sub-command: stm32key list stm32key select [] stm32key read -a This patch doesn't change the STM32MP15 behavior, only PKH is supported, but it is a preliminary patch for STM32MP13 support. Signed-off-