stm32mp1_private.h 433 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef __STM32MP1_PRIVATE_H__
#define __STM32MP1_PRIVATE_H__

void stm32mp1_io_setup(void);
void configure_mmu(void);

13
14
void stm32mp1_arch_security_setup(void);

15
16
17
18
void stm32mp1_save_boot_ctx_address(uintptr_t address);
uintptr_t stm32mp1_get_boot_ctx_address(void);

#endif /* __STM32MP1_PRIVATE_H__ */