diff options
author | Varalaxmi Bingi <varalaxmi.bingi@amd.com> | 2024-03-14 23:26:41 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-03-18 12:08:20 -0500 |
commit | a5efdc57797ead8bc9d9ae58b6d30d67b834a810 (patch) | |
tree | 710e8f361d31bf5677ff849a5683513f47a85560 /meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.0/0005-qemu-Do-not-include-file-if-not-exists.patch | |
parent | d75b6a59c0675375a810e28c4d11fb0532b2e487 (diff) | |
download | meta-xilinx-a5efdc57797ead8bc9d9ae58b6d30d67b834a810.tar.gz |
machine-xilinx-default.inc: use u-boot.elf for MB and Zynq
For microblaze u-boot not booting on qemu or hw after moving to
u-boot 2024.1 rebase branch.
Reason explained below:
u-boot will provide output files as u-boot.elf, u-boot,
u-boot.bin, u-boot-nodtb.bin etc..
For Microblaze and Zynq we are using u-boot output file
For aarch64 family we are using u-boot.elf
u-boot: which has no relocation inside, then we apply relocation
(rela section) over binary. and then copying as u-boot.elf and using it.
u-boot.elf: It will relocation inside it and without debug symbols.
After recent relocation changes in u-boot
we should use u-boot.elf only for all platforms.
Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.0/0005-qemu-Do-not-include-file-if-not-exists.patch')
0 files changed, 0 insertions, 0 deletions