| * Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved. |
| * SPDX-License-Identifier: BSD-3-Clause |
| /******************************************************************************* |
| * Declarations of linker defined symbols which will tell us where BL1 lives |
| ******************************************************************************/ |
| IMPORT_SYM(uintptr_t, __BL1_ROM_END__, BL1_ROM_END); |
| IMPORT_SYM(uintptr_t, __BL1_RAM_START__, BL1_RAM_BASE); |
| IMPORT_SYM(uintptr_t, __BL1_RAM_END__, BL1_RAM_LIMIT); |
| /****************************************** |
| *****************************************/ |
| void bl1_arch_setup(void); |
| void bl1_arch_next_el_setup(void); |
| void bl1_prepare_next_image(unsigned int image_id); |
| register_t bl1_fwu_smc_handler(unsigned int smc_fid, |
| #endif /* BL1_PRIVATE_H */ |