blob: a65100aeb74ba00b4ef04e14bbca8aa4aa064514 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Neil Armstrong8b245692017-11-27 10:35:46 +01002/*
3 * Copyright (C) 2016 BayLibre, SAS
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
Neil Armstrong8b245692017-11-27 10:35:46 +01005 */
6
7#ifndef __MESON_MEM_H__
8#define __MESON_MEM_H__
9
10/* Configure the reserved memory zones exported by the secure registers
11 * into EFI and DTB reserved memory entries.
12 */
Jerome Brunetf897c4b2018-10-05 17:00:37 +020013void meson_board_add_reserved_memory(void *fdt, u64 start, u64 size);
14void meson_init_reserved_memory(void *fdt);
Neil Armstrong8b245692017-11-27 10:35:46 +010015
16#endif /* __MESON_MEM_H__ */