Itaru Kitayama | 1e31bc1 | 2022-07-04 14:36:00 +0900 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2022, Fujitsu Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef A64FX_H | ||||
8 | #define A64FX_H | ||||
9 | |||||
10 | #include <lib/utils_def.h> | ||||
11 | |||||
12 | /* A64FX midr for revision 0 */ | ||||
13 | #define A64FX_MIDR U(0x461f0010) | ||||
14 | |||||
15 | #endif /* A64FX_H */ |