Newer
Older
arm-trusted-firmware / include / plat / arm / common / arm_dyn_cfg_helpers.h
@Soby Mathew Soby Mathew on 21 May 2018 534 bytes FVP: Add dummy configs for BL31, BL32 and BL33
/*
 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
#ifndef __ARM_DYN_CFG_HELPERS_H__
#define __ARM_DYN_CFG_HELPERS_H__

#include <stdint.h>

/* Function declaration */
int arm_dyn_get_config_load_info(void *dtb, int node, unsigned int config_id,
		uint64_t *config_addr, uint32_t *config_size);
int arm_dyn_tb_fw_cfg_init(void *dtb, int *node);
int arm_dyn_get_disable_auth(void *dtb, int node, uint32_t *disable_auth);

#endif /* __ARM_DYN_CFG_HELPERS_H__ */