Lines Matching +full:line +full:- +full:based
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
13 * struct yamon_mem_region - Represents a contiguous range of physical RAM.
25 * yamon_dt_append_cmdline() - Append YAMON-provided command line to /chosen
28 * Write the YAMON-provided command line to the bootargs property of the
31 * Return: 0 on success, else -errno
36 * yamon_dt_append_memory() - Append YAMON-provided memory info to /memory
40 * Generate a /memory node in @fdt based upon memory size information provided
43 * Return: 0 on success, else -errno
49 * yamon_dt_serial_config() - Append YAMON-provided serial config to /chosen
52 * Generate a stdout-path property in the /chosen node of @fdt, based upon
56 * Return: 0 on success, else -errno