Yatharth Kochar | dcda29f | 2015-10-14 15:28:11 +0100 | [diff] [blame] | 1 | /* |
Roberto Vargas | 1af540e | 2018-02-12 12:36:17 +0000 | [diff] [blame] | 2 | * Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved. |
Yatharth Kochar | dcda29f | 2015-10-14 15:28:11 +0100 | [diff] [blame] | 3 | * |
dp-arm | 82cb2c1 | 2017-05-03 09:38:09 +0100 | [diff] [blame] | 4 | * SPDX-License-Identifier: BSD-3-Clause |
Yatharth Kochar | dcda29f | 2015-10-14 15:28:11 +0100 | [diff] [blame] | 5 | */ |
| 6 | |
Antonio Nino Diaz | 09d40e0 | 2018-12-14 00:18:21 +0000 | [diff] [blame^] | 7 | #include <plat/common/platform.h> |
| 8 | |
Yatharth Kochar | dcda29f | 2015-10-14 15:28:11 +0100 | [diff] [blame] | 9 | #include <plat_arm.h> |
Yatharth Kochar | dcda29f | 2015-10-14 15:28:11 +0100 | [diff] [blame] | 10 | #include "fvp_def.h" |
| 11 | #include "fvp_private.h" |
| 12 | |
Sandrine Bailleux | 6c77e74 | 2018-07-11 12:44:22 +0200 | [diff] [blame] | 13 | void bl2u_early_platform_setup(struct meminfo *mem_layout, void *plat_info) |
Yatharth Kochar | dcda29f | 2015-10-14 15:28:11 +0100 | [diff] [blame] | 14 | { |
| 15 | arm_bl2u_early_platform_setup(mem_layout, plat_info); |
| 16 | |
| 17 | /* Initialize the platform config for future decision making */ |
| 18 | fvp_config_setup(); |
| 19 | } |