Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
3f995f30
Unverified
Commit
3f995f30
authored
6 years ago
by
Antonio Niño Díaz
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1835 from jts-arm/rename
Apply official names to new Arm Neoverse cores
parents
5ba32a76
11088e39
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
v2.4-rc0
v2.3
v2.3-rc2
v2.3-rc1
v2.3-rc0
v2.2
v2.2-rc2
v2.2-rc1
v2.2-rc0
v2.1
v2.1-rc1
v2.1-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
include/lib/cpus/aarch64/neoverse_e1.h
+8
-8
include/lib/cpus/aarch64/neoverse_e1.h
include/lib/cpus/aarch64/neoverse_n1.h
+35
-0
include/lib/cpus/aarch64/neoverse_n1.h
lib/cpus/aarch64/cortex_ares_pubsub.c
+0
-28
lib/cpus/aarch64/cortex_ares_pubsub.c
lib/cpus/aarch64/cortex_helios.S
+0
-44
lib/cpus/aarch64/cortex_helios.S
lib/cpus/aarch64/neoverse_e1.S
+44
-0
lib/cpus/aarch64/neoverse_e1.S
lib/cpus/aarch64/neoverse_n1.S
+32
-32
lib/cpus/aarch64/neoverse_n1.S
lib/cpus/aarch64/neoverse_n1_pubsub.c
+28
-0
lib/cpus/aarch64/neoverse_n1_pubsub.c
lib/cpus/cpu-ops.mk
+6
-6
lib/cpus/cpu-ops.mk
plat/arm/board/fvp/platform.mk
+2
-2
plat/arm/board/fvp/platform.mk
plat/arm/board/n1sdp/aarch64/n1sdp_helper.S
+7
-7
plat/arm/board/n1sdp/aarch64/n1sdp_helper.S
plat/arm/board/n1sdp/platform.mk
+2
-2
plat/arm/board/n1sdp/platform.mk
plat/arm/board/sgiclarka/platform.mk
+2
-2
plat/arm/board/sgiclarka/platform.mk
plat/arm/board/sgiclarkh/platform.mk
+2
-2
plat/arm/board/sgiclarkh/platform.mk
plat/arm/css/sgi/aarch64/sgi_helper.S
+7
-7
plat/arm/css/sgi/aarch64/sgi_helper.S
readme.rst
+1
-1
readme.rst
with
176 additions
and
141 deletions
+176
-141
include/lib/cpus/aarch64/
cortex_helios
.h
→
include/lib/cpus/aarch64/
neoverse_e1
.h
View file @
3f995f30
...
...
@@ -4,28 +4,28 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef
CORTEX_HELIOS
_H
#define
CORTEX_HELIOS
_H
#ifndef
NEOVERSE_E1
_H
#define
NEOVERSE_E1
_H
#include <lib/utils_def.h>
#define
CORTEX_HELIOS
_MIDR U(0x410FD060)
#define
NEOVERSE_E1
_MIDR U(0x410FD060)
/*******************************************************************************
* CPU Extended Control register specific definitions.
******************************************************************************/
#define
CORTEX_HELIOS
_ECTLR_EL1 S3_0_C15_C1_4
#define
NEOVERSE_E1
_ECTLR_EL1 S3_0_C15_C1_4
/*******************************************************************************
* CPU Auxiliary Control register specific definitions.
******************************************************************************/
#define
CORTEX_HELIOS
_CPUACTLR_EL1 S3_0_C15_C1_0
#define
NEOVERSE_E1
_CPUACTLR_EL1 S3_0_C15_C1_0
/*******************************************************************************
* CPU Power Control register specific definitions.
******************************************************************************/
#define
CORTEX_HELIOS
_CPUPWRCTLR_EL1 S3_0_C15_C2_7
#define
CORTEX_HELIOS
_CPUPWRCTLR_EL1_CORE_PWRDN_BIT (U(1) << 0)
#define
NEOVERSE_E1
_CPUPWRCTLR_EL1 S3_0_C15_C2_7
#define
NEOVERSE_E1
_CPUPWRCTLR_EL1_CORE_PWRDN_BIT (U(1) << 0)
#endif
/*
CORTEX_HELIOS
_H */
#endif
/*
NEOVERSE_E1
_H */
This diff is collapsed.
Click to expand it.
include/lib/cpus/aarch64/
cortex_ares
.h
→
include/lib/cpus/aarch64/
neoverse_n1
.h
View file @
3f995f30
/*
* Copyright (c) 2017-201
8
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2017-201
9
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef
CORTEX_ARES
_H
#define
CORTEX_ARES
_H
#ifndef
NEOVERSE_N1
_H
#define
NEOVERSE_N1
_H
#include <lib/utils_def.h>
/*
Cortex-ARES
MIDR for revision 0 */
#define
CORTEX_ARES
_MIDR U(0x410fd0c0)
/*
Neoverse N1
MIDR for revision 0 */
#define
NEOVERSE_N1
_MIDR U(0x410fd0c0)
/*******************************************************************************
* CPU Extended Control register specific definitions.
******************************************************************************/
#define
CORTEX_ARES
_CPUPWRCTLR_EL1 S3_0_C15_C2_7
#define
CORTEX_ARES
_CPUECTLR_EL1 S3_0_C15_C1_4
#define
NEOVERSE_N1
_CPUPWRCTLR_EL1 S3_0_C15_C2_7
#define
NEOVERSE_N1
_CPUECTLR_EL1 S3_0_C15_C1_4
/* Definitions of register field mask in
CORTEX_ARES
_CPUPWRCTLR_EL1 */
#define
CORTEX_ARES
_CORE_PWRDN_EN_MASK U(0x1)
/* Definitions of register field mask in
NEOVERSE_N1
_CPUPWRCTLR_EL1 */
#define
NEOVERSE_N1
_CORE_PWRDN_EN_MASK U(0x1)
#define
CORTEX_ARES
_ACTLR_AMEN_BIT (U(1) << 4)
#define
NEOVERSE_N1
_ACTLR_AMEN_BIT (U(1) << 4)
#define
CORTEX_ARES
_AMU_NR_COUNTERS U(5)
#define
CORTEX_ARES
_AMU_GROUP0_MASK U(0x1f)
#define
NEOVERSE_N1
_AMU_NR_COUNTERS U(5)
#define
NEOVERSE_N1
_AMU_GROUP0_MASK U(0x1f)
/* Instruction patching registers */
#define CPUPSELR_EL3 S3_6_C15_C8_0
...
...
@@ -32,4 +32,4 @@
#define CPUPOR_EL3 S3_6_C15_C8_2
#define CPUPMR_EL3 S3_6_C15_C8_3
#endif
/*
CORTEX_ARES
_H */
#endif
/*
NEOVERSE_N1
_H */
This diff is collapsed.
Click to expand it.
lib/cpus/aarch64/cortex_ares_pubsub.c
deleted
100644 → 0
View file @
5ba32a76
/*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <cortex_ares.h>
#include <cpuamu.h>
#include <lib/el3_runtime/pubsub_events.h>
static
void
*
cortex_ares_context_save
(
const
void
*
arg
)
{
if
(
midr_match
(
CORTEX_ARES_MIDR
)
!=
0
)
cpuamu_context_save
(
CORTEX_ARES_AMU_NR_COUNTERS
);
return
(
void
*
)
0
;
}
static
void
*
cortex_ares_context_restore
(
const
void
*
arg
)
{
if
(
midr_match
(
CORTEX_ARES_MIDR
)
!=
0
)
cpuamu_context_restore
(
CORTEX_ARES_AMU_NR_COUNTERS
);
return
(
void
*
)
0
;
}
SUBSCRIBE_TO_EVENT
(
psci_suspend_pwrdown_start
,
cortex_ares_context_save
);
SUBSCRIBE_TO_EVENT
(
psci_suspend_pwrdown_finish
,
cortex_ares_context_restore
);
This diff is collapsed.
Click to expand it.
lib/cpus/aarch64/cortex_helios.S
deleted
100644 → 0
View file @
5ba32a76
/*
*
Copyright
(
c
)
2018
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
#include <arch.h>
#include <asm_macros.S>
#include <common/bl_common.h>
#include <common/debug.h>
#include <cortex_helios.h>
#include <cpu_macros.S>
#include <plat_macros.S>
func
cortex_helios_cpu_pwr_dwn
mrs
x0
,
CORTEX_HELIOS_CPUPWRCTLR_EL1
orr
x0
,
x0
,
#
CORTEX_HELIOS_CPUPWRCTLR_EL1_CORE_PWRDN_BIT
msr
CORTEX_HELIOS_CPUPWRCTLR_EL1
,
x0
isb
ret
endfunc
cortex_helios_cpu_pwr_dwn
#if REPORT_ERRATA
/*
*
Errata
printing
function
for
Cortex
Helios
.
Must
follow
AAPCS
.
*/
func
cortex_helios_errata_report
ret
endfunc
cortex_helios_errata_report
#endif
.
section
.
rodata.
cortex_helios_regs
,
"aS"
cortex_helios_regs
:
/
*
The
ascii
list
of
register
names
to
be
reported
*/
.
asciz
"cpuectlr_el1"
,
""
func
cortex_helios_cpu_reg_dump
adr
x6
,
cortex_helios_regs
mrs
x8
,
CORTEX_HELIOS_ECTLR_EL1
ret
endfunc
cortex_helios_cpu_reg_dump
declare_cpu_ops
cortex_helios
,
CORTEX_HELIOS_MIDR
,
\
CPU_NO_RESET_FUNC
,
\
cortex_helios_cpu_pwr_dwn
This diff is collapsed.
Click to expand it.
lib/cpus/aarch64/neoverse_e1.S
0 → 100644
View file @
3f995f30
/*
*
Copyright
(
c
)
2018
-
2019
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
#include <arch.h>
#include <asm_macros.S>
#include <common/bl_common.h>
#include <common/debug.h>
#include <neoverse_e1.h>
#include <cpu_macros.S>
#include <plat_macros.S>
func
neoverse_e1_cpu_pwr_dwn
mrs
x0
,
NEOVERSE_E1_CPUPWRCTLR_EL1
orr
x0
,
x0
,
#
NEOVERSE_E1_CPUPWRCTLR_EL1_CORE_PWRDN_BIT
msr
NEOVERSE_E1_CPUPWRCTLR_EL1
,
x0
isb
ret
endfunc
neoverse_e1_cpu_pwr_dwn
#if REPORT_ERRATA
/*
*
Errata
printing
function
for
Neoverse
N1
.
Must
follow
AAPCS
.
*/
func
neoverse_e1_errata_report
ret
endfunc
neoverse_e1_errata_report
#endif
.
section
.
rodata.
neoverse_e1_regs
,
"aS"
neoverse_e1_regs
:
/
*
The
ascii
list
of
register
names
to
be
reported
*/
.
asciz
"cpuectlr_el1"
,
""
func
neoverse_e1_cpu_reg_dump
adr
x6
,
neoverse_e1_regs
mrs
x8
,
NEOVERSE_E1_ECTLR_EL1
ret
endfunc
neoverse_e1_cpu_reg_dump
declare_cpu_ops
neoverse_e1
,
NEOVERSE_E1_MIDR
,
\
CPU_NO_RESET_FUNC
,
\
neoverse_e1_cpu_pwr_dwn
This diff is collapsed.
Click to expand it.
lib/cpus/aarch64/
cortex_ares
.S
→
lib/cpus/aarch64/
neoverse_n1
.S
View file @
3f995f30
/*
*
Copyright
(
c
)
2017
-
201
8
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
Copyright
(
c
)
2017
-
201
9
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
#include <arch.h>
#include <asm_macros.S>
#include <
cortex_ares
.h>
#include <
neoverse_n1
.h>
#include <cpuamu.h>
#include <cpu_macros.S>
/*
--------------------------------------------------
*
Errata
Workaround
for
Cortex
-
Ares
Errata
*
This
applies
to
revision
r0p0
and
r1p0
of
Cortex
-
Ares
.
*
Errata
Workaround
for
Neoverse
N1
Errata
*
This
applies
to
revision
r0p0
and
r1p0
of
Neoverse
N1
.
*
Inputs
:
*
x0
:
variant
[
4
:
7
]
and
revision
[
0
:
3
]
of
current
cpu
.
*
Shall
clobber
:
x0
-
x17
*
--------------------------------------------------
*/
func
errata_
ares
_1043202_wa
func
errata_
n1
_1043202_wa
/
*
Compare
x0
against
revision
r1p0
*/
mov
x17
,
x30
bl
check_errata_1043202
...
...
@@ -36,7 +36,7 @@ func errata_ares_1043202_wa
isb
1
:
ret
x17
endfunc
errata_
ares
_1043202_wa
endfunc
errata_
n1
_1043202_wa
func
check_errata_1043202
/
*
Applies
to
r0p0
and
r1p0
*/
...
...
@@ -44,58 +44,58 @@ func check_errata_1043202
b
cpu_rev_var_ls
endfunc
check_errata_1043202
func
cortex_ares
_reset_func
func
neoverse_n1
_reset_func
mov
x19
,
x30
bl
cpu_get_rev_var
mov
x18
,
x0
#if ERRATA_
ARES
_1043202
#if ERRATA_
N1
_1043202
mov
x0
,
x18
bl
errata_
ares
_1043202_wa
bl
errata_
n1
_1043202_wa
#endif
#if ENABLE_AMU
/
*
Make
sure
accesses
from
EL0
/
EL1
and
EL2
are
not
trapped
to
EL3
*/
mrs
x0
,
actlr_el3
orr
x0
,
x0
,
#
CORTEX_ARES
_ACTLR_AMEN_BIT
orr
x0
,
x0
,
#
NEOVERSE_N1
_ACTLR_AMEN_BIT
msr
actlr_el3
,
x0
isb
/
*
Make
sure
accesses
from
EL0
/
EL1
are
not
trapped
to
EL2
*/
mrs
x0
,
actlr_el2
orr
x0
,
x0
,
#
CORTEX_ARES
_ACTLR_AMEN_BIT
orr
x0
,
x0
,
#
NEOVERSE_N1
_ACTLR_AMEN_BIT
msr
actlr_el2
,
x0
isb
/
*
Enable
group0
counters
*/
mov
x0
,
#
CORTEX_ARES
_AMU_GROUP0_MASK
mov
x0
,
#
NEOVERSE_N1
_AMU_GROUP0_MASK
msr
CPUAMCNTENSET_EL0
,
x0
isb
#endif
ret
x19
endfunc
cortex_ares
_reset_func
endfunc
neoverse_n1
_reset_func
/
*
---------------------------------------------
*
HW
will
do
the
cache
maintenance
while
powering
down
*
---------------------------------------------
*/
func
cortex_ares
_core_pwr_dwn
func
neoverse_n1
_core_pwr_dwn
/
*
---------------------------------------------
*
Enable
CPU
power
down
bit
in
power
control
register
*
---------------------------------------------
*/
mrs
x0
,
CORTEX_ARES
_CPUPWRCTLR_EL1
orr
x0
,
x0
,
#
CORTEX_ARES
_CORE_PWRDN_EN_MASK
msr
CORTEX_ARES
_CPUPWRCTLR_EL1
,
x0
mrs
x0
,
NEOVERSE_N1
_CPUPWRCTLR_EL1
orr
x0
,
x0
,
#
NEOVERSE_N1
_CORE_PWRDN_EN_MASK
msr
NEOVERSE_N1
_CPUPWRCTLR_EL1
,
x0
isb
ret
endfunc
cortex_ares
_core_pwr_dwn
endfunc
neoverse_n1
_core_pwr_dwn
#if REPORT_ERRATA
/*
*
Errata
printing
function
for
Cortex
-
Ares
.
Must
follow
AAPCS
.
*
Errata
printing
function
for
Neoverse
N1
.
Must
follow
AAPCS
.
*/
func
cortex_ares
_errata_report
func
neoverse_n1
_errata_report
stp
x8
,
x30
,
[
sp
,
#-
16
]!
bl
cpu_get_rev_var
...
...
@@ -105,15 +105,15 @@ func cortex_ares_errata_report
*
Report
all
errata
.
The
revision
-
variant
information
is
passed
to
*
checking
functions
of
each
errata
.
*/
report_errata
ERRATA_
ARES
_1043202
,
cortex_ares
,
1043202
report_errata
ERRATA_
N1
_1043202
,
neoverse_n1
,
1043202
ldp
x8
,
x30
,
[
sp
],
#
16
ret
endfunc
cortex_ares
_errata_report
endfunc
neoverse_n1
_errata_report
#endif
/
*
---------------------------------------------
*
This
function
provides
cortex_ares
specific
*
This
function
provides
neoverse_n1
specific
*
register
information
for
crash
reporting
.
*
It
needs
to
return
with
x6
pointing
to
*
a
list
of
register
names
in
ascii
and
...
...
@@ -121,16 +121,16 @@ endfunc cortex_ares_errata_report
*
reported
.
*
---------------------------------------------
*/
.
section
.
rodata.
cortex_ares
_regs
,
"aS"
cortex_ares
_regs
:
/
*
The
ascii
list
of
register
names
to
be
reported
*/
.
section
.
rodata.
neoverse_n1
_regs
,
"aS"
neoverse_n1
_regs
:
/
*
The
ascii
list
of
register
names
to
be
reported
*/
.
asciz
"cpuectlr_el1"
,
""
func
cortex_ares
_cpu_reg_dump
adr
x6
,
cortex_ares
_regs
mrs
x8
,
CORTEX_ARES
_CPUECTLR_EL1
func
neoverse_n1
_cpu_reg_dump
adr
x6
,
neoverse_n1
_regs
mrs
x8
,
NEOVERSE_N1
_CPUECTLR_EL1
ret
endfunc
cortex_ares
_cpu_reg_dump
endfunc
neoverse_n1
_cpu_reg_dump
declare_cpu_ops
cortex_ares
,
CORTEX_ARES
_MIDR
,
\
cortex_ares
_reset_func
,
\
cortex_ares
_core_pwr_dwn
declare_cpu_ops
neoverse_n1
,
NEOVERSE_N1
_MIDR
,
\
neoverse_n1
_reset_func
,
\
neoverse_n1
_core_pwr_dwn
This diff is collapsed.
Click to expand it.
lib/cpus/aarch64/neoverse_n1_pubsub.c
0 → 100644
View file @
3f995f30
/*
* Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <neoverse_n1.h>
#include <cpuamu.h>
#include <lib/el3_runtime/pubsub_events.h>
static
void
*
neoverse_n1_context_save
(
const
void
*
arg
)
{
if
(
midr_match
(
NEOVERSE_N1_MIDR
)
!=
0
)
cpuamu_context_save
(
NEOVERSE_N1_AMU_NR_COUNTERS
);
return
(
void
*
)
0
;
}
static
void
*
neoverse_n1_context_restore
(
const
void
*
arg
)
{
if
(
midr_match
(
NEOVERSE_N1_MIDR
)
!=
0
)
cpuamu_context_restore
(
NEOVERSE_N1_AMU_NR_COUNTERS
);
return
(
void
*
)
0
;
}
SUBSCRIBE_TO_EVENT
(
psci_suspend_pwrdown_start
,
neoverse_n1_context_save
);
SUBSCRIBE_TO_EVENT
(
psci_suspend_pwrdown_finish
,
neoverse_n1_context_restore
);
This diff is collapsed.
Click to expand it.
lib/cpus/cpu-ops.mk
View file @
3f995f30
#
# Copyright (c) 2014-201
8
, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2014-201
9
, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
...
...
@@ -120,8 +120,8 @@ ERRATA_A57_859972 ?=0
ERRATA_A72_859971
?=
0
# Flag to apply T32 CLREX workaround during reset. This erratum applies
# only to r0p0 and r1p0 of the
Ares
cpu.
ERRATA_
ARES
_1043202
?=
1
# only to r0p0 and r1p0 of the
Neoverse N1
cpu.
ERRATA_
N1
_1043202
?=
1
# Flag to apply DSU erratum 936184. This erratum applies to DSUs containing
# the ACP interface and revision < r2p0. Applying the workaround results in
...
...
@@ -188,9 +188,9 @@ $(eval $(call add_define,ERRATA_A57_859972))
$(eval
$(call
assert_boolean,ERRATA_A72_859971))
$(eval
$(call
add_define,ERRATA_A72_859971))
# Process ERRATA_
ARES
_1043202 flag
$(eval
$(call
assert_boolean,ERRATA_
ARES
_1043202))
$(eval
$(call
add_define,ERRATA_
ARES
_1043202))
# Process ERRATA_
N1
_1043202 flag
$(eval
$(call
assert_boolean,ERRATA_
N1
_1043202))
$(eval
$(call
add_define,ERRATA_
N1
_1043202))
# Process ERRATA_DSU_936184 flag
$(eval
$(call
assert_boolean,ERRATA_DSU_936184))
...
...
This diff is collapsed.
Click to expand it.
plat/arm/board/fvp/platform.mk
View file @
3f995f30
...
...
@@ -103,7 +103,7 @@ FVP_CPU_LIBS += lib/cpus/aarch64/cortex_a35.S \
lib/cpus/aarch64/cortex_a73.S
\
lib/cpus/aarch64/cortex_a75.S
\
lib/cpus/aarch64/cortex_a76.S
\
lib/cpus/aarch64/
cortex_ares
.S
\
lib/cpus/aarch64/
neoverse_n1
.S
\
lib/cpus/aarch64/cortex_deimos.S
else
FVP_CPU_LIBS
+=
lib/cpus/aarch32/cortex_a32.S
...
...
@@ -214,7 +214,7 @@ endif
ifeq
(${ENABLE_AMU},1)
BL31_SOURCES
+=
lib/cpus/aarch64/cortex_a75_pubsub.c
\
lib/cpus/aarch64/
cortex_ares
_pubsub.c
\
lib/cpus/aarch64/
neoverse_n1
_pubsub.c
\
lib/cpus/aarch64/cpuamu.c
\
lib/cpus/aarch64/cpuamu_helpers.S
endif
...
...
This diff is collapsed.
Click to expand it.
plat/arm/board/n1sdp/aarch64/n1sdp_helper.S
View file @
3f995f30
/*
*
Copyright
(
c
)
2018
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
Copyright
(
c
)
2018
-
2019
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
#include <arch.h>
#include <asm_macros.S>
#include <
cortex_ares
.h>
#include <
neoverse_n1
.h>
#include <cpu_macros.S>
#include <platform_def.h>
...
...
@@ -58,17 +58,17 @@ endfunc plat_arm_calc_core_pos
*/
func
plat_reset_handler
jump_if_cpu_midr
CORTEX_ARES
_MIDR
,
ARES
jump_if_cpu_midr
NEOVERSE_N1
_MIDR
,
N1
ret
/
*
-----------------------------------------------------
*
Disable
CPU
power
down
bit
in
power
control
register
*
-----------------------------------------------------
*/
ARES
:
mrs
x0
,
CORTEX_ARES
_CPUPWRCTLR_EL1
bic
x0
,
x0
,
#
CORTEX_ARES
_CORE_PWRDN_EN_MASK
msr
CORTEX_ARES
_CPUPWRCTLR_EL1
,
x0
N1
:
mrs
x0
,
NEOVERSE_N1
_CPUPWRCTLR_EL1
bic
x0
,
x0
,
#
NEOVERSE_N1
_CORE_PWRDN_EN_MASK
msr
NEOVERSE_N1
_CPUPWRCTLR_EL1
,
x0
isb
ret
endfunc
plat_reset_handler
This diff is collapsed.
Click to expand it.
plat/arm/board/n1sdp/platform.mk
View file @
3f995f30
#
# Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2018
-2019
, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
...
...
@@ -12,7 +12,7 @@ INTERCONNECT_SOURCES := ${N1SDP_BASE}/n1sdp_interconnect.c
PLAT_INCLUDES
:=
-I
${N1SDP_BASE}
/include
N1SDP_CPU_SOURCES
:=
lib/cpus/aarch64/
cortex_ares
.S
N1SDP_CPU_SOURCES
:=
lib/cpus/aarch64/
neoverse_n1
.S
N1SDP_GIC_SOURCES
:=
drivers/arm/gic/common/gic_common.c
\
...
...
This diff is collapsed.
Click to expand it.
plat/arm/board/sgiclarka/platform.mk
View file @
3f995f30
#
# Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2018
-2019
, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
...
...
@@ -10,7 +10,7 @@ SGICLARKA_BASE = plat/arm/board/sgiclarka
PLAT_INCLUDES
+=
-I
${SGICLARKA_BASE}
/include/
SGI_CPU_SOURCES
:=
lib/cpus/aarch64/
cortex_ares
.S
SGI_CPU_SOURCES
:=
lib/cpus/aarch64/
neoverse_n1
.S
BL1_SOURCES
+=
${SGI_CPU_SOURCES}
...
...
This diff is collapsed.
Click to expand it.
plat/arm/board/sgiclarkh/platform.mk
View file @
3f995f30
#
# Copyright (c) 2018, Arm Limited. All rights reserved.
# Copyright (c) 2018
-2019
, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
...
...
@@ -10,7 +10,7 @@ SGICLARKH_BASE = plat/arm/board/sgiclarkh
PLAT_INCLUDES
+=
-I
${SGICLARKH_BASE}
/include/
SGI_CPU_SOURCES
:=
lib/cpus/aarch64/
cortex_helios
.S
SGI_CPU_SOURCES
:=
lib/cpus/aarch64/
neoverse_e1
.S
BL1_SOURCES
+=
${SGI_CPU_SOURCES}
...
...
This diff is collapsed.
Click to expand it.
plat/arm/css/sgi/aarch64/sgi_helper.S
View file @
3f995f30
/*
*
Copyright
(
c
)
2018
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
Copyright
(
c
)
2018
-
2019
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
...
...
@@ -8,7 +8,7 @@
#include <asm_macros.S>
#include <platform_def.h>
#include <cortex_a75.h>
#include <
cortex_ares
.h>
#include <
neoverse_n1
.h>
#include <cpu_macros.S>
.
globl
plat_arm_calc_core_pos
...
...
@@ -59,7 +59,7 @@ endfunc plat_arm_calc_core_pos
*/
func
plat_reset_handler
jump_if_cpu_midr
CORTEX_A75_MIDR
,
A75
jump_if_cpu_midr
CORTEX_ARES
_MIDR
,
ARES
jump_if_cpu_midr
NEOVERSE_N1
_MIDR
,
N1
ret
/
*
-----------------------------------------------------
...
...
@@ -73,10 +73,10 @@ A75:
isb
ret
ARES
:
mrs
x0
,
CORTEX_ARES
_CPUPWRCTLR_EL1
bic
x0
,
x0
,
#
CORTEX_ARES
_CORE_PWRDN_EN_MASK
msr
CORTEX_ARES
_CPUPWRCTLR_EL1
,
x0
N1
:
mrs
x0
,
NEOVERSE_N1
_CPUPWRCTLR_EL1
bic
x0
,
x0
,
#
NEOVERSE_N1
_CORE_PWRDN_EN_MASK
msr
NEOVERSE_N1
_CPUPWRCTLR_EL1
,
x0
isb
ret
endfunc
plat_reset_handler
This diff is collapsed.
Click to expand it.
readme.rst
View file @
3f995f30
...
...
@@ -195,7 +195,7 @@ This release also contains the following platform support:
- Allwinner sun50i_64 and sun50i_h6
- Amlogic Meson S905 (GXBB)
- Arm SGI-575, SGI Clark.A, SGI Clark.H and SGM-775
- Arm Neo
V
erse N1 System Development Platform
- Arm Neo
v
erse N1 System Development Platform
- HiKey, HiKey960 and Poplar boards
- Marvell Armada 3700 and 8K
- MediaTek MT6795 and MT8173 SoCs
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help