From be58c81aff4cd4c0ccf43dbd7998da4a6a08c03b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 19:43:51 +0200 Subject: Adding upstream version 2.10.0+dfsg. Signed-off-by: Daniel Baumann --- bl1/bl1_private.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bl1/bl1_private.h (limited to 'bl1/bl1_private.h') diff --git a/bl1/bl1_private.h b/bl1/bl1_private.h new file mode 100644 index 0000000..61fb5be --- /dev/null +++ b/bl1/bl1_private.h @@ -0,0 +1,33 @@ +/* + * Copyright (c) 2013-2021, Arm Limited and Contributors. All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + +#ifndef BL1_PRIVATE_H +#define BL1_PRIVATE_H + +#include + +#include + +extern entry_point_info_t *bl2_ep_info; + +/****************************************** + * Function prototypes + *****************************************/ +void bl1_arch_setup(void); + +void bl1_prepare_next_image(unsigned int image_id); +void bl1_run_bl2_in_root(void); + +u_register_t bl1_fwu_smc_handler(unsigned int smc_fid, + u_register_t x1, + u_register_t x2, + u_register_t x3, + u_register_t x4, + void *cookie, + void *handle, + unsigned int flags); + +#endif /* BL1_PRIVATE_H */ -- cgit v1.2.3