Re: [PATCH v4 5/6] riscv: Copy the reserved-memory nodes to final DT

2020-03-23 Thread Heinrich Schuchardt
On 3/24/20 5:16 AM, Atish Patra wrote: The DT used by U-Boot may be different from the DT being passed to the OS if the DT is loaded from external media such as network or mmc. In that case, the reserved-memory node needs to be copied to the DT passed to the OS. The bootefi command works in the

[PATCH 1/1] efi_loader: only reserve memory if fdt node enabled

2020-03-23 Thread Heinrich Schuchardt
Sub-nodes of /reserved-memory may be disabled. In this case we should not reserve memory in the memory map. Reported-by: Patrick DELAUNAY Fixes: fef907b2e440 ("efi_loader: create reservations after ft_board_setup") Signed-off-by: Heinrich Schuchardt --- cmd/bootefi.c | 3 ++- 1 file changed, 2

<    1   2   3