Re: [PATCH v2 04/13] ARM: lds: Add SoC specific sections to go before .text_head_prologue

2023-06-01 Thread Jules Maselbas
On June 1, 2023 8:34:21 AM GMT+02:00, Ahmad Fatoum wrote: > On 25.05.23 01:43, Jules Maselbas wrote: > > On sunxi platforms the boot rom (BROM) looks for a specific header which > > will also be loaded in memory, causing pbl, or barebox, image not loaded > > at the expected BASE addresse. This

Re: [PATCH v2 04/13] ARM: lds: Add SoC specific sections to go before .text_head_prologue

2023-05-31 Thread Ahmad Fatoum
On 25.05.23 01:43, Jules Maselbas wrote: > On sunxi platforms the boot rom (BROM) looks for a specific header which > will also be loaded in memory, causing pbl, or barebox, image not loaded > at the expected BASE addresse. This also cause an issue with relocatable > pbl: instruction used for reloc

[PATCH v2 04/13] ARM: lds: Add SoC specific sections to go before .text_head_prologue

2023-05-24 Thread Jules Maselbas
On sunxi platforms the boot rom (BROM) looks for a specific header which will also be loaded in memory, causing pbl, or barebox, image not loaded at the expected BASE addresse. This also cause an issue with relocatable pbl: instruction used for relocation expect the image to be aligned on a 4K page