xref: /rk3399_ARM-atf/include/lib/cpus/aarch64/qemu_max.h (revision 72e8f2456af54b75a0a1d92aadfce0b4bcde6ba1)
15d764e05SLeif Lindholm /*
2*4c700c15SGovindraj Raja  * Copyright (c) 2014-2021, Arm Limited and Contributors. All rights reserved.
35d764e05SLeif Lindholm  *
45d764e05SLeif Lindholm  * SPDX-License-Identifier: BSD-3-Clause
55d764e05SLeif Lindholm  */
65d764e05SLeif Lindholm 
75d764e05SLeif Lindholm #ifndef QEMU_MAX_H
85d764e05SLeif Lindholm #define QEMU_MAX_H
95d764e05SLeif Lindholm 
105d764e05SLeif Lindholm #include <lib/utils_def.h>
115d764e05SLeif Lindholm 
125d764e05SLeif Lindholm /*
135d764e05SLeif Lindholm  *  QEMU MAX midr for revision 0
145d764e05SLeif Lindholm  *  00   - Reserved for software use
155d764e05SLeif Lindholm  *  0    - Variant
165d764e05SLeif Lindholm  *  F    - Architectural features identified in ID_* registers
175d764e05SLeif Lindholm  *  051  - 'Q', in a 12-bit field.
185d764e05SLeif Lindholm  *  0    - Revision
195d764e05SLeif Lindholm  */
205d764e05SLeif Lindholm #define QEMU_MAX_MIDR		U(0x000F0510)
215d764e05SLeif Lindholm 
225d764e05SLeif Lindholm #endif /* QEMU_MAX_H */
23