blob: 0d2eb38dbb61ffa23f2b8d1257837bb41c88e071 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001/*
Bipin Ravi4e577572022-05-13 15:30:46 -05002 * Copyright (c) 2018-2022, Arm Limited. All rights reserved.
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef __ARM_ARCH_SVC_H__
8#define __ARM_ARCH_SVC_H__
9
10#define SMCCC_VERSION 0x80000000
11#define SMCCC_ARCH_FEATURES 0x80000001
Manish V Badarkhebc93a342020-04-28 17:59:32 +010012#define SMCCC_ARCH_SOC_ID 0x80000002
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020013#define SMCCC_ARCH_WORKAROUND_1 0x80008000
14#define SMCCC_ARCH_WORKAROUND_2 0x80007FFF
Bipin Ravi4e577572022-05-13 15:30:46 -050015#define SMCCC_ARCH_WORKAROUND_3 0x80003FFF
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020016
17#endif /* __ARM_ARCH_SVC_H__ */