blob: cc8f8ef39b4d84698597d94f5d7db8018be1f6c0 [file] [log] [blame]
Xinyu Zhanga2fab0e2022-10-24 15:37:46 +08001/*
2 * Copyright (c) 2022, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#ifndef __CONFIG_PROFILE_MEDIUM_H__
9#define __CONFIG_PROFILE_MEDIUM_H__
10
Xinyu Zhang77668dd2022-10-24 16:17:37 +080011/* Platform Partition Configs */
12
13/* Size of input buffer in platform service */
14#define PLATFORM_SERVICE_INPUT_BUFFER_SIZE 64
15
16/* Size of output buffer in platform service */
17#define PLATFORM_SERVICE_OUTPUT_BUFFER_SIZE 64
18
19/* The stack size of the Platform Secure Partition */
20#define PLATFORM_SP_STACK_SIZE 0x500
21
22/* Disable Non-volatile counter module */
23#define PLATFORM_NV_COUNTER_MODULE_DISABLED 0
24
Xinyu Zhanga2fab0e2022-10-24 15:37:46 +080025#endif /* __CONFIG_PROFILE_MEDIUM_H__ */