[PATCH] cmd: add FDT setup for bootelf by flag

2024-03-07 Thread Maxim Moskalets
From: Maxim Moskalets Added the ability to use FDT for ELF applications, required to run some OS. To make FDT setup, you need to set the -d fdt_addr_r cmd option for bootelf command. Enable by selecting CMD_ELF_FDT_SETUP. Signed-off-by: Maxim Moskalets --- cmd/Kconfig | 11 +++

Re: [PATCH] cmd: add FDT setup for bootelf by flag

2024-02-12 Thread Tom Rini
On Mon, Feb 12, 2024 at 09:41:17PM +0300, Maxim Moskalets wrote: > Added the ability to use FDT for ELF applications, required to run some OS. > To make FDT setup, you need to set the elf_needed_fdt environment variable to > a value like y or yes. > > Signed-off-by: Maxim Moskalets > > Cc:

[PATCH] cmd: add FDT setup for bootelf by flag

2024-02-12 Thread Maxim Moskalets
Added the ability to use FDT for ELF applications, required to run some OS. To make FDT setup, you need to set the elf_needed_fdt environment variable to a value like y or yes. Signed-off-by: Maxim Moskalets Cc: Tom Rini --- cmd/elf.c | 14 ++ env/common.c | 5 +