Re: [PATCH 1/2] tools: relocate-rela: Add M68K support

2023-08-28 Thread Angelo Dureghello
Hi, applying this patchset to u-boot-coldfire Thanks, angelo On 27/08/23 12:29 AM, Marek Vasut wrote: On 8/26/23 09:44, Angelo Dureghello wrote: Hi Marek, thanks a lot for the job i should have done. Tested on real hw: m5282evb   worked out of the box mcf54415   not working, had a lot of

Re: [PATCH 1/2] tools: relocate-rela: Add M68K support

2023-08-27 Thread Angelo Dureghello
Hi Marex, thanks, Acked-by: Angelo Dureghello On 27/08/23 12:29 AM, Marek Vasut wrote: On 8/26/23 09:44, Angelo Dureghello wrote: Hi Marek, thanks a lot for the job i should have done. Tested on real hw: m5282evb   worked out of the box mcf54415   not working, had a lot of unsupported

Re: [PATCH 1/2] tools: relocate-rela: Add M68K support

2023-08-26 Thread Marek Vasut
On 8/26/23 09:44, Angelo Dureghello wrote: Hi Marek, thanks a lot for the job i should have done. Tested on real hw: m5282evb   worked out of the box mcf54415   not working, had a lot of unsupported relocation type for R_68K_JMP_SLOT mcf5307    need to fix the hw, will do in short i had to

Re: [PATCH 1/2] tools: relocate-rela: Add M68K support

2023-08-26 Thread Angelo Dureghello
Hi Marek, thanks a lot for the job i should have done. Tested on real hw: m5282evb worked out of the box mcf54415 not working, had a lot of unsupported relocation type for R_68K_JMP_SLOT mcf5307need to fix the hw, will do in short i had to add this fix: diff --git

Re: [PATCH 1/2] tools: relocate-rela: Add M68K support

2023-07-31 Thread Michal Simek
On 7/31/23 00:20, Marek Vasut wrote: Add M68K ELF32 support into this tool, so it can patch static rela into M68K u-boot-nodtb.bin . This is the first step toward M68K relocation support, and in turn, removal of NEEDS_MANUAL_RELOC from the codebase altogether. Signed-off-by: Marek Vasut ---

[PATCH 1/2] tools: relocate-rela: Add M68K support

2023-07-30 Thread Marek Vasut
Add M68K ELF32 support into this tool, so it can patch static rela into M68K u-boot-nodtb.bin . This is the first step toward M68K relocation support, and in turn, removal of NEEDS_MANUAL_RELOC from the codebase altogether. Signed-off-by: Marek Vasut --- Cc: Angelo Dureghello Cc: Angelo