blob: d3a3e5d88abeeb8ccef9ecddd9593c43548d420a [file] [log] [blame]
Artsem Artsemenkafea97f72019-09-16 15:11:21 +01001/*
Boyan Karatotev496ae962023-04-05 11:02:22 +01002 * Copyright (c) 2019-2023, Arm Limited. All rights reserved.
Varun Wadekar83561e32023-09-20 15:13:16 +00003 * Copyright (c) 2021-2023, NVIDIA Corporation. All rights reserved.
Artsem Artsemenkafea97f72019-09-16 15:11:21 +01004 *
5 * SPDX-License-Identifier: BSD-3-Clause
6 */
7
8#include <arch.h>
9#include <asm_macros.S>
10#include <common/bl_common.h>
Jimmy Brisson7cc90c42020-09-30 15:34:51 -050011#include <cortex_a78_ae.h>
Artsem Artsemenkafea97f72019-09-16 15:11:21 +010012#include <cpu_macros.S>
13#include <plat_macros.S>
Bipin Ravieb4d12b2022-03-12 01:58:02 -060014#include "wa_cve_2022_23960_bhb_vector.S"
Artsem Artsemenkafea97f72019-09-16 15:11:21 +010015
16/* Hardware handled coherency */
17#if HW_ASSISTED_COHERENCY == 0
Jimmy Brisson7cc90c42020-09-30 15:34:51 -050018#error "cortex_a78_ae must be compiled with HW_ASSISTED_COHERENCY enabled"
Artsem Artsemenkafea97f72019-09-16 15:11:21 +010019#endif
20
Bipin Ravieb4d12b2022-03-12 01:58:02 -060021#if WORKAROUND_CVE_2022_23960
22 wa_cve_2022_23960_bhb_vector_table CORTEX_A78_AE_BHB_LOOP_COUNT, cortex_a78_ae
23#endif /* WORKAROUND_CVE_2022_23960 */
24
Boyan Karatotev496ae962023-04-05 11:02:22 +010025workaround_reset_start cortex_a78_ae, ERRATUM(1941500), ERRATA_A78_AE_1941500
Varun Wadekar83561e32023-09-20 15:13:16 +000026 sysreg_bit_set CORTEX_A78_AE_CPUECTLR_EL1, CORTEX_A78_AE_CPUECTLR_EL1_BIT_8
Boyan Karatotev496ae962023-04-05 11:02:22 +010027workaround_reset_end cortex_a78_ae, ERRATUM(1941500)
Varun Wadekar0914fc42021-07-27 02:32:29 -070028
Boyan Karatotev24c7c662023-04-05 16:29:25 +010029check_erratum_ls cortex_a78_ae, ERRATUM(1941500), CPU_REV(0, 1)
Varun Wadekar0914fc42021-07-27 02:32:29 -070030
Boyan Karatotev496ae962023-04-05 11:02:22 +010031workaround_reset_start cortex_a78_ae, ERRATUM(1951502), ERRATA_A78_AE_1951502
Varun Wadekara3110ad2021-07-27 00:39:40 -070032 msr S3_6_c15_c8_0, xzr
33 ldr x0, =0x10E3900002
34 msr S3_6_c15_c8_2, x0
35 ldr x0, =0x10FFF00083
36 msr S3_6_c15_c8_3, x0
37 ldr x0, =0x2001003FF
38 msr S3_6_c15_c8_1, x0
39
40 mov x0, #1
41 msr S3_6_c15_c8_0, x0
42 ldr x0, =0x10E3800082
43 msr S3_6_c15_c8_2, x0
44 ldr x0, =0x10FFF00083
45 msr S3_6_c15_c8_3, x0
46 ldr x0, =0x2001003FF
47 msr S3_6_c15_c8_1, x0
48
49 mov x0, #2
50 msr S3_6_c15_c8_0, x0
51 ldr x0, =0x10E3800200
52 msr S3_6_c15_c8_2, x0
53 ldr x0, =0x10FFF003E0
54 msr S3_6_c15_c8_3, x0
55 ldr x0, =0x2001003FF
56 msr S3_6_c15_c8_1, x0
Boyan Karatotev496ae962023-04-05 11:02:22 +010057workaround_reset_end cortex_a78_ae, ERRATUM(1951502)
Varun Wadekara3110ad2021-07-27 00:39:40 -070058
Boyan Karatotev24c7c662023-04-05 16:29:25 +010059check_erratum_ls cortex_a78_ae, ERRATUM(1951502), CPU_REV(0, 1)
Varun Wadekara3110ad2021-07-27 00:39:40 -070060
Boyan Karatotev496ae962023-04-05 11:02:22 +010061workaround_reset_start cortex_a78_ae, ERRATUM(2376748), ERRATA_A78_AE_2376748
Varun Wadekar9030a6c2022-03-09 22:04:00 +000062 /* -------------------------------------------------------
63 * Set CPUACTLR2_EL1[0] to 1 to force PLDW/PFRM ST to
64 * behave like PLD/PRFM LD and not cause invalidations to
65 * other PE caches. There might be a small performance
66 * degradation to this workaround for certain workloads
67 * that share data.
68 * -------------------------------------------------------
69 */
Boyan Karatotev24c7c662023-04-05 16:29:25 +010070 sysreg_bit_set CORTEX_A78_AE_ACTLR2_EL1, CORTEX_A78_AE_ACTLR2_EL1_BIT_0
Boyan Karatotev496ae962023-04-05 11:02:22 +010071workaround_reset_end cortex_a78_ae, ERRATUM(2376748)
Varun Wadekar9030a6c2022-03-09 22:04:00 +000072
Sona Mathew20897752023-10-10 16:48:57 -050073check_erratum_ls cortex_a78_ae, ERRATUM(2376748), CPU_REV(0, 2)
Varun Wadekarac6bf2e2022-03-09 22:20:32 +000074
Boyan Karatotev496ae962023-04-05 11:02:22 +010075workaround_reset_start cortex_a78_ae, ERRATUM(2395408), ERRATA_A78_AE_2395408
Varun Wadekarac6bf2e2022-03-09 22:20:32 +000076 /* --------------------------------------------------------
77 * Disable folding of demand requests into older prefetches
78 * with L2 miss requests outstanding by setting the
79 * CPUACTLR2_EL1[40] to 1.
80 * --------------------------------------------------------
81 */
Boyan Karatotev24c7c662023-04-05 16:29:25 +010082 sysreg_bit_set CORTEX_A78_AE_ACTLR2_EL1, CORTEX_A78_AE_ACTLR2_EL1_BIT_40
Boyan Karatotev496ae962023-04-05 11:02:22 +010083workaround_reset_end cortex_a78_ae, ERRATUM(2395408)
Varun Wadekarac6bf2e2022-03-09 22:20:32 +000084
Boyan Karatotev24c7c662023-04-05 16:29:25 +010085check_erratum_ls cortex_a78_ae, ERRATUM(2395408), CPU_REV(0, 1)
Bipin Ravieb4d12b2022-03-12 01:58:02 -060086
Boyan Karatotev496ae962023-04-05 11:02:22 +010087workaround_reset_start cortex_a78_ae, CVE(2022, 23960), WORKAROUND_CVE_2022_23960
88#if IMAGE_BL31
89 /*
90 * The Cortex-A78AE generic vectors are overridden to apply errata
91 * mitigation on exception entry from lower ELs.
Artsem Artsemenkafea97f72019-09-16 15:11:21 +010092 */
Boyan Karatotev24c7c662023-04-05 16:29:25 +010093 override_vector_table wa_cve_vbar_cortex_a78_ae
Boyan Karatotev496ae962023-04-05 11:02:22 +010094#endif /* IMAGE_BL31 */
95workaround_reset_end cortex_a78_ae, CVE(2022, 23960)
Varun Wadekara3110ad2021-07-27 00:39:40 -070096
Boyan Karatotev496ae962023-04-05 11:02:22 +010097check_erratum_chosen cortex_a78_ae, CVE(2022, 23960), WORKAROUND_CVE_2022_23960
Varun Wadekar0914fc42021-07-27 02:32:29 -070098
Boyan Karatotev496ae962023-04-05 11:02:22 +010099cpu_reset_func_start cortex_a78_ae
Andre Przywara0b7f1b02023-03-21 13:53:19 +0000100#if ENABLE_FEAT_AMU
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100101 /* Make sure accesses from EL0/EL1 and EL2 are not trapped to EL3 */
Boyan Karatotev24c7c662023-04-05 16:29:25 +0100102 sysreg_bit_clear actlr_el3, CORTEX_A78_ACTLR_TAM_BIT
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100103
104 /* Make sure accesses from non-secure EL0/EL1 are not trapped to EL2 */
Boyan Karatotev24c7c662023-04-05 16:29:25 +0100105 sysreg_bit_clear actlr_el2, CORTEX_A78_ACTLR_TAM_BIT
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100106
107 /* Enable group0 counters */
Jimmy Brisson3571fb92020-06-01 10:18:22 -0500108 mov x0, #CORTEX_A78_AMU_GROUP0_MASK
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100109 msr CPUAMCNTENSET0_EL0, x0
110
111 /* Enable group1 counters */
Jimmy Brisson3571fb92020-06-01 10:18:22 -0500112 mov x0, #CORTEX_A78_AMU_GROUP1_MASK
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100113 msr CPUAMCNTENSET1_EL0, x0
Varun Wadekara3110ad2021-07-27 00:39:40 -0700114#endif
Boyan Karatotev496ae962023-04-05 11:02:22 +0100115cpu_reset_func_end cortex_a78_ae
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100116
117 /* -------------------------------------------------------
118 * HW will do the cache maintenance while powering down
119 * -------------------------------------------------------
120 */
Jimmy Brisson7cc90c42020-09-30 15:34:51 -0500121func cortex_a78_ae_core_pwr_dwn
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100122 /* -------------------------------------------------------
123 * Enable CPU power down bit in power control register
124 * -------------------------------------------------------
125 */
Boyan Karatotev24c7c662023-04-05 16:29:25 +0100126 sysreg_bit_set CORTEX_A78_CPUPWRCTLR_EL1, CORTEX_A78_CPUPWRCTLR_EL1_CORE_PWRDN_EN_BIT
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100127 isb
128 ret
Jimmy Brisson7cc90c42020-09-30 15:34:51 -0500129endfunc cortex_a78_ae_core_pwr_dwn
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100130
Boyan Karatotev496ae962023-04-05 11:02:22 +0100131errata_report_shim cortex_a78_ae
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100132
133 /* -------------------------------------------------------
Jimmy Brisson7cc90c42020-09-30 15:34:51 -0500134 * This function provides cortex_a78_ae specific
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100135 * register information for crash reporting.
136 * It needs to return with x6 pointing to
137 * a list of register names in ascii and
138 * x8 - x15 having values of registers to be
139 * reported.
140 * -------------------------------------------------------
141 */
Jimmy Brisson7cc90c42020-09-30 15:34:51 -0500142.section .rodata.cortex_a78_ae_regs, "aS"
143cortex_a78_ae_regs: /* The ascii list of register names to be reported */
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100144 .asciz "cpuectlr_el1", ""
145
Jimmy Brisson7cc90c42020-09-30 15:34:51 -0500146func cortex_a78_ae_cpu_reg_dump
147 adr x6, cortex_a78_ae_regs
Jimmy Brisson3571fb92020-06-01 10:18:22 -0500148 mrs x8, CORTEX_A78_CPUECTLR_EL1
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100149 ret
Jimmy Brisson7cc90c42020-09-30 15:34:51 -0500150endfunc cortex_a78_ae_cpu_reg_dump
Artsem Artsemenkafea97f72019-09-16 15:11:21 +0100151
Jimmy Brisson7cc90c42020-09-30 15:34:51 -0500152declare_cpu_ops cortex_a78_ae, CORTEX_A78_AE_MIDR, \
Varun Wadekara3110ad2021-07-27 00:39:40 -0700153 cortex_a78_ae_reset_func, \
Jimmy Brisson7cc90c42020-09-30 15:34:51 -0500154 cortex_a78_ae_core_pwr_dwn