Files
SDK_SG200x_V2/u-boot-2021.10/include/tee/optee_ta_scp03.h
carbon 0545e9dc6d init version 2024-05-07
commit d1edce71135cc6d98c0a4b5729774542b676e769
Author: sophgo-forum-service <forum_service@sophgo.com>
Date:   Fri Mar 15 16:07:33 2024 +0800

    [fix] recommend using ssh method to clone repo.
    [fix] fix sensor driver repo branch name.
2024-05-07 19:36:36 +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*/