xref: /rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/nrd_bl1_setup.c (revision 1fba53326a3dfd66b05e000bc61ef8199106b510)
1*8d6fb77aSRohit Mathew /*
2*8d6fb77aSRohit Mathew  * Copyright (c) 2024, Arm Limited. All rights reserved.
3*8d6fb77aSRohit Mathew  *
4*8d6fb77aSRohit Mathew  * SPDX-License-Identifier: BSD-3-Clause
5*8d6fb77aSRohit Mathew  */
6*8d6fb77aSRohit Mathew 
7*8d6fb77aSRohit Mathew #include <plat/arm/soc/common/soc_css.h>
8*8d6fb77aSRohit Mathew 
9*8d6fb77aSRohit Mathew /*******************************************************************************
10*8d6fb77aSRohit Mathew  * Perform any BL1 specific platform actions.
11*8d6fb77aSRohit Mathew  ******************************************************************************/
12*8d6fb77aSRohit Mathew 
soc_css_init_nic400(void)13*8d6fb77aSRohit Mathew void soc_css_init_nic400(void)
14*8d6fb77aSRohit Mathew {
15*8d6fb77aSRohit Mathew }
16*8d6fb77aSRohit Mathew 
soc_css_init_pcie(void)17*8d6fb77aSRohit Mathew void soc_css_init_pcie(void)
18*8d6fb77aSRohit Mathew {
19*8d6fb77aSRohit Mathew }
20