mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-30 07:39:24 +00:00

This patch adds all SOC and FVP related changes required to boot a standard TBBR style boot on Morello. Signed-off-by: sahil <sahil@arm.com> Change-Id: Ib8f7f326790b13082cbe8db21a980e048e3db88c
19 lines
426 B
C
19 lines
426 B
C
/*
|
|
* Copyright (c) 2021, Arm Limited. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#include <plat/arm/common/plat_arm.h>
|
|
|
|
/*******************************************************************************
|
|
* Perform any BL1 specific platform actions.
|
|
******************************************************************************/
|
|
|
|
void soc_css_init_nic400(void)
|
|
{
|
|
}
|
|
|
|
void soc_css_init_pcie(void)
|
|
{
|
|
}
|