mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-07 16:11:43 +00:00
ARMv7: introduce Cortex-A15
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
This commit is contained in:
20
include/lib/cpus/aarch32/cortex_a15.h
Normal file
20
include/lib/cpus/aarch32/cortex_a15.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef __CORTEX_A15_H__
|
||||
#define __CORTEX_A15_H__
|
||||
|
||||
/*******************************************************************************
|
||||
* Cortex-A15 midr with version/revision set to 0
|
||||
******************************************************************************/
|
||||
#define CORTEX_A15_MIDR 0x410FC0F0
|
||||
|
||||
/*******************************************************************************
|
||||
* CPU Auxiliary Control register specific definitions.
|
||||
******************************************************************************/
|
||||
#define CORTEX_A15_ACTLR_SMP_BIT (1 << 6)
|
||||
|
||||
#endif /* __CORTEX_A15_H__ */
|
||||
Reference in New Issue
Block a user