Files
Linux_Drivers/u-boot-2021.10/include/tee/optee_ta_scp03.h
sam.xiang f8fc109960 [uboot] create uboot from github:
repo: https://github.com/u-boot/u-boot
	commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91

Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
2023-03-10 20:30:57 +08:00

22 lines
538 B
C

/* SPDX-License-Identifier: BSD-3-Clause */
/*
* (C) Copyright 2021, Foundries.IO
*
*/
#ifndef __TA_SCP03_H
#define __TA_SCP03_H
#define PTA_SCP03_UUID { 0xbe0e5821, 0xe718, 0x4f77, \
{ 0xab, 0x3e, 0x8e, 0x6c, 0x73, 0xa9, 0xc7, 0x35 } }
/*
* Enable Secure Channel Protocol functionality (SCP03) on the Secure Element.
* Setting the operation value to something different than NULL will trigger
* the SCP03 provisioning request.
*
* in params[0].a = operation
*/
#define PTA_CMD_ENABLE_SCP03 0
#endif /*__TA_SCP03_H*/