mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-15 00:47:02 +02:00
Move from RESET_TO_BL31 boot to a TBBR style boot on N1sdp. Signed-off-by: sahil <sahil@arm.com> Change-Id: I153ccb43a4a013830973c7a183825d62b372c65e
20 lines
426 B
C
20 lines
426 B
C
/*
|
|
* Copyright (c) 2022, 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)
|
|
{
|
|
}
|