blob: 32823e01c5d573445bed701a03eb65d21c36e2b6 [file] [log] [blame]
Juan Castillo6b672f52014-09-04 14:43:09 +01001/*
Ambroise Vincentd207f562019-04-10 12:50:27 +01002 * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved.
Juan Castillo6b672f52014-09-04 14:43:09 +01003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Juan Castillo6b672f52014-09-04 14:43:09 +01005 */
Louis Mayencourt3e7c38a2019-07-31 15:03:44 +01006#include <assert.h>
Juan Castillo6b672f52014-09-04 14:43:09 +01007
Antonio Nino Diaze0f90632018-12-14 00:18:21 +00008#include <common/debug.h>
9#include <drivers/arm/nic_400.h>
10#include <lib/mmio.h>
Antonio Nino Diaza320ecd2019-01-15 14:19:50 +000011#include <platform_def.h>
Antonio Nino Diazbd7b7402019-01-25 14:30:04 +000012#include <plat/arm/common/plat_arm.h>
13#include <plat/arm/soc/common/soc_css.h>
Ambroise Vincentd207f562019-04-10 12:50:27 +010014#include <plat/common/platform.h>
Antonio Nino Diaze0f90632018-12-14 00:18:21 +000015
Summer Qin13b95c22018-03-02 15:51:14 +080016#include "juno_tzmp1_def.h"
17
18#ifdef JUNO_TZMP1
19/*
20 * Protect buffer for VPU/GPU/DPU memory usage with hardware protection
21 * enabled. Propose 224MB video output, 96 MB video input and 32MB video
22 * private.
23 *
24 * Ind Memory Range Caption S_ATTR NS_ATTR
25 * 1 0x080000000 - 0x0E7FFFFFF ARM_NS_DRAM1 NONE RDWR | MEDIA_RW
26 * 2 0x0E8000000 - 0x0F5FFFFFF JUNO_MEDIA_TZC_PROT_DRAM1 NONE MEDIA_RW | AP_WR
27 * 3 0x0F6000000 - 0x0FBFFFFFF JUNO_VPU_TZC_PROT_DRAM1 RDWR VPU_PROT_RW
28 * 4 0x0FC000000 - 0x0FDFFFFFF JUNO_VPU_TZC_PRIV_DRAM1 RDWR VPU_PRIV_RW
29 * 5 0x0FE000000 - 0x0FEFFFFFF JUNO_AP_TZC_SHARE_DRAM1 NONE RDWR | MEDIA_RW
30 * 6 0x0FF000000 - 0x0FFFFFFFF ARM_AP_TZC_DRAM1 RDWR NONE
31 * 7 0x880000000 - 0x9FFFFFFFF ARM_DRAM2 NONE RDWR | MEDIA_RW
32 *
33 * Memory regions are neighbored to save limited TZC regions. Calculation
34 * started from ARM_TZC_SHARE_DRAM1 since it is known and fixed for both
35 * protected-enabled and protected-disabled settings.
36 *
37 * Video private buffer aheads of ARM_TZC_SHARE_DRAM1
38 */
Juan Castillo6b672f52014-09-04 14:43:09 +010039
Summer Qin13b95c22018-03-02 15:51:14 +080040static const arm_tzc_regions_info_t juno_tzmp1_tzc_regions[] = {
41 {ARM_AP_TZC_DRAM1_BASE, ARM_AP_TZC_DRAM1_END, TZC_REGION_S_RDWR, 0},
42 {JUNO_NS_DRAM1_PT1_BASE, JUNO_NS_DRAM1_PT1_END,
43 TZC_REGION_S_NONE, JUNO_MEDIA_TZC_NS_DEV_ACCESS},
44 {JUNO_MEDIA_TZC_PROT_DRAM1_BASE, JUNO_MEDIA_TZC_PROT_DRAM1_END,
45 TZC_REGION_S_NONE, JUNO_MEDIA_TZC_PROT_ACCESS},
46 {JUNO_VPU_TZC_PROT_DRAM1_BASE, JUNO_VPU_TZC_PROT_DRAM1_END,
47 TZC_REGION_S_RDWR, JUNO_VPU_TZC_PROT_ACCESS},
48 {JUNO_VPU_TZC_PRIV_DRAM1_BASE, JUNO_VPU_TZC_PRIV_DRAM1_END,
49 TZC_REGION_S_RDWR, JUNO_VPU_TZC_PRIV_ACCESS},
50 {JUNO_AP_TZC_SHARE_DRAM1_BASE, JUNO_AP_TZC_SHARE_DRAM1_END,
51 TZC_REGION_S_NONE, JUNO_MEDIA_TZC_NS_DEV_ACCESS},
52 {ARM_DRAM2_BASE, ARM_DRAM2_END,
53 TZC_REGION_S_NONE, JUNO_MEDIA_TZC_NS_DEV_ACCESS},
54 {},
55};
56
57/*******************************************************************************
58 * Program dp650 to configure NSAID value for protected mode.
59 ******************************************************************************/
60static void init_dp650(void)
61{
62 mmio_write_32(DP650_BASE + DP650_PROT_NSAID_OFFSET,
63 DP650_PROT_NSAID_CONFIG);
64}
Juan Castillo6b672f52014-09-04 14:43:09 +010065
66/*******************************************************************************
Summer Qin13b95c22018-03-02 15:51:14 +080067 * Program v550 to configure NSAID value for protected mode.
68 ******************************************************************************/
69static void init_v550(void)
70{
71 /*
72 * bits[31:28] is for PRIVATE,
73 * bits[27:24] is for OUTBUF,
74 * bits[23:20] is for PROTECTED.
75 */
76 mmio_write_32(V550_BASE + V550_PROTCTRL_OFFSET, V550_PROTCTRL_CONFIG);
77}
78
79#endif /* JUNO_TZMP1 */
80
81/*******************************************************************************
Robin Murphy0f1d6662015-01-09 14:30:58 +000082 * Set up the MMU-401 SSD tables. The power-on configuration has all stream IDs
83 * assigned to Non-Secure except some for the DMA-330. Assign those back to the
84 * Non-Secure world as well, otherwise EL1 may end up erroneously generating
85 * (untranslated) Secure transactions if it turns the SMMU on.
86 ******************************************************************************/
87static void init_mmu401(void)
88{
89 uint32_t reg = mmio_read_32(MMU401_DMA330_BASE + MMU401_SSD_OFFSET);
90 reg |= 0x1FF;
91 mmio_write_32(MMU401_DMA330_BASE + MMU401_SSD_OFFSET, reg);
92}
93
94/*******************************************************************************
Vikram Kanigiriaf2bc5f2015-08-03 23:58:19 +010095 * Program CSS-NIC400 to allow non-secure access to some CSS regions.
96 ******************************************************************************/
97static void css_init_nic400(void)
98{
99 /* Note: This is the NIC-400 device on the CSS */
100 mmio_write_32(PLAT_SOC_CSS_NIC400_BASE +
101 NIC400_ADDR_CTRL_SECURITY_REG(CSS_NIC400_SLAVE_BOOTSECURE),
102 ~0);
103}
104
105/*******************************************************************************
dp-armb71946b2017-02-08 12:16:42 +0000106 * Initialize debug configuration.
107 ******************************************************************************/
108static void init_debug_cfg(void)
109{
110#if !DEBUG
111 /* Set internal drive selection for SPIDEN. */
112 mmio_write_32(SSC_REG_BASE + SSC_DBGCFG_SET,
113 1U << SPIDEN_SEL_SET_SHIFT);
114
115 /* Drive SPIDEN LOW to disable invasive debug of secure state. */
116 mmio_write_32(SSC_REG_BASE + SSC_DBGCFG_CLR,
117 1U << SPIDEN_INT_CLR_SHIFT);
118#endif
119}
120
121/*******************************************************************************
Dan Handley7bef8002015-03-19 19:22:44 +0000122 * Initialize the secure environment.
Juan Castillo6b672f52014-09-04 14:43:09 +0100123 ******************************************************************************/
Dan Handley7bef8002015-03-19 19:22:44 +0000124void plat_arm_security_setup(void)
Juan Castillo6b672f52014-09-04 14:43:09 +0100125{
dp-armb71946b2017-02-08 12:16:42 +0000126 /* Initialize debug configuration */
127 init_debug_cfg();
Juan Castillo6b672f52014-09-04 14:43:09 +0100128 /* Initialize the TrustZone Controller */
Summer Qin13b95c22018-03-02 15:51:14 +0800129#ifdef JUNO_TZMP1
130 arm_tzc400_setup(juno_tzmp1_tzc_regions);
131 INFO("TZC protected shared memory base address for TZMP usecase: %p\n",
132 (void *)JUNO_AP_TZC_SHARE_DRAM1_BASE);
133 INFO("TZC protected shared memory end address for TZMP usecase: %p\n",
134 (void *)JUNO_AP_TZC_SHARE_DRAM1_END);
135#else
Summer Qin5ce394c2018-03-12 11:28:26 +0800136 arm_tzc400_setup(NULL);
Summer Qin13b95c22018-03-02 15:51:14 +0800137#endif
Vikram Kanigiriaf2bc5f2015-08-03 23:58:19 +0100138 /* Do ARM CSS internal NIC setup */
139 css_init_nic400();
Dan Handley7bef8002015-03-19 19:22:44 +0000140 /* Do ARM CSS SoC security setup */
141 soc_css_security_setup();
dp-armb71946b2017-02-08 12:16:42 +0000142 /* Initialize the SMMU SSD tables */
Robin Murphy0f1d6662015-01-09 14:30:58 +0000143 init_mmu401();
Summer Qin13b95c22018-03-02 15:51:14 +0800144#ifdef JUNO_TZMP1
145 init_dp650();
146 init_v550();
147#endif
Juan Castillo6b672f52014-09-04 14:43:09 +0100148}
Ambroise Vincentd207f562019-04-10 12:50:27 +0100149
150#if TRUSTED_BOARD_BOOT
151int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size)
152{
Louis Mayencourt3e7c38a2019-07-31 15:03:44 +0100153 assert(heap_addr != NULL);
154 assert(heap_size != NULL);
155
156 return arm_get_mbedtls_heap(heap_addr, heap_size);
Ambroise Vincentd207f562019-04-10 12:50:27 +0100157}
158#endif