13 lines
330 B
C
13 lines
330 B
C
#ifndef __TFM_GD_CONFIG_H__
|
|
#define __TFM_GD_CONFIG_H__
|
|
|
|
#define CONFIG_GD_PLATFORM_ASIC
|
|
|
|
#define TFM_PARTITION_PROTECTED_STORAGE
|
|
#define TFM_PARTITION_INTERNAL_TRUSTED_STORAGE
|
|
#define TFM_PARTITION_CRYPTO
|
|
#define TFM_PARTITION_INITIAL_ATTESTATION
|
|
#define TFM_PARTITION_PLATFORM
|
|
#define TFM_PARTITION_AUDIT_LOG
|
|
|
|
#endif |