Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 1 | /* |
Deepika Bhavnani | 73fa2d2 | 2019-12-13 10:48:54 -0600 | [diff] [blame] | 2 | * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved. |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 3 | * |
dp-arm | fa3cf0b | 2017-05-03 09:38:09 +0100 | [diff] [blame] | 4 | * SPDX-License-Identifier: BSD-3-Clause |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 5 | */ |
| 6 | |
Antonio Nino Diaz | 6f3ccc5 | 2018-07-20 09:17:26 +0100 | [diff] [blame] | 7 | #ifndef PLATFORM_DEF_H |
| 8 | #define PLATFORM_DEF_H |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 9 | |
| 10 | #include <arch.h> |
Antonio Nino Diaz | e0f9063 | 2018-12-14 00:18:21 +0000 | [diff] [blame] | 11 | #include <lib/utils_def.h> |
| 12 | #include <plat/common/common_def.h> |
| 13 | |
Xing Zheng | c39aacd | 2016-12-22 18:34:14 +0800 | [diff] [blame] | 14 | #include <bl31_param.h> |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 15 | #include <rk3399_def.h> |
| 16 | |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 17 | /******************************************************************************* |
| 18 | * Platform binary types for linking |
| 19 | ******************************************************************************/ |
| 20 | #define PLATFORM_LINKER_FORMAT "elf64-littleaarch64" |
| 21 | #define PLATFORM_LINKER_ARCH aarch64 |
| 22 | |
| 23 | /******************************************************************************* |
| 24 | * Generic platform constants |
| 25 | ******************************************************************************/ |
| 26 | |
| 27 | /* Size of cacheable stacks */ |
Antonio Nino Diaz | 5823090 | 2018-09-24 17:16:20 +0100 | [diff] [blame] | 28 | #if defined(IMAGE_BL1) |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 29 | #define PLATFORM_STACK_SIZE 0x440 |
Masahiro Yamada | 441bfdd | 2016-12-25 23:36:24 +0900 | [diff] [blame] | 30 | #elif defined(IMAGE_BL2) |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 31 | #define PLATFORM_STACK_SIZE 0x400 |
Masahiro Yamada | 441bfdd | 2016-12-25 23:36:24 +0900 | [diff] [blame] | 32 | #elif defined(IMAGE_BL31) |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 33 | #define PLATFORM_STACK_SIZE 0x800 |
Masahiro Yamada | 441bfdd | 2016-12-25 23:36:24 +0900 | [diff] [blame] | 34 | #elif defined(IMAGE_BL32) |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 35 | #define PLATFORM_STACK_SIZE 0x440 |
| 36 | #endif |
| 37 | |
| 38 | #define FIRMWARE_WELCOME_STR "Booting Trusted Firmware\n" |
| 39 | |
| 40 | #define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL2 |
Deepika Bhavnani | 73fa2d2 | 2019-12-13 10:48:54 -0600 | [diff] [blame] | 41 | #define PLATFORM_SYSTEM_COUNT U(1) |
| 42 | #define PLATFORM_CLUSTER_COUNT U(2) |
| 43 | #define PLATFORM_CLUSTER0_CORE_COUNT U(4) |
| 44 | #define PLATFORM_CLUSTER1_CORE_COUNT U(2) |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 45 | #define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER1_CORE_COUNT + \ |
| 46 | PLATFORM_CLUSTER0_CORE_COUNT) |
Deepika Bhavnani | 73fa2d2 | 2019-12-13 10:48:54 -0600 | [diff] [blame] | 47 | #define PLATFORM_MAX_CPUS_PER_CLUSTER U(4) |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 48 | #define PLATFORM_NUM_AFFS (PLATFORM_SYSTEM_COUNT + \ |
| 49 | PLATFORM_CLUSTER_COUNT + \ |
| 50 | PLATFORM_CORE_COUNT) |
Tony Xie | 42e113e | 2016-07-16 11:16:51 +0800 | [diff] [blame] | 51 | #define PLAT_RK_CLST_TO_CPUID_SHIFT 6 |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 52 | #define PLAT_MAX_PWR_LVL MPIDR_AFFLVL2 |
| 53 | |
| 54 | /* |
| 55 | * This macro defines the deepest retention state possible. A higher state |
| 56 | * id will represent an invalid or a power down state. |
| 57 | */ |
Antonio Nino Diaz | 6f3ccc5 | 2018-07-20 09:17:26 +0100 | [diff] [blame] | 58 | #define PLAT_MAX_RET_STATE U(1) |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 59 | |
| 60 | /* |
| 61 | * This macro defines the deepest power down states possible. Any state ID |
| 62 | * higher than this is invalid. |
| 63 | */ |
Antonio Nino Diaz | 6f3ccc5 | 2018-07-20 09:17:26 +0100 | [diff] [blame] | 64 | #define PLAT_MAX_OFF_STATE U(2) |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 65 | |
| 66 | /******************************************************************************* |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 67 | * Platform specific page table and MMU setup constants |
| 68 | ******************************************************************************/ |
Antonio Nino Diaz | 5823090 | 2018-09-24 17:16:20 +0100 | [diff] [blame] | 69 | #define PLAT_VIRT_ADDR_SPACE_SIZE (1ULL << 32) |
| 70 | #define PLAT_PHY_ADDR_SPACE_SIZE (1ULL << 32) |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 71 | #define MAX_XLAT_TABLES 20 |
Tony Xie | 42e113e | 2016-07-16 11:16:51 +0800 | [diff] [blame] | 72 | #define MAX_MMAP_REGIONS 25 |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 73 | |
| 74 | /******************************************************************************* |
| 75 | * Declarations and constants to access the mailboxes safely. Each mailbox is |
| 76 | * aligned on the biggest cache line size in the platform. This is known only |
| 77 | * to the platform as it might have a combination of integrated and external |
| 78 | * caches. Such alignment ensures that two maiboxes do not sit on the same cache |
| 79 | * line at any cache level. They could belong to different cpus/clusters & |
| 80 | * get written while being protected by different locks causing corruption of |
| 81 | * a valid mailbox address. |
| 82 | ******************************************************************************/ |
| 83 | #define CACHE_WRITEBACK_SHIFT 6 |
| 84 | #define CACHE_WRITEBACK_GRANULE (1 << CACHE_WRITEBACK_SHIFT) |
| 85 | |
| 86 | /* |
| 87 | * Define GICD and GICC and GICR base |
| 88 | */ |
| 89 | #define PLAT_RK_GICD_BASE BASE_GICD_BASE |
| 90 | #define PLAT_RK_GICR_BASE BASE_GICR_BASE |
| 91 | #define PLAT_RK_GICC_BASE 0 |
| 92 | |
Xing Zheng | b4bcc1d | 2017-02-24 16:26:11 +0800 | [diff] [blame] | 93 | #define PLAT_RK_UART_BASE UART2_BASE |
Tony Xie | f6118cc | 2016-01-15 17:17:32 +0800 | [diff] [blame] | 94 | #define PLAT_RK_UART_CLOCK RK3399_UART_CLOCK |
| 95 | #define PLAT_RK_UART_BAUDRATE RK3399_BAUDRATE |
| 96 | |
| 97 | #define PLAT_RK_CCI_BASE CCI500_BASE |
| 98 | |
| 99 | #define PLAT_RK_PRIMARY_CPU 0x0 |
| 100 | |
Lin Huang | 30e4339 | 2017-05-04 16:02:45 +0800 | [diff] [blame] | 101 | #define PSRAM_DO_DDR_RESUME 1 |
Lin Huang | 2a6df22 | 2017-05-12 10:26:32 +0800 | [diff] [blame] | 102 | #define PSRAM_CHECK_WAKEUP_CPU 0 |
| 103 | |
Antonio Nino Diaz | 6f3ccc5 | 2018-07-20 09:17:26 +0100 | [diff] [blame] | 104 | #endif /* PLATFORM_DEF_H */ |