blob: 3c8a9639cd5dbe9131db7d71f461aac33bd4174b [file] [log] [blame]
Achin Gupta7c88f3f2014-02-18 18:09:12 +00001/*
Dan Handley2b6b5742015-03-19 19:17:53 +00002 * Copyright (c) 2013-2015, ARM Limited and Contributors. All rights reserved.
Achin Gupta7c88f3f2014-02-18 18:09:12 +00003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Achin Gupta7c88f3f2014-02-18 18:09:12 +00005 */
6
Antonio Nino Diazbd7b7402019-01-25 14:30:04 +00007#include <plat/arm/common/plat_arm.h>
8
Dan Handley4fd2f5c2014-08-04 11:41:20 +01009#include "../fvp_private.h"
Achin Gupta7c88f3f2014-02-18 18:09:12 +000010
Dan Handley4fd2f5c2014-08-04 11:41:20 +010011void tsp_early_platform_setup(void)
Achin Gupta7c88f3f2014-02-18 18:09:12 +000012{
Dan Handley2b6b5742015-03-19 19:17:53 +000013 arm_tsp_early_platform_setup();
Achin Gupta76717892014-05-09 11:42:56 +010014
15 /* Initialize the platform config for future decision making */
Dan Handleyea451572014-05-15 14:53:30 +010016 fvp_config_setup();
Achin Gupta7c88f3f2014-02-18 18:09:12 +000017}