aboutsummaryrefslogtreecommitdiff
path: root/include/trustzone/tz_cross/ta_dbg.h
blob: 2f8b89eb0d23ca90a042f13235f1c7e257ec1375 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** Commands for TA Debug **/

#ifndef __TRUSTZONE_TA_DBG__
#define __TRUSTZONE_TA_DBG__

#define TZ_TA_DBG_UUID   "42a10730-f349-11e2-a99a-d4856458b228"

// enable secure memory/chunk memory information debug
#define MTEE_TA_DBG_ENABLE_MEMINFO

/* Command for Debug */
#define TZCMD_DBG_SECUREMEM_INFO      0
#define TZCMD_DBG_SECURECM_INFO       1

#endif /* __TRUSTZONE_TA_DBG__ */