From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 7 Feb 2021 07:38:00 -0700 Subject: [PATCHv2 2/3] cmd: SCP03: enable and provision command In-Reply-To: <20210206231147.5368-2-jorge@foundries.io> References: <20210206231147.5368-1-jorge@foundries.io> <20210206231147.5368-2-jorge@foundries.io> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jorge, On Sat, 6 Feb 2021 at 16:11, Jorge Ramirez-Ortiz wrote: > > Enable and provision the SCP03 keys on a TEE controlled secured elemt > from the U-Boot shell. > > Signed-off-by: Jorge Ramirez-Ortiz > --- > cmd/Kconfig | 9 ++++++++ > cmd/Makefile | 3 +++ > cmd/scp03.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 76 insertions(+) > create mode 100644 cmd/scp03.c Same comments on this one. Regards, Simon