xref: /rk3399_ARM-atf/include/lib/cpus/aarch64/aem_generic.h (revision add403514d0f792b9df3c81006cd9a9395b213f6)
1*add40351SSoby Mathew /*
2*add40351SSoby Mathew  * Copyright (c) 2014, ARM Limited and Contributors. All rights reserved.
3*add40351SSoby Mathew  *
4*add40351SSoby Mathew  * Redistribution and use in source and binary forms, with or without
5*add40351SSoby Mathew  * modification, are permitted provided that the following conditions are met:
6*add40351SSoby Mathew  *
7*add40351SSoby Mathew  * Redistributions of source code must retain the above copyright notice, this
8*add40351SSoby Mathew  * list of conditions and the following disclaimer.
9*add40351SSoby Mathew  *
10*add40351SSoby Mathew  * Redistributions in binary form must reproduce the above copyright notice,
11*add40351SSoby Mathew  * this list of conditions and the following disclaimer in the documentation
12*add40351SSoby Mathew  * and/or other materials provided with the distribution.
13*add40351SSoby Mathew  *
14*add40351SSoby Mathew  * Neither the name of ARM nor the names of its contributors may be used
15*add40351SSoby Mathew  * to endorse or promote products derived from this software without specific
16*add40351SSoby Mathew  * prior written permission.
17*add40351SSoby Mathew  *
18*add40351SSoby Mathew  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19*add40351SSoby Mathew  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20*add40351SSoby Mathew  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21*add40351SSoby Mathew  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
22*add40351SSoby Mathew  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23*add40351SSoby Mathew  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24*add40351SSoby Mathew  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25*add40351SSoby Mathew  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26*add40351SSoby Mathew  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27*add40351SSoby Mathew  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28*add40351SSoby Mathew  * POSSIBILITY OF SUCH DAMAGE.
29*add40351SSoby Mathew  */
30*add40351SSoby Mathew 
31*add40351SSoby Mathew #ifndef __AEM_GENERIC_H__
32*add40351SSoby Mathew #define __AEM_GENERIC_H__
33*add40351SSoby Mathew 
34*add40351SSoby Mathew /* BASE AEM midr for revision 0 */
35*add40351SSoby Mathew #define BASE_AEM_MIDR 0x410FD0F0
36*add40351SSoby Mathew 
37*add40351SSoby Mathew /* Foundation AEM midr for revision 0 */
38*add40351SSoby Mathew #define FOUNDATION_AEM_MIDR  0x410FD000
39*add40351SSoby Mathew 
40*add40351SSoby Mathew 
41*add40351SSoby Mathew #endif /* __AEM_GENERIC_H__ */
42