Re: [PATCH 2/2] tools: k3_fit_atf: Change DM load address to avoid conflict

2021-08-31 Thread Nishanth Menon
On 13:20-20210831, Nishanth Menon wrote: > DM binary is expected to be an elf file. The expected address of > this elf is in the range of 0xa000_ in DDR. In the current > configuration, elf file is loaded to the exact same address and we > invoke load_elf_image_phdr to decode and memcpy

[PATCH 2/2] tools: k3_fit_atf: Change DM load address to avoid conflict

2021-08-31 Thread Nishanth Menon
DM binary is expected to be an elf file. The expected address of this elf is in the range of 0xa000_ in DDR. In the current configuration, elf file is loaded to the exact same address and we invoke load_elf_image_phdr to decode and memcpy sections of the elf to the same address range, we are