Hi all, I tried to use the uImage-sh support but unfortunately it doesn't work. I think to have found where is the fault that i want discuss with all SH users. The actual kexec code is expecting to have the kernel uImage as uImage_header + zImage but the actual build produces uImage_header + vmlinux.bin.gz So, the uImage_sh_load routine doesn't match with the input file. Is there someone have met this problem ? I rewritten the above mentioned routine using the generic uImage_gz_load and all is working fine. Before the submit the patch your feedback is welcome. Regards, Angelo