blob: 519a025c927f36e3aa4797a83474edd971cdf941 [file] [log] [blame]
Tony Xief6118cc2016-01-15 17:17:32 +08001/*
Heiko Stuebner86bc7b82019-10-08 16:15:56 +02002 * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved.
Tony Xief6118cc2016-01-15 17:17:32 +08003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Tony Xief6118cc2016-01-15 17:17:32 +08005 */
6
Antonio Nino Diaz6f3ccc52018-07-20 09:17:26 +01007#ifndef PLATFORM_DEF_H
8#define PLATFORM_DEF_H
Tony Xief6118cc2016-01-15 17:17:32 +08009
10#include <arch.h>
Antonio Nino Diaze0f90632018-12-14 00:18:21 +000011#include <lib/utils_def.h>
12#include <plat/common/common_def.h>
13
Tony Xief6118cc2016-01-15 17:17:32 +080014#include <rk3368_def.h>
15
Tony Xief6118cc2016-01-15 17:17:32 +080016/*******************************************************************************
17 * Platform binary types for linking
18 ******************************************************************************/
19#define PLATFORM_LINKER_FORMAT "elf64-littleaarch64"
20#define PLATFORM_LINKER_ARCH aarch64
21
22/*******************************************************************************
23 * Generic platform constants
24 ******************************************************************************/
25
26/* Size of cacheable stacks */
Antonio Nino Diaz58230902018-09-24 17:16:20 +010027#if defined(IMAGE_BL1)
Tony Xief6118cc2016-01-15 17:17:32 +080028#define PLATFORM_STACK_SIZE 0x440
Masahiro Yamada441bfdd2016-12-25 23:36:24 +090029#elif defined(IMAGE_BL2)
Tony Xief6118cc2016-01-15 17:17:32 +080030#define PLATFORM_STACK_SIZE 0x400
Masahiro Yamada441bfdd2016-12-25 23:36:24 +090031#elif defined(IMAGE_BL31)
Tony Xief6118cc2016-01-15 17:17:32 +080032#define PLATFORM_STACK_SIZE 0x800
Masahiro Yamada441bfdd2016-12-25 23:36:24 +090033#elif defined(IMAGE_BL32)
Tony Xief6118cc2016-01-15 17:17:32 +080034#define PLATFORM_STACK_SIZE 0x440
35#endif
36
37#define FIRMWARE_WELCOME_STR "Booting Trusted Firmware\n"
38
39#define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL2
Deepika Bhavnani73fa2d22019-12-13 10:48:54 -060040#define PLATFORM_SYSTEM_COUNT U(1)
41#define PLATFORM_CLUSTER_COUNT U(2)
42#define PLATFORM_CLUSTER0_CORE_COUNT U(4)
43#define PLATFORM_CLUSTER1_CORE_COUNT U(4)
Tony Xief6118cc2016-01-15 17:17:32 +080044#define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER1_CORE_COUNT + \
45 PLATFORM_CLUSTER0_CORE_COUNT)
Deepika Bhavnani73fa2d22019-12-13 10:48:54 -060046#define PLATFORM_MAX_CPUS_PER_CLUSTER U(4)
Tony Xief6118cc2016-01-15 17:17:32 +080047#define PLATFORM_NUM_AFFS (PLATFORM_SYSTEM_COUNT + \
48 PLATFORM_CLUSTER_COUNT + \
49 PLATFORM_CORE_COUNT)
50
Philipp Tomsich7e067e32017-07-05 12:20:44 +020051#define PLAT_RK_CLST_TO_CPUID_SHIFT 6
Tony Xie42e113e2016-07-16 11:16:51 +080052
Tony Xief6118cc2016-01-15 17:17:32 +080053#define PLAT_MAX_PWR_LVL MPIDR_AFFLVL2
54
55/*
56 * This macro defines the deepest retention state possible. A higher state
57 * id will represent an invalid or a power down state.
58 */
Antonio Nino Diaz6f3ccc52018-07-20 09:17:26 +010059#define PLAT_MAX_RET_STATE U(1)
Tony Xief6118cc2016-01-15 17:17:32 +080060
61/*
62 * This macro defines the deepest power down states possible. Any state ID
63 * higher than this is invalid.
64 */
Antonio Nino Diaz6f3ccc52018-07-20 09:17:26 +010065#define PLAT_MAX_OFF_STATE U(2)
Tony Xief6118cc2016-01-15 17:17:32 +080066
67/*******************************************************************************
68 * Platform memory map related constants
69 ******************************************************************************/
Heiko Stuebner86bc7b82019-10-08 16:15:56 +020070/* TF text, ro, rw, Size: 1MB */
Tony Xief6118cc2016-01-15 17:17:32 +080071#define TZRAM_BASE (0x0)
Heiko Stuebner86bc7b82019-10-08 16:15:56 +020072#define TZRAM_SIZE (0x100000)
Tony Xief6118cc2016-01-15 17:17:32 +080073
74/*******************************************************************************
75 * BL31 specific defines.
76 ******************************************************************************/
77/*
78 * Put BL3-1 at the top of the Trusted RAM
79 */
Kever Yang6843ae92019-09-19 10:37:36 +080080#define BL31_BASE (TZRAM_BASE + 0x40000)
Tony Xief6118cc2016-01-15 17:17:32 +080081#define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
82
83/*******************************************************************************
84 * Platform specific page table and MMU setup constants
85 ******************************************************************************/
Antonio Nino Diaz58230902018-09-24 17:16:20 +010086#define PLAT_VIRT_ADDR_SPACE_SIZE (1ULL << 32)
87#define PLAT_PHY_ADDR_SPACE_SIZE (1ULL << 32)
Tony Xief6118cc2016-01-15 17:17:32 +080088#define MAX_XLAT_TABLES 8
Heiko Stuebner00bff822020-06-05 17:51:19 +020089#define MAX_MMAP_REGIONS 20
Tony Xief6118cc2016-01-15 17:17:32 +080090
91/*******************************************************************************
92 * Declarations and constants to access the mailboxes safely. Each mailbox is
93 * aligned on the biggest cache line size in the platform. This is known only
94 * to the platform as it might have a combination of integrated and external
95 * caches. Such alignment ensures that two maiboxes do not sit on the same cache
96 * line at any cache level. They could belong to different cpus/clusters &
97 * get written while being protected by different locks causing corruption of
98 * a valid mailbox address.
99 ******************************************************************************/
100#define CACHE_WRITEBACK_SHIFT 6
101#define CACHE_WRITEBACK_GRANULE (1 << CACHE_WRITEBACK_SHIFT)
102
103/*
104 * Define GICD and GICC and GICR base
105 */
106#define PLAT_RK_GICD_BASE RK3368_GICD_BASE
107#define PLAT_RK_GICC_BASE RK3368_GICC_BASE
108
Christoph Müllner9fecc192019-05-01 01:37:58 +0200109#define PLAT_RK_UART_BASE UART2_BASE
Tony Xief6118cc2016-01-15 17:17:32 +0800110#define PLAT_RK_UART_CLOCK RK3368_UART_CLOCK
111#define PLAT_RK_UART_BAUDRATE RK3368_BAUDRATE
112
113#define PLAT_RK_CCI_BASE CCI400_BASE
114
115#define PLAT_RK_PRIMARY_CPU 0x0
116
Lin Huang30e43392017-05-04 16:02:45 +0800117#define PSRAM_DO_DDR_RESUME 0
Lin Huang2a6df222017-05-12 10:26:32 +0800118#define PSRAM_CHECK_WAKEUP_CPU 0
Lin Huang30e43392017-05-04 16:02:45 +0800119
Antonio Nino Diaz6f3ccc52018-07-20 09:17:26 +0100120#endif /* PLATFORM_DEF_H */