ARM: meson: Add boot device discovery
[oweals/u-boot.git] / arch / arm / include / asm / arch-meson / mem.h
index 86a84170347c2c6d1eace8fdedae90b8c674ebfb..a65100aeb74ba00b4ef04e14bbca8aa4aa064514 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2016 BayLibre, SAS
  * Author: Neil Armstrong <narmstrong@baylibre.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __MESON_MEM_H__
@@ -11,6 +10,7 @@
 /* Configure the reserved memory zones exported by the secure registers
  * into EFI and DTB reserved memory entries.
  */
-void meson_gx_init_reserved_memory(void *fdt);
+void meson_board_add_reserved_memory(void *fdt, u64 start, u64 size);
+void meson_init_reserved_memory(void *fdt);
 
 #endif /* __MESON_MEM_H__ */