1*fe2b37f6Ssah01 /* 2*fe2b37f6Ssah01 * Copyright (c) 2022, Arm Limited. All rights reserved. 3*fe2b37f6Ssah01 * 4*fe2b37f6Ssah01 * SPDX-License-Identifier: BSD-3-Clause 5*fe2b37f6Ssah01 */ 6*fe2b37f6Ssah01 7*fe2b37f6Ssah01 #include <plat/arm/common/plat_arm.h> 8*fe2b37f6Ssah01 9*fe2b37f6Ssah01 /******************************************************************************* 10*fe2b37f6Ssah01 * Perform any BL1 specific platform actions. 11*fe2b37f6Ssah01 ******************************************************************************/ 12*fe2b37f6Ssah01 soc_css_init_nic400(void)13*fe2b37f6Ssah01void soc_css_init_nic400(void) 14*fe2b37f6Ssah01 { 15*fe2b37f6Ssah01 } 16*fe2b37f6Ssah01 soc_css_init_pcie(void)17*fe2b37f6Ssah01void soc_css_init_pcie(void) 18*fe2b37f6Ssah01 { 19*fe2b37f6Ssah01 } 20