> On 21 Nov 2023, at 09:45, Michal Orzel <michal.or...@amd.com> wrote:
> 
> At the moment, the 'hex' string is placed right after the 'putn'
> function in the .text section. This is because of the limited range
> (+/- 1MB) of PC relative 'adr' instruction 'putn' uses. Modify it to use
> 'adr_l' instead (range extended to +/- 4GB) and move the string to
> .rodata.str. This way all the earlyprintk messages will be part of .rodata
> and the behavior will be consistent with what we already do on arm32.
> 
> Signed-off-by: Michal Orzel <michal.or...@amd.com>

Hi Michal,

I’ve also tested on FVP

Reviewed-by: Luca Fancellu <luca.fance...@arm.com>
Tested-by: Luca Fancellu <luca.fance...@arm.com>


Reply via email to